From 9c183bae31587c9ed40dbdae0660c2c408bdb648 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sun, 19 Jun 2005 05:37:39 +0000 Subject: Another partial update. More to follow. (This used to be commit af8ad4d3f8c93a1fd40399253ba621d54ec3070a) --- docs/Samba3-HOWTO/TOSHARG-BDC.xml | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) (limited to 'docs/Samba3-HOWTO/TOSHARG-BDC.xml') diff --git a/docs/Samba3-HOWTO/TOSHARG-BDC.xml b/docs/Samba3-HOWTO/TOSHARG-BDC.xml index 353683478c..5a62de8e86 100644 --- a/docs/Samba3-HOWTO/TOSHARG-BDC.xml +++ b/docs/Samba3-HOWTO/TOSHARG-BDC.xml @@ -29,26 +29,36 @@ we will do our best to provide a solution. SAM backendLDAP -Samba-3 can act as a Backup Domain Controller (BDC) to another Samba Primary Domain -Controller (PDC). A Samba-3 PDC can operate with an LDAP account backend. The LDAP backend can be -either a common master LDAP server or a slave server. The use of a slave LDAP server has the -benefit that when the master is down, clients may still be able to log onto the network. -This effectively gives Samba a high degree of scalability and is an effective solution -for large organizations. If you use an LDAP slave server for a PDC, -you will need to ensure the master's continued availability &smbmdash; if the -slave finds its master down at the wrong time, you will have -stability and operational problems. +PDC +BDC +LDAPslave +scalability +Samba-3 can act as a Backup Domain Controller (BDC) to another Samba Primary Domain Controller (PDC). A +Samba-3 PDC can operate with an LDAP account backend. The LDAP backend can be either a common master LDAP +server or a slave server. The use of a slave LDAP server has the benefit that when the master is down, clients +may still be able to log onto the network. This effectively gives Samba a high degree of scalability and is +an effective solution for large organizations. If you use an LDAP slave server for a PDC, you will need to +ensure the master's continued availability &smbmdash; if the slave finds its master down at the wrong time, +you will have stability and operational problems. +two-waypropagation replicationSAM +non-LDAPbackend While it is possible to run a Samba-3 BDC with a non-LDAP backend, that backend must allow some form of "two-way" propagation of changes from the BDC to the master. Only LDAP has such capability at this stage. +non-LDAPbackend SAM backendnon-LDAP +domainmemberserver +BDC +PDC +trust account password +domain trust The use of a non-LDAP backend SAM database is particularly problematic because domain member servers and workstations periodically change the Machine Trust Account password. The new password is then stored only locally. This means that in the absence of a centrally stored @@ -60,14 +70,14 @@ breakage of the domain trust. -Considering the number of comments and questions raised concerning how to configure a BDC, -let's consider each possible option and look at the pros and cons for each possible solution. -The Domain Backend Account Distribution Options table below lists -possible design configurations for a PDC/BDC infrastructure. netrpc SAM backendldapsam SAM backendtdbsam replicationSAM +Considering the number of comments and questions raised concerning how to configure a BDC, +let's consider each possible option and look at the pros and cons for each possible solution. +The Domain Backend Account Distribution Options table below lists +possible design configurations for a PDC/BDC infrastructure. Domain Backend Account Distribution Options -- cgit