Leandro LATTANZIO
2009-Mar-31 01:29 UTC
[Samba] Enable samba BDC to allow writing to local LDAP
How to configure smb.conf of a samba BDC server to allow that all changes (user's passwords changing, joining computers) was written to local LDAP. I?ve set remotes LDAP's (BDCs) with multimaster configuration via syncrepl. LDAP Multimaster feature works fine (N-way replication works perfectly) I need this configuration to void errors when a user must to change his/her password in a remote office (BDC) connected via WAN to central office (PDC), and the link is down. I use openldap 2.4.11 and samba 3.0.33 (on Redhat Enterprise Linux Server 5.2 x86_64) Thanks in advance. Regards. Leandro. Yahoo! Cocina Recetas pr?cticas y comida saludable http://ar.mujer.yahoo.com/cocina/
Adam Williams
2009-Mar-31 17:09 UTC
[Samba] Enable samba BDC to allow writing to local LDAP
passdb backend = ldapsam:"ldap://local_ldap.yourdomain.com ldap://remote_ldap.yourdomain.com" Leandro LATTANZIO wrote:> How to configure smb.conf of a samba BDC server to allow that all changes (user's passwords changing, joining computers) was written to local LDAP. > I?ve set remotes LDAP's (BDCs) with multimaster configuration via syncrepl. > LDAP Multimaster feature works fine (N-way replication works perfectly) > > I need this configuration to void errors when a user must to change his/her password in a remote office (BDC) connected via WAN to central office (PDC), and the link is down. > > I use openldap 2.4.11 and samba 3.0.33 (on Redhat Enterprise Linux Server 5.2 x86_64) > > Thanks in advance. > > Regards. > Leandro. > > > Yahoo! Cocina > Recetas pr?cticas y comida saludable > http://ar.mujer.yahoo.com/cocina/ >