"Sajesh Singh" <[EMAIL PROTECTED]> wrote: > I am trying to configure a solaris 2.6 box using the pam_radius_auth module > to authenticate to a cisco secure radius server but I am having some > problems getting it to work. When a user attempts to login to the server I > get the message login incorrect, but on the radius server it reports that > authentication was okay. I followed the instructions in that came along with > the module, but nothing seems to be working. Any help would be appreciated.
Run the server in debugging mode. Add the 'debug' flag for the module, and look in /var/log/messages (or where ever the syslog messages go) Odds are you're trying to authenticate someone without a /etc/passwd entry. PAM does username/login authentication. You still need a UID, GID, home directory, etc. PAM does not, can not, and will never supply those. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
