On Fri, 12 Sep 2003, jean-marc pouchoulon wrote: > How can I have multiple backend on one samba pdc. > Samba seems to accept this two lines in the smb.conf. > > passdb backend = ldapsam:ldap://ip-one/,guest > passdb backend = ldapsam:ldap://ip-two/,guest
passdb backend= ldapsam:ldap://ip-one/, ldapsam:ldap://ip-two/, guest Will give you two backends. > > With the cache mechanism on xp client , I am not able to see if it works > et whitch ldap server answer. You cab specify the backend if you use the 'pdbedit' tool. eg: pdbedit -Lv -b ldapsam:ldap://ip-two/ will use the second backend. > What is the best way to have Multiple ldap backend on the same PDC ? > Is it possible. See above. Cheers, John T. (Jean-Henri) -- John H Terpstra Email: [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
