1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00
samba-mirror/source4/setup/provision.smb.conf.dc
Matthias Dieter Wallnöfer 33f3d54de4 s4:provision - rework the "guess_names" and "make_smbconf" method
- Cleans it up from unnecessary "lower()/upper()" and parameters which can be
  derived through "lp" calls.
- Substitute the "HOSTNAME" caption in the "smb.conf" templates with
  "NETBIOS_NAME" which fits better.
- Now the "realm" and "domain" parameter of the provision are totally case
  insensitive and the script itself up/downcases them appropriately depending
  on the use (e.g. "realm" upcase for KERBEROS, lowcase for DNS domainname).
2009-10-21 23:43:04 +02:00

16 lines
254 B
Plaintext

[globals]
netbios name = ${NETBIOS_NAME}
workgroup = ${DOMAIN}
realm = ${REALM}
server role = ${SERVERROLE}
${PRIVATEDIR_LINE}
${LOCKDIR_LINE}
[netlogon]
path = ${NETLOGONPATH}
read only = no
[sysvol]
path = ${SYSVOLPATH}
read only = no