![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Login and logout time of a session | sharif | UNIX for Advanced & Expert Users | 1 | 03-10-2008 02:10 AM |
| last login date and time for all users | igidttam | UNIX for Dummies Questions & Answers | 3 | 11-08-2007 03:24 PM |
| failed login time limit | zuessh | AIX | 2 | 05-24-2006 11:19 AM |
| Automatic time out of user login | keelba | UNIX for Advanced & Expert Users | 2 | 10-06-2005 06:12 AM |
| Limit login time... | vancouver_joe | UNIX for Dummies Questions & Answers | 2 | 09-03-2001 06:18 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Passwords and first time login
When assigning a new password using passwd the first time the user signs in they are forced to enter a new one. I am currently setting up over 100 users on a new system for a new application the uses a gui front end to access it. Because of this they never see the unex prompt so when they login the first time the application errors out because unix is asking them to enter a new password. Is there any way to turn off this option so that I don't have to login as each user to set their password? Thank you.
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
You can use a password syncronization tool. This way they would only have to change their password in the Windows world. Psync is one that comes to mind... there are a number of others.
|
|
#3
|
|||
|
|||
|
Thank you for your response, but I am looking for something on the UNIX side. Possibly an option that can be set through smitty. I looked around, but did not find anything. Probably not looking in the right places.
|
|
#4
|
|||
|
|||
|
try the following:
Code:
pwdadm -c <userid> |
|
#5
|
|||
|
|||
|
Thank you. I will give it a try.
|
|
#6
|
|||
|
|||
|
chuckuykendall,
Thank you very much for that command. It saved me sevaral hours of having to login each person myself and do the change. I was able to put together a list of users and then insert that command with the appropriate flags and then execute the file with the commands in it. Worked perfectly! |
|||
| Google The UNIX and Linux Forums |