Martin Pauly wrote:
On Tuesday 18 December 2007 11:26, Alan DeKok wrote:
Post the debugging output. Here we go (private data masked): .., rlm_ldap: bind as xxxxxx/ldap-passwd to auth1.staff.uni-marburg.de:389 rlm_ldap: waiting for bind result ... rlm_ldap: Bind was successful rlm_ldap: performing search in xxxxxxxx,o=Universitaet Marburg,c=DE, with filter (&(uid:caseExactMatch:=pauly) (!(UniMrDarfRadius=0))) rlm_ldap: No default NMAS login sequence rlm_ldap: looking for check items in directory... rlm_ldap: looking for reply items in directory... rlm_ldap: user pauly authorized to use remote access
But... it looks like no "known good" password was found. Failing that, FreeRADIUS has no idea how to authenticate the user.
rlm_pap: WARNING! No "known good" password found for the user. Authentication may fail because of this. modcall[authorize]: module "pap" returns noop for request 0 modcall: leaving group authorize (returns ok) for request 0
What is the difference between this output, and the output in 1.0.x, which seems to work? Alan DeKok.