AIX password issue


 
Thread Tools Search this Thread
Operating Systems AIX AIX password issue
# 1  
Old 01-27-2010
AIX password issue

Hi,

My server is an AIX server. Whenever a new user is created through smitty,
the first time he logs in, he has to change his password.

But i want to disable it and to enable the password expiry to a month. (i.e) after every month, he has to change his password.

Any help in this matter is highly appreciated.

Thanks for your help in advance.

Regards,
Magesh
# 2  
Old 01-27-2010
Check out pwdadm to clear the flags so they don't have to change it the first time. In smitty you could set the password max age to 4 weeks.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

SSH password login issue

Hi All, I am facing issue in setting up passwordless login through ssh on two Solaris-10 boxes. user-id ravrwa from server tsapiq04-zrwdq01 should be able to login to server tsbrit03 as cpsuserq, which is not happening. I am not sure where is the problem, while keys are already all set. Here is... (14 Replies)
Discussion started by: solaris_1977
14 Replies

2. AIX

Help with AIX password

Hi guys.... I found in basement one functional ThinkPad Power Series 850 from my father, unfortunately he is forgotten username and password for operating system (AIX 4.14) :wall:. if anyone has any idea how to get in? (2 Replies)
Discussion started by: Alfons_x
2 Replies

3. AIX

AIX mkuser with password

Hi I want to create a user on AIX box. The only problem I have is I want to set it a password and the user doesn't have to change the password at his initial login. Is there any flag to do that. Any help would be appreciated. (6 Replies)
Discussion started by: bandaru
6 Replies

4. HP-UX

Password issue

Hi, In my HP-UX, when I used cat /etc/passwd, ferdaus:*:198:20:ferdaus,pbapp,04-2013186,:/home/ferdaus:/usr/bin/sh pbapp:*:110:20:superadmin,penang,,:/home/pbapp:/usr/bin/sh May I know why * is in password part? There is no /etc/shadow files. Can I revert back /etc/passwd to show an... (6 Replies)
Discussion started by: aldosfox
6 Replies

5. UNIX for Dummies Questions & Answers

Password Expired - cfmupdatenode issue

Afternoon All Has anyone seen this type of thing before. Basically we had an issue where an ID that has db2 connect access tried to make the db connection and got an " Attempt to establish connection failed with security reason "1" ("PASSWORD EXPIRED"). SQLSTATE=08001" error. This I know... (0 Replies)
Discussion started by: philib
0 Replies

6. Shell Programming and Scripting

Reg : telnet password issue

Hi All, I am working on AIX 5.3. My requirement is to telnet to a server and scp a file from another server In my shell script i am using telnet to enter to a server and i am echoing the password as below echo open $Infahost sleep 1 echo $Infaftplogin sleep 1 echo $Infaftppasswd... (3 Replies)
Discussion started by: sam99
3 Replies

7. Cybersecurity

root Password ... strange issue

hi there , :cool: um facing a problem with my root passwd i want to set my root password and when i do i get the following :: # # passwd passwd: Changing password for root New Password: Re-enter new Password: passwd(SYSTEM): They don't match. Please try again New Password:... (6 Replies)
Discussion started by: badrali
6 Replies

8. AIX

AIX Non Expired Password

Hi, I am into production support and handling some of the AIX servers. We are planning to have a user id on a AIX system with non-expired password. Now the question is that if I have a non expired password then I cannot do a interactive login to AIX machine ( i:e cannot do Telnet ,SSH etc)... (0 Replies)
Discussion started by: siddhhuu
0 Replies

9. UNIX for Dummies Questions & Answers

ftp password issue

I think I may have put this in the wrong forum earlier the script that follows is an extract from a post someone gave as an answer to a question on ftp within a script /usr/bin/ftp ftpsiteaddress <<END verbose on bin user username password cd <directoryname> put <filename> mput... (3 Replies)
Discussion started by: Henrik
3 Replies
Login or Register to Ask a Question