Hi,

please help. I can't find the failure:

Pap with md5 dont work. What does it mean: 
rlm_pap: No password (or empty password) to check against for for user
testomat
  modcall[authenticate]: module "pap" returns invalid for request 1

-------------------------------------------------------
users file:

testomat Auth-Type :=  PAP, Crypt-Password ==
"$1$jl97dv4i$NSYFFETxeOldmT6.zn3ml0"

------------------------------------------------------
radiusd.conf:

authenticate {
        #
        #  PAP authentication, when a back-end database listed
        #  in the 'authorize' section supplies a password.  The
        #  password can be clear-text, or encrypted.
        Auth-Type PAP {
                pap
        }
...
 PAP module to authenticate users based on their stored password
        #
        #  Supports multiple encryption schemes
        #  clear: Clear text
        #  crypt: Unix crypt
        #    md5: MD5 ecnryption
        #   sha1: SHA1 encryption.
        #  DEFAULT: crypt
        pap {
                encryption_scheme = md5
                                
        }

--------------------------------------------------------------

debug output:

        User-Name = "testomat"
        User-Password = "1234567890"
modcall: entering group authorize for request 1
  modcall[authorize]: module "preprocess" returns ok for request 1
  modcall[authorize]: module "chap" returns noop for request 1
  modcall[authorize]: module "mschap" returns noop for request 1
    rlm_realm: No '@' in User-Name = "testomat", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop for request 1
  rlm_eap: No EAP-Message, not doing EAP
  modcall[authorize]: module "eap" returns noop for request 1
    users: Matched testomat at 12
  modcall[authorize]: module "files" returns ok for request 1
modcall: group authorize returns ok for request 1
  rad_check_password:  Found Auth-Type PAP
auth: type "PAP"
modcall: entering group Auth-Type for request 1
rlm_pap: login attempt by "testomat" with password 1234567890
rlm_pap: No password (or empty password) to check against for for user
testomat
  modcall[authenticate]: module "pap" returns invalid for request 1
modcall: group Auth-Type returns invalid for request 1
auth: Failed to validate the user.
Delaying request 1 for 1 seconds
Finished request 1
Going to the next request
--- Walking the entire request list ---
Waking up in 1 seconds...
--- Walking the entire request list ---
Waking up in 1 seconds...
--- Walking the entire request list ---
Sending Access-Reject of id 42 to 129.217.128.60:1026
Waking up in 4 seconds...
--- Walking the entire request list ---
Cleaning up request 1 ID 42 with timestamp 4011287a
Nothing to do.  Sleeping until we see a request.

Thanks
Hans


-- 
Universitaet Dortmund
Hochschulrechenzentrum
- Digitale Netze -
August Schmidt Str.12
44227 Dortmund

Tel. ++49 231 - 7552132
Fax. ++49 231 - 7552731
Mail: [EMAIL PROTECTED]
Web: http://www.hrz.uni-dortmund.de/s1/


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to