From e40312382c8aa8bcfb5746a193e2b92c712d88f2 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sat, 2 Jul 2005 02:10:46 +0000 Subject: Fixes and updates. (This used to be commit 9923009479a405cdfb46a10eae8256b745863cea) --- docs/Samba3-ByExample/SBE-2000UserNetwork.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'docs/Samba3-ByExample/SBE-2000UserNetwork.xml') diff --git a/docs/Samba3-ByExample/SBE-2000UserNetwork.xml b/docs/Samba3-ByExample/SBE-2000UserNetwork.xml index f7a4daa117..658a0f42d0 100644 --- a/docs/Samba3-ByExample/SBE-2000UserNetwork.xml +++ b/docs/Samba3-ByExample/SBE-2000UserNetwork.xml @@ -955,6 +955,18 @@ modifyTimestamp: 20031227004338Z implement additional slave LDAP servers as required. + + On each machine (PDC and BDCs) after the respective &smb.conf; files have been created as shown in + Primary Domain Controller &smb.conf; File &smbmdash; Part A + B + C and + on BDCs the Backup Domain Controller &smb.conf; File &smbmdash; Part A + + B + C execute the following: + +&rootprompt; smbpasswd -w buttercup + + This will install in the secrets.tdb file the password that Samba will need to + manage (write to) the LDAP Master server to perform account updates. + + @@ -982,7 +994,7 @@ replica host=lapdc.abmas.biz:389 bindmethod=simple credentials=not24get access to attrs=sambaLMPassword,sambaNTPassword - by dn="cn=updateuser,dc=abmas,dc=biz" write + by dn="cn=sambaadmin,dc=abmas,dc=biz" write by * none replogfile /var/lib/ldap/replogfile @@ -1087,7 +1099,7 @@ index default sub ou=People ou=Groups ou=Idmap -cn=Manager,dc=abmas,dc=biz +cn=sambaadmin,dc=abmas,dc=biz ldap://massive.abmas.biz 10000-20000 10000-20000 @@ -1198,7 +1210,7 @@ index default sub ou=People ou=Groups ou=Idmap -cn=Manager,dc=abmas,dc=biz +cn=sambaadmin,dc=abmas,dc=biz Yes ldap://massive.abmas.biz 10000-20000 -- cgit