On 07/28/14 15:31 +0530, Gokul nath wrote:
Hi, I have configured openldap and it is working for username and password authentication. How do i make my email address as login id in LDAP? my working scenario is below. User : user1, user2Group: Group1, Group2 I have added user1 to Group1 and done apache authentication using Group1. Login is working if i add any user to that group. i would like to make email address as login id. Please suggest how to configure the same. ThanksGokul
Specify the fully qualified username within the RDN (e.g. uid=jsmith@example.com). You may, however, need to patch your ldap nss library to support the @ sign. Consult the documentation for the library you're using. -- Dan White