diff options
author | Luke Leighton <lkcl@samba.org> | 1998-05-27 14:22:52 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-05-27 14:22:52 +0000 |
commit | 3bc0d700d1f2a63a8037370986b1f6111a38894c (patch) | |
tree | 1494c9aa75278048be84426cb4541fa9e00caf40 /docs | |
parent | b8fedca6191de96159df0d1d17082d82e8e44773 (diff) | |
download | samba-3bc0d700d1f2a63a8037370986b1f6111a38894c.tar.gz samba-3bc0d700d1f2a63a8037370986b1f6111a38894c.tar.xz samba-3bc0d700d1f2a63a8037370986b1f6111a38894c.zip |
removed "domain sid = " parameter instructions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/textdocs/NTDOMAIN.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/textdocs/NTDOMAIN.txt b/docs/textdocs/NTDOMAIN.txt index cd0db0eb051..fc5fdfcdc86 100644 --- a/docs/textdocs/NTDOMAIN.txt +++ b/docs/textdocs/NTDOMAIN.txt @@ -39,8 +39,8 @@ reinstall NT from scratch: their workstation had become totally unuseable. This *has* been reported to the NTBUGTRAQ@LISTSERV.NTBUGTRAQ.COM digest. -Domain Logons using 1.9.18alpha1 -================================ +Domain Logons using latest cvs source +===================================== 1) compile samba with -DNTDOMAIN @@ -67,10 +67,10 @@ Domain Logons using 1.9.18alpha1 ; substitute your workgroup here workgroup = SAMBA -; a description of domain sids can be found elsewhere. -; you **MUST** begin the domain SID with S-1-5-21. -; the rest is up to you. - domain sid = S-1-5-21-123-456-789-123 +; DO NOT add the redundant "domain sid = " parameter as this has +; been superseded by code that automatically generates a random +; sid for you. +; domain sid = redundant. ; tells workstations to use SAMBA as its Primary Domain Controller. domain logons = yes |