Displaying 8 results from an estimated 8 matches for "admchg".
Did you mean:
admc
2002 Jul 23
1
AIX and ADMCHG
In AIX, whenever a root user or a member of the security group changes a
user's password, the ADMCHG attribute is set which means that the next
time the user logs in, he will be forced to change his password.
However, ssh is currently ignoring ADMCHG.
I havn't seen any mention of this on the mailing list or Bugzilla, so
I'm considering writing a patch to correct this problem. Has anyo...
2011 Jun 19
5
[Bug 1915] New: SSH5.4p1 in the AIX server, the system output error(ERRPT) when the password change fails ADMCHG flag.
https://bugzilla.mindrot.org/show_bug.cgi?id=1915
Summary: SSH5.4p1 in the AIX server, the system output
error?ERRPT? when the password change fails ADMCHG
flag.
Product: Portable OpenSSH
Version: 5.4p1
Platform: All
OS/Version: AIX
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
Repor...
2007 Apr 06
1
Password enforcement problem with OpenSSH on AIX.
Hello,
I've encountered a password enforcement problem with OpenSSH on AIX. In
AIX, when the user contains the flags = ADMCHG in the
/etc/security/passwd file, the user is forced to change the password at
next login. It works for telnet but it does not work under the OpenSSH
v3.4 version. Based on my research, it appears this issue is resolved
with OpenSSH v3.8p1. Can anyone confirm?
Thank you,
-Gerry
2005 Apr 28
1
ssh 4.0 under AIX 5.3 password expiration
I have a user who's password has expired (ADMCHG) flag
is set in /etc/security/passwd under AIX 5.3. For
some reason it is not prompting for new passwd. This
worked in 3.9. Any ideas?
Thanks,
Ryan
# /usr/sbin/sshd -d
debug1: sshd version OpenSSH_4.0p1
debug1: private host key: #0 type 0 RSA1
debug1: read PEM private key done: type RSA
debug1...
2006 Jun 23
0
[Bug 1136] User not logged off after forced password change in AIX 5.3
...-------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #7 from dtucker at zip.com.au 2006-06-23 19:50 -------
Tried reproducing with 4.3p2 on AIX 5200-05 (I don't have access to
5.3) with an account flagged ADMCHG and it worked OK.
Sorry, but we can't help with third-party binary packages, closing bug.
If you can reproduce with vanialla 4.3p2 then please reopen, or if you
are still having building 4.3p2 from source please open a new bug for
that.
------- You are receiving this mail because: -------...
2004 Dec 03
3
do_pwchange() is broken on SCO UnixWare 7
The do_pwchange() function in session.c needs to pass the username as an
argument to the passwd command. Without it, passwd always fails with
something like "passwd: unknown user" as if its getting a blank user
arg. It's strange but so are many other things in SCO, which BTW was NOT
my OS of choice :(
To make it work I simply changed line 1317 to this:
execl(_PATH_PASSWD_PROG,
2000 Apr 25
3
passwords for NT and AIX
I've finally gotten Samba (version 1.9.18p4) working on a RS/6000 server running AIX version 4.3.2, for a group of Windows NT 4.0 workstations on build 5 to access some shared directories. Everything works fine when I set them up - I have
encrypt passwords = yes
smb passwd file = /usr/local/samba/private/smbpasswd
in my smb.conf, added the passwords to the smbpasswd file, and it
2005 Dec 19
6
[Bug 1136] User not logged off after forced password change in AIX 5.3
...e apprears in the syslog after the
new password is entered for the second time, and then again a few seconds
later:
auth|security:err|error sshd[23438]: error: getsockname failed: A file
descriptor does not refer to an open file.
This happens any time root changes the user's password (i.e. the ADMCHG flag is
set). I do not know if it happens when the password expires.
Environment:
AIX 5.3.03
OpenSSH_4.1p1, OpenSSL 0.9.7g 11 Apr 2005
OpenSSH was downloaded from IBM's Sourceforge "OpenSSH on AIX" project
(http://sourceforge.net/projects/openssh-aix)
I do not know what compile opt...