"Gerald (Jerry) Carter" wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Fri, 1 Nov 2002, Nathan Ehresman wrote: > > > Hello, > > > > I was looking at the ldap authentication code (in 2.2.5) and it looks > > like there is no support for having multiple ldap servers for > > authentication (ie, if one is not responding, try from a backup). Does > > anyone have a patch to add this functionality? If not, I'll go ahead > > and do it but I wanted to check to see if it has already been done first. > > Check the HEAD code. There may be support in there you can back port.
No such support at present, but in HEAD you can come close by setting up 2 passdb backends. (This isn't ideal however, beocuse lookups that fail in the first will always go to the second). Adding such support to HEAD would be very nice - the difficult bit is actually deciding how to construct smb.conf options. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
