Re: problem with login
From: Dohhhh (whynot_at_verizon.net)
Date: 04/16/05
- Next message: Kamal R. Prasad: "transfer control to kernel routine in a child process after fork()"
- Previous message: Dohhhh: "Re: Removing SSA and ESS storage?"
- In reply to: Daniel Voelkel: "problem with login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 16 Apr 2005 12:22:31 GMT
Quick answer - ensure the attribute that REQUIRES the user to change
passwords from the default (that it SOUNDS like your script sets) is set
correctly. The default behavior on AIX is for the system to prompt the
user for a NEW password during the first *SUCCESSFUL* login session
after the passwd gets (re)set...the reason why I advise people that they
"will be REQUIRED to change passwords during their first successful
login session" after I create their account. Try it manually and you'll
see!!
Also, try "smit chuser" and/or look in /etc/security Review the
contents of:
- user
- login.cfg
- failedlogin
Be very careful if you manually edit the stanzas in these files though.
You should actually update them with chuser, chsec commands.
PS
p.s. If your script is using the mkuser command, have you looked at the
syntax for that command?
==
Daniel Voelkel wrote:
> Hi,
>
> I created several useraccounts with a script and set tham all to the
> same password. These accounts worked fine for a while but shortly some
> of them don't work anymore. I get an "Failed to login". The accounts
> where not disabled, they don't have an expiration date, the account is
> not locked, login is still allowed from anywhere. When I look to
> etc/passwd and security/passwd I can't see a difference between a still
> working account and a non-working account. When I reset the password
> with passwd the user can login again. Any ideas why the logins become
> disfunctional? I'm using AIX 5.2.
>
> Thanks in advance and greetings from germany,
> Daniel
- Next message: Kamal R. Prasad: "transfer control to kernel routine in a child process after fork()"
- Previous message: Dohhhh: "Re: Removing SSA and ESS storage?"
- In reply to: Daniel Voelkel: "problem with login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|