dcwaterm / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Alias dereferencing seems not working #603

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to login with user alias

User alias is deferenced with ldapsearch:
ldapsearch -x -a always -b uid=alias,ou=Users,dc=domain,dc=com -s sub 
"objectClass=person" 

However in pwm alias deferencing is not working,

What is the expected output? What do you see instead?
User will be logged. 

Actual result is: 

The username or password is not valid. Please try again. { 5001 
ERROR_WRONGPASSWORD (an ldap user for username value 'alias' was not found) }

What version of PWM are you using?
1.7.1

What ldap directory and version are you using?
openldap-2.4.31

Please paste any error log messages below:

Original issue reported on code.google.com by m.he...@gmail.com on 23 Aug 2014 at 2:41

GoogleCodeExporter commented 9 years ago
aliases dereferencing isnt implemented.

Original comment by jrivard on 26 Sep 2014 at 4:53