Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: No Longer Reproducible
-
Affects Version/s: 6.1.10 EE GA1
-
Fix Version/s: 6.2.0 CE M4
-
Component/s: Authentication, Util, Util > Login portlet
-
Labels:
-
Environment:Linux 2.6.32-300.7.1.el5uek x86_64
LDAP (AD)
-
Similar Issues:
Description
Context:
1) A valid user in Active Directory exists
2) The "mail" entry is missing in the Active Directory for the user
3) The authentication is set by Screen Name
When tries to login, the authentication fails. This issue is not occurring in other applications using Active Directory
LDAP configuration used is attached..

Hello,
that's because the email is defined as a required field for the LDAP record.
In your portal-ext.properties you can set the email as optional field. Simply set the following to false.
#
#
users.email.address.required=true
That should do the trick.
HTH
Alex