diff options
Diffstat (limited to 'packaging/RedHat/smb.conf')
-rw-r--r-- | packaging/RedHat/smb.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packaging/RedHat/smb.conf b/packaging/RedHat/smb.conf index 74806da16bb..71ff9463884 100644 --- a/packaging/RedHat/smb.conf +++ b/packaging/RedHat/smb.conf @@ -66,7 +66,7 @@ ; smb passwd file = /etc/samba/smbpasswd # The following are needed to allow password changing from Windows to -# update the Linux system password also. +# update the Linux sytsem password also. # NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above. # NOTE2: You do NOT need these to allow workstations to change only # the encrypted SMB passwords. They allow the Unix password @@ -117,6 +117,10 @@ # and gives it a slightly higher chance of winning the election ; preferred master = yes +# Use only if you have an NT server on your network that has been +# configured at install time to be a primary domain controller. +; domain controller = <NT-Domain-Controller-SMBName> + # Enable this if you want Samba to be a domain logon server for # Windows95 workstations. ; domain logons = yes |