Passwords and first time login


 
Thread Tools Search this Thread
Operating Systems AIX Passwords and first time login
# 1  
Old 05-25-2005
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.
# 2  
Old 05-25-2005
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  
Old 05-25-2005
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  
Old 05-26-2005
try the following:
Code:
pwdadm -c <userid>

# 5  
Old 05-27-2005
Thank you. I will give it a try.
# 6  
Old 05-27-2005
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! Smilie Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Passwordless login gets deactivated after some time

Hi Friends, I was successfully able to login passwordlessly to server 1.1.1.2 from server 1.1.1.1 by following the below steps. I had already generated the keys using (ssh-keygen -t rsa) once and i am assuming i do not have to do that again. ssh id@1.1.1.2 mkdir -p .ssh cat... (8 Replies)
Discussion started by: srkmish
8 Replies

2. UNIX for Advanced & Expert Users

When did UNIX start using encrypted passwords, and not displaying passwords when you type them in?

I've been using various versions of UNIX and Linux since 1993, and I've never run across one that showed your password as you type it in when you log in, or one that stored passwords in plain text rather than encrypted. I'm writing a script for work for a security audit, and two of the... (5 Replies)
Discussion started by: Anne Neville
5 Replies

3. AIX

User login time

I want to set the "logintimes" variable for a user on a server who need access mornings and night how to I set the "logintimes" I want the user to log in from 08:00 to 12:00 and 17:00 to 21:00 is this possible? (1 Reply)
Discussion started by: daveisme
1 Replies

4. UNIX for Dummies Questions & Answers

How do I get the last login time of a particular user?

How do I get the last login time of a particular user?:confused: (1 Reply)
Discussion started by: g.ashok
1 Replies

5. Shell Programming and Scripting

SSH - Passing Unix login passwords through shell scripts

Hi All , I need to call a script runscript_B.sh on server A, the runscript_B.sh script locating in server B. The runscript_B.sh in calls another script runscript_A on server A itself. it seend, i need to be connect from Server A to Server B using ssh. I have tryed like this in... (3 Replies)
Discussion started by: koti_rama
3 Replies

6. UNIX for Dummies Questions & Answers

get all user's login time

hi all, i need yor help!!!:D i am a newbie in programming i want to get user list and their login time... i have search and learn about pswd and utmp, but i only can get usr list without their login time... do you have an idea to solve my problem? thanx (5 Replies)
Discussion started by: alif
5 Replies

7. Linux

Remote login time

hi all, l have CentOS release 5 (Final). I login to own server using telnet. when write user & pass and press enter than 1 more minute wait. After successful login. Why just login time very slow? 2 week ago it's quickly login. What i will do? (2 Replies)
Discussion started by: Tlg13team
2 Replies

8. UNIX for Dummies Questions & Answers

Limit login time...

How do I limit the amount of idle time an account gets on solaris? Thanks. VJ (2 Replies)
Discussion started by: vancouver_joe
2 Replies
Login or Register to Ask a Question