If a User Account is locked,which file you need to check and
how do you get to know at what time it has been locked.
Answers were Sorted based on User's Feedback
Answer / swamy naidu kollu
By default User account information is stored
in /etc/passwd & /etc/shadow file. So have to
edit /etc/shadow file and delete the *LK* for that
particular user password mapped in /etc/shadow.
or
unlock it using
#passwd -u <user name>
or
#passwd <user name>
Newpasswd:*******
Re-enter:*******
==================================================
With regards to logs depends on what naming service you are
using ( NIS or LDAP). You can check them in the log files
at what time the user account was locked.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / arun
You can try the above solution...
And one more command is last command will help you find user
information...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / icha
For NIS, you may try the directory /var/yp/ypfile, yp is an
acronym for yellow page/s
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sudas
Thank you Swamy.
Can you please share the log file location,if it is NIS or
LADAP.
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain setuid, setgid and stickybit
How to stop the VCS
In an NIS environment if user forgot is password, then as an admin what you will do?
what is the difference between init runlevel and milestone?
When user logging in which file will take place
I have single NIC card and we have two ports can we configure as IPMP?
How do you add the disk without reboot the server?
What are the daemons in VERITAS?
What are processing daemon in nis
what is cluster.
How to mirror and unmirror a disk?
If the /var file system is full then what you will do.