werner maes
2006-Aug-08 12:17 UTC
[Samba] POLL: Does anyone actually use multiple passdb backends on the same server?
hello the passdb backend no longer accepts multiple backends in a chaining configuration since samba 3.0.23a . question: will the following confi still work? passdb backend = ldapsam://ldapserver1 ldapsam://ldapserver2 ? the idea is to use 2 ldap servers werner Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
Gerald (Jerry) Carter
2006-Aug-08 12:33 UTC
[Samba] POLL: Does anyone actually use multiple passdb backends on the same server?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 werner maes wrote:> > hello > > the passdb backend no longer accepts multiple backends in a chaining > configuration since samba 3.0.23a . > > question: > > will the following confi still work? > > passdb backend = ldapsam://ldapserver1 ldapsam://ldapserver2 ? > > the idea is to use 2 ldap serversThe syntax is passdb backend = ldapsam:"ldap//ldapserver1 ldap://ldapserver2" There's a regression in 3.0.23a that breaks the "". It has been fixed in 3.0.23b (which will be available in the next few hours). cheers, jerry ====================================================================Samba ------- http://www.samba.org Centeris ----------- http://www.centeris.com "What man is a man who does not make the world better?" --Balian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE2ISdIR7qMdg1EfYRAqw1AKDkdhpG6+CWA6Saoo+Y+Vwr/6xMNQCfYZNb D/WpMfAIbegz3rAr+8cUkn8=tsK+ -----END PGP SIGNATURE-----
alex@kuklin.ru
2006-Aug-08 12:51 UTC
[Samba] POLL: Does anyone actually use multiple passdb backends on the same server?
werner maes wrote:> > the passdb backend no longer accepts multiple backends in a chaining > configuration since samba 3.0.23a . > > question: > > will the following confi still work? > > passdb backend = ldapsam://ldapserver1 ldapsam://ldapserver2 ? > > the idea is to use 2 ldap serversThere are several ways to specify multiple ldap servers. passdb backend = ldapsam://ldapserver1 ldapsam://ldapserver2 should work as failover solution - when ldap1 is down, ldap2 should be tried. But i found than failed ldap1 do not make smbd to use ldap2 in my installation. I have reported this problem here, but got no answer. // Alex