Pretty easy question, I think? :D

Drew Weaver drew.weaver at thenap.com
Thu Aug 17 17:14:44 CEST 2006


I'm setting up a new AAA server here using freeradius. 

I am just attempting to get it to authenticate using /etc/passwd (unix
style) and I am getting this error:

Thu Aug 17 11:06:51 2006 : Debug:   rad_check_password:  Found Auth-Type
System
Thu Aug 17 11:06:51 2006 : Debug: auth: type "System"
Thu Aug 17 11:06:51 2006 : Debug:   ERROR: Unknown value specified for
Auth-Type.  Cannot perform requested action.
Thu Aug 17 11:06:51 2006 : Debug: auth: Failed to validate the user.

This is my module configuration:

unix {    
                cache = no
                cache_reload = 600
                passwd = /etc/passwd
                group = /etc/group
                shadow = /etc/shadow
                radwtmp = ${logdir}/radwtmp
        }

Anyone have any advice for me?

Thanks,
Andrew





More information about the Freeradius-Users mailing list