On Fri, 24 Mar 2000, Ronneil Camara wrote:
> I can login now using RSA to my sshd-1.2.27 on rh 5.2. But I can't login
> using RSA to my openssh-1.2.2p1 on rh 6.1.
>
> Here is the syslog message:
>
> Mar 24 02:56:16 linux sshd[6726]: Accepted rsa for ronneilc from 192.168.1.5
> port 1133
> Mar 24 02:56:16 linux sshd[6726]: PAM rejected by account configuration:
> User account has expired
> Mar 24 02:56:16 linux sshd[6726]: Faking authloop for illegal user ronneilc
> from 192.168.1.5 port 1133
>
> And ideas?
>
> -
> Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
> To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
>
did you set account expiration on ur account?? check your /etc/shadow...
according to man 3 shadow..
struct spwd {
char *sp_namp; /* user login name */
char *sp_pwdp; /* encrypted password */
long sp_lstchg; /* last password change */
int sp_min; /* days until change allowed. */
int sp_max; /* days before change required */
int sp_warn; /* days warning for expiration */
int sp_inact; /* days before account inactive */
int sp_expire; /* date when account expires */
int sp_flag; /* reserved for future use */
}
adrian
-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]