From e40312382c8aa8bcfb5746a193e2b92c712d88f2 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sat, 2 Jul 2005 02:10:46 +0000 Subject: [PATCH] Fixes and updates. (This used to be commit 9923009479a405cdfb46a10eae8256b745863cea) --- docs/Samba3-ByExample/SBE-2000UserNetwork.xml | 18 +++++++++++++++--- docs/Samba3-HOWTO/TOSHARG-BDC.xml | 4 ++-- docs/Samba3-HOWTO/index.xml | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/docs/Samba3-ByExample/SBE-2000UserNetwork.xml b/docs/Samba3-ByExample/SBE-2000UserNetwork.xml index f7a4daa117b..658a0f42d09 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 diff --git a/docs/Samba3-HOWTO/TOSHARG-BDC.xml b/docs/Samba3-HOWTO/TOSHARG-BDC.xml index ba36d5627f6..35fdd9ee572 100644 --- a/docs/Samba3-HOWTO/TOSHARG-BDC.xml +++ b/docs/Samba3-HOWTO/TOSHARG-BDC.xml @@ -322,7 +322,7 @@ section for an example of the minimum required settings. ou=Groups ou=Computers ou=Idmap -cn=Manager,dc=quenya,dc=org +cn=sambadmin,dc=quenya,dc=org @@ -686,7 +686,7 @@ Setup for Being a BDC. ou=Groups ou=Computers ou=Idmap -cn=Manager,dc=quenya,dc=org +cn=sambadmin,dc=quenya,dc=org ldap:ldap://master-ldap.quenya.org 10000-20000 10000-20000 diff --git a/docs/Samba3-HOWTO/index.xml b/docs/Samba3-HOWTO/index.xml index e49db5d2253..609f7b174e3 100644 --- a/docs/Samba3-HOWTO/index.xml +++ b/docs/Samba3-HOWTO/index.xml @@ -164,7 +164,7 @@ The chapters in this part each cover specific Samba features. - + -- 2.11.4.GIT