Login incorrect (rlm_ldap: User not found)
Dear all: I have install freeradius-server-2.1.1 and I want use LDAP to do authentication. And I have add a new ldap user "hoyo" and set the user password But when I using "radius -X" to start the radius The server shown the message : ..... [pap] WARNING! No "known good" password found for the user. Authentication may fail because of this. ++[pap] returns noop No authenticate method (Auth-Type) configuration found for the request: Rejecting the user Failed to authenticate the user. Login incorrect (rlm_ldap: User not found): [hoyo/hoyo] (from client my_radius_client_pc port 0) Using Post-Auth-Type Reject +- entering group REJECT {...} expand: %{User-Name} -> hoyo attr_filter: Matched entry DEFAULT at line 11 ++[attr_filter.access_reject] returns updated ..... .. ... I have set the user "hoyo " password by "ldappasswd -S -x -W -D "cn=Manager,dc=mydomain,dc=com" "cn=hoyo,dc=mydomain,dc=com"" and response as follows : "New password: Re-enter new password: Enter LDAP Password: Result: Success (0)" But why still have error ? how can I to solve the problem ? Regards, Vicky
ldappasswd is unlikely to use the encryption scheme that is expected by PAP (or just about any other module). Use an LDIF file, or some other means to set the data to be what you want it to be, not something you're not sure what it might be. //anders hsuan wrote:
Dear all:
I have install freeradius-server-2.1.1 and I want use LDAP to do authentication.
And I have add a new ldap user "hoyo" and set the user password
But when I using "radius -X" to start the radius
The server shown the message :
...............
[pap] WARNING! No "known good" password found for the user. Authentication may fail because of this.
++[pap] returns noop
No authenticate method (Auth-Type) configuration found for the request: Rejecting the user
Failed to authenticate the user.
Login incorrect (rlm_ldap: User not found): [hoyo/hoyo] (from client my_radius_client_pc port 0)
Using Post-Auth-Type Reject
+- entering group REJECT {...}
expand: %{User-Name} -> hoyo
attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] returns updated
.............
......
.......
I have set the user "hoyo " password by "ldappasswd -S -x -W -D "cn=Manager,dc=mydomain,dc=com" "cn=hoyo,dc=mydomain,dc=com""
and response as follows :
"New password:
Re-enter new password:
Enter LDAP Password:
Result: Success (0)"
But why still have error ? how can I to solve the problem ?
Regards,
Vicky
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi anders: Do you have the other the set the ldap user password ? how to do ? Regards, vicky From: freeradius-users-bounces+hsuan=nchc.org.tw@lists.freeradius.org [mailto:freeradius-users-bounces+hsuan=nchc.org.tw@lists.freeradius.org] On Behalf Of Anders Holm Sent: Wednesday, November 26, 2008 3:00 PM To: FreeRadius users mailing list Subject: Re: Login incorrect (rlm_ldap: User not found) ldappasswd is unlikely to use the encryption scheme that is expected by PAP (or just about any other module). Use an LDIF file, or some other means to set the data to be what you want it to be, not something you're not sure what it might be. //anders hsuan wrote: Dear all: I have install freeradius-server-2.1.1 and I want use LDAP to do authentication. And I have add a new ldap user "hoyo" and set the user password But when I using "radius -X" to start the radius The server shown the message : ..... [pap] WARNING! No "known good" password found for the user. Authentication may fail because of this. ++[pap] returns noop No authenticate method (Auth-Type) configuration found for the request: Rejecting the user Failed to authenticate the user. Login incorrect (rlm_ldap: User not found): [hoyo/hoyo] (from client my_radius_client_pc port 0) Using Post-Auth-Type Reject +- entering group REJECT {...} expand: %{User-Name} -> hoyo attr_filter: Matched entry DEFAULT at line 11 ++[attr_filter.access_reject] returns updated ..... .. ... I have set the user "hoyo " password by "ldappasswd -S -x -W -D "cn=Manager,dc=mydomain,dc=com" "cn=hoyo,dc=mydomain,dc=com"" and response as follows : "New password: Re-enter new password: Enter LDAP Password: Result: Success (0)" But why still have error ? how can I to solve the problem ? Regards, Vicky _____ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Anders Holm -
hsuan