<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16625"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>Would you expand the NSSLDAPAuthenticator to search two LDAP O's like the NSSADAuthenticator searches two forests?</DIV>
<DIV> </DIV>
<DIV>We have remote users in different O's</DIV>
<DIV> </DIV>
<DIV>example:</DIV>
<DIV> </DIV>
<DIV>'authenticator' => 'LDAP',</DIV>
<DIV>'authLDAPBaseDN' => 'O=staff',<BR>'authLDAPServers' => array('server1.domain.tld','server2.domain.tld'),<BR>'authLDAPAccountSuffix' => <A href="mailto:'@domain.tld'">'@domain.tld'</A>,<BR>'authLDAPUseSSL' => false,<BR>// This is the list of LDAP properties used to build the user's full name<BR>'authLDAPFullName' => 'givenName sn',<BR></DIV>
<DIV>'authLDAPBaseDN2' => 'O=non-staff',<BR>'authLDAPServers2' => array('server1.domain.tld','server2.domain.tld'),<BR>'authLDAPAccountSuffix2' => <A href="mailto:'@domain.tld'">'@domain.tld'</A>,<BR>'authLDAPUseSSL2' => false,<BR></DIV></BODY></HTML>