stephane.purnelle@corman.be
2004-Mar-01 15:58 UTC
[Samba] using a master ldap server and a slave ldap server for one samba server
Hi, I would like to make this : passwd backend : ldapsam:ldap://127.0.0.1, ldapsam:ldap://10.217.7.14 The ldap server on 127.0.0.1 is the master LDAP server The ldap server on 10.217.7.14 is the slave LDAP server. Can I do this. St?phane Purnelle ----------------------------------- St?phane PURNELLE stephane.purnelle@corman.be Service Informatique Corman S.A. Tel : 00 32 087/342467
John H Terpstra
2004-Mar-01 16:03 UTC
[Samba] using a master ldap server and a slave ldap server for one samba server
On Mon, 1 Mar 2004 stephane.purnelle@corman.be wrote:> > > > > Hi, > > I would like to make this : > > passwd backend : ldapsam:ldap://127.0.0.1, ldapsam:ldap://10.217.7.14Change that to: passwd backend = ldapsam:"ldap://127.0.0.1 ldap://10.217.7.14" Note the specific use of the double quotes. - John T.> > The ldap server on 127.0.0.1 is the master LDAP server > The ldap server on 10.217.7.14 is the slave LDAP server. > > Can I do this. > > > St?phane Purnelle > > ----------------------------------- > St?phane PURNELLE stephane.purnelle@corman.be > Service Informatique Corman S.A. Tel : 00 32 087/342467 > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >-- John H Terpstra Email: jht@samba.org
John H Terpstra
2004-Mar-01 17:22 UTC
[Samba] using a master ldap server and a slave ldap server for one samba server
On Mon, 1 Mar 2004, John H Terpstra wrote:> On Mon, 1 Mar 2004 stephane.purnelle@corman.be wrote: > > > > > > > > > > > Hi, > > > > I would like to make this : > > > > passwd backend : ldapsam:ldap://127.0.0.1, ldapsam:ldap://10.217.7.14Oops! I meant to add that the configuration above will result in both LDAP servers being contacted reesulting in a doubling up of all account entries. - John T.> > Change that to: > > passwd backend = ldapsam:"ldap://127.0.0.1 ldap://10.217.7.14" > > Note the specific use of the double quotes. > > - John T. > > > > > The ldap server on 127.0.0.1 is the master LDAP server > > The ldap server on 10.217.7.14 is the slave LDAP server. > > > > Can I do this. > > > > > > St?phane Purnelle > > > > ----------------------------------- > > St?phane PURNELLE stephane.purnelle@corman.be > > Service Informatique Corman S.A. Tel : 00 32 087/342467 > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba > > > >-- John H Terpstra Email: jht@samba.org