Hi all,<br> i&#39;m trying to configure ldap auth with lotus domino ldap server.<br>my ldap support anonymous from lan so it&#39;s very easy to use it and the parameters that i use is:<br><br>  //<br>  // Settings for the LDAP authenticator.<br>
  //<br>  &#39;authenticator&#39;         =&gt; &#39;LDAP&#39;,<br>  &#39;authLDAPBaseDN&#39;        =&gt; &#39;o=company,c=it&#39;,<br>  &#39;authLDAPServers&#39;       =&gt; array(&#39;<a href="http://ldap.company.com">ldap.company.com</a>&#39;),<br>
  &#39;authLDAPAccountSuffix&#39; =&gt; &#39;&#39;,<br>  &#39;authLDAPUseSSL&#39;        =&gt; false,<br>  &#39;authLDAPBindDn&#39;        =&gt; &#39;&#39;,<br>  &#39;authLDAPBindPass&#39;      =&gt; &#39;&#39;,<br>  // This is the list of LDAP properties used to build the user&#39;s full name<br>
  &#39;authLDAPFullName&#39;      =&gt; &#39;givenName cn&#39;,<br>  &#39;authLDAPOrganization&#39;  =&gt; &#39;&#39;,<br>  // If both these 2 settings are set, then the users must be members of this<br>  // group/role.<br>
  &#39;authLDAPMemberKey&#39;     =&gt; &#39;&#39;,<br>  &#39;authLDAPMemberRole&#39;    =&gt; &#39;&#39;,<br>  &#39;authLDAPAdmins&#39;          =&gt; &#39;&#39;,<br><br>I&#39;m able to login but i must use the uid value as username. The problem is that my user use Name and Surname as username  that is in cn value<br>
<br>Another question is about authLDAPAdmins, how i can set it? <br><br>For example my user is: <br>cn=Name Surmane<br>o=company<br>c=it<br>uid=NSurname<br><br>Thanks<br>