[ On Monday, August 13, BigStar wrote: ]
> I just update my box from 4.3 to 4.4-PRERELEASE and when i log to machine
> i get on error console:
> Aug 13 22:54:40 152-mia-1 login: no modules loaded for `login' service
> Aug 13 22:54:40 152-mia-1 login: pam_open_session: Permission denied
> Aug 13 22:54:40 152-mia-1 login: pam_open_session: Permission denied
>
> in /etc/pam.conf i have
> login auth sufficient pam_skey.so
> login auth requisite pam_cleartext_pass_ok.so
> #login auth sufficient pam_kerberosIV.so try_first_pass
> login auth required pam_unix.so try_first_pass
>
> BS.
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-stable" in the body of the message
After upgrading over the weekend and doing a proper mergemaster(1), I get this
in /etc/pam.conf (for login)
# If the user can authenticate with S/Key, that's sufficient; allow clear
# password. Try kerberos, then try plain unix password.
login auth sufficient pam_skey.so
login auth requisite pam_cleartext_pass_ok.so
#login auth sufficient pam_kerberosIV.so try_first_pass
login auth required pam_unix.so try_first_pass
login account required pam_unix.so
#login account required pam_kerberosIV.so
#login session required pam_kerberosIV.so
login password required pam_permit.so
login session required pam_permit.so
No problems.
-Jr
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| John Reynolds WCCG, CCE, (space for rent, cheap!) |
| Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 |
| [EMAIL PROTECTED] http://www-aec.ch.intel.com/~jreynold/ |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message