1832281 Members
1924 Online
110041 Solutions
New Discussion

Password status question

 
SOLVED
Go to solution
tikual
Advisor

Password status question

Hi all,

In a trusted system, I typed commands as follows:

passwd -s user1
user1 PS 11/02/03 0 94 7

then I also tried

/usr/sbin/logins -x -l user1
user1 11025 users 20 ,,,
/home/user1
/usr/bin/sh
PS 110203 0 94 7

But in other case,

passwd -s user2
user2 PS

No date info here!!

/usr/sbin/logins -x -l user2
user2 11050 users 20 ,,,
/home/user2
/usr/bin/ksh
PS 090803 0 94 7

But the date info still appears here.

So I think that there may be few of fields has problem in /tcb/files/auth. Do anyone know what going wrong of user2?? Thanks!

user1:u_name=user1:u_id#11025:\
:u_pwd=XXXXXXXXXXXXX:\
:u_auditid#15:\
:u_auditflag#1:\
:u_minchg#0:u_exp#8121600:u_life#8640000:u_succhg#1067763841:\
:u_unsucchg#1054888395:u_llogin#0:u_pw_expire_warning#604800:u_pswduser=
user1:\
:u_suclog#1070952212:u_suctty=pts/ta:u_unsuclog#1067763826:u_unsuctty=pt
s/ta:\
:u_lock@:chkent:



user2:u_name=user2:u_id#11050:\
:u_pwd=XXXXXXXXXXX:\
:u_auditid#17:\
:u_auditflag#1:\
:u_succhg#1062984732:u_unsucchg#1042010653:u_pswduser=user2:u_suclog#
1070951536:\
:u_suctty=pts/ta:u_unsuclog#1068957989:u_unsuctty=pts/ta:u_lock@:\
:chkent:
2 REPLIES 2
Zigor Buruaga
Esteemed Contributor
Solution

Re: Password status question

Hi,

I would say that "user2" has passwd aging disabled.
You can see the differences more easily in SAM, go to "Accounts for users and group", then "Users", select the user you want and click "Actions", "Modify Security Policies".

HTH
Kind regards,
Zigor
tikual
Advisor

Re: Password status question

Hi Zigor,

I just got the answer before and it was same as your thinking. It showed that 'Default(Enabled)' in Password Aging and then I selected it to be 'Enable'. The date info was shown again by 'passwd -s'. Just confused why default setting just like a fake. Anyway, thanks for your reply!