source: branches/samba-3.5.x/source4/setup/provision.smb.conf.dc@ 1036

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: 250 bytes
Line 
1[globals]
2 netbios name = ${HOSTNAME}
3 workgroup = ${DOMAIN}
4 realm = ${REALM}
5 server role = ${SERVERROLE}
6 ${PRIVATEDIR_LINE}
7 ${LOCKDIR_LINE}
8
9[netlogon]
10 path = ${NETLOGONPATH}
11 read only = no
12
13[sysvol]
14 path = ${SYSVOLPATH}
15 read only = no
Note: See TracBrowser for help on using the repository browser.