[PATCH] AIX password expiration
Ben Lindstrom
mouring at etoh.eviladmin.org
Sun Oct 27 18:35:10 EST 2002
Only complaint off hand:
+/* password change for protocol 2 */
+int
+auth_change_password(Authctxt *authctxt, const char *oldpasswd, const
char
*newpasswd)
+{
+#ifdef WITH_AIXAUTHENTICATE
+ return aix_change_password(authctxt->pw, oldpasswd, newpasswd);
+#endif
+}
If you are not using aixauth and you get into this state. You need to
have the return a default 'failure/unsupported'.
- Ben
More information about the openssh-unix-dev
mailing list