[ZendTo] Auth LDAP to search two O's
Brad Beckenhauer
bbecken at aafp.org
Mon Aug 16 21:02:44 BST 2010
Hi,
Would you expand the NSSLDAPAuthenticator to search two LDAP O's like the NSSADAuthenticator searches two forests?
We have remote users in different O's
example:
'authenticator' => 'LDAP',
'authLDAPBaseDN' => 'O=staff',
'authLDAPServers' => array('server1.domain.tld','server2.domain.tld'),
'authLDAPAccountSuffix' => '@domain.tld',
'authLDAPUseSSL' => false,
// This is the list of LDAP properties used to build the user's full name
'authLDAPFullName' => 'givenName sn',
'authLDAPBaseDN2' => 'O=non-staff',
'authLDAPServers2' => array('server1.domain.tld','server2.domain.tld'),
'authLDAPAccountSuffix2' => '@domain.tld',
'authLDAPUseSSL2' => false,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20100816/acfd270d/attachment.html
More information about the ZendTo
mailing list