Last change
on this file since 1036 was 414, checked in by Herwig Bauernfeind, 15 years ago |
Samba 3.5.0: Initial import
|
File size:
340 bytes
|
Line | |
---|
1 | [libdefaults]
|
---|
2 | default_realm = ${REALM}
|
---|
3 | dns_lookup_realm = false
|
---|
4 | dns_lookup_kdc = false
|
---|
5 | ticket_lifetime = 24h
|
---|
6 | forwardable = yes
|
---|
7 |
|
---|
8 | [realms]
|
---|
9 | ${REALM} = {
|
---|
10 | kdc = ${HOSTNAME}.${DNSDOMAIN}:88
|
---|
11 | admin_server = ${HOSTNAME}.${DNSDOMAIN}:749
|
---|
12 | default_domain = ${DNSDOMAIN}
|
---|
13 | }
|
---|
14 |
|
---|
15 | [domain_realm]
|
---|
16 | .${DNSDOMAIN} = ${REALM}
|
---|
17 | ${DNSDOMAIN} = ${REALM}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.