mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
10f6e16573
This involves creating the SYSVOL and NETLOGON shares at provision
time, and creating the right subdirectories.
This also changes the behaviour of lp.get("foo") in ejs - we now
return undefined, rather than syntax error, if the parameter doesn't
exist (perhaps because the share isn't defined).
Andrew Bartlett
(This used to be commit 45cadf3bc0
)
14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
[globals]
|
|
netbios name = ${HOSTNAME}
|
|
workgroup = ${DOMAIN}
|
|
realm = ${REALM}
|
|
server role = domain controller
|
|
|
|
[netlogon]
|
|
path = ${NETLOGONPATH}
|
|
read only = no
|
|
|
|
[sysvol]
|
|
path = ${SYSVOLPATH}
|
|
read only = no
|