I got a problem getting libpam-radius-auth running together with freeradius.

The radius deamon is configured for using MD5 PAP authentification, which workes fine with the current dial situations used overhere.
But now we are trying to implement radius authentification on out unix systems.
But where running in some problems with that.
All the users that do get authenticated with the radius server are sending different type of paswords


eg: (from the radius.log)
Tue Aug 12 10:20:13 2003 : Auth: Login incorrect: [test/*\353\355u,\375Ak6\031S\036\347\242yv] (from client MySystems port 1556)


/etc/pam.d/ssh
#%PAM-1.0
auth required pam_nologin.so
auth sufficient pam_radius_auth.so debug
auth required pam_unix.so
auth required pam_env.so


account required pam_unix.so


session required pam_unix.so
session optional pam_lastlog.so # [1]
session optional pam_motd.so # [1]
session optional pam_mail.so standard noenv # [1]
session required pam_limits.so


password required pam_unix.so


/etc/pam.d/passwd password required pam_unix.so nullok obscure min=4 max=8 password required pam_radius_auth.so



Looks like it's trying to send crypted passwords instead of md5 passwords ?

Has anyone any experience with this or capeble of giving me some tips ...


With kind regards, Tom Mulder



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

Reply via email to