[sudo-users] sudo 1.6.9.18 on AIX 5.3

Todd C. Miller Todd.Miller at courtesan.com
Tue Nov 18 13:52:15 EST 2008


You probably need the following patch.

 - todd

Index: auth/sudo_auth.h
===================================================================
RCS file: /home/cvs/courtesan/sudo/auth/sudo_auth.h,v
retrieving revision 1.20.2.3
retrieving revision 1.20.2.4
diff -u -r1.20.2.3 -r1.20.2.4
--- auth/sudo_auth.h	6 Nov 2008 00:14:58 -0000	1.20.2.3
+++ auth/sudo_auth.h	18 Nov 2008 12:54:56 -0000	1.20.2.4
@@ -57,6 +57,7 @@
 int sia_verify __P((struct passwd *pw, char *prompt, sudo_auth *auth));
 int sia_cleanup __P((struct passwd *pw, sudo_auth *auth));
 int aixauth_verify __P((struct passwd *pw, char *pass, sudo_auth *auth));
+int aixauth_cleanup __P((struct passwd *pw, sudo_auth *auth));
 int bsdauth_init __P((struct passwd *pw, char **prompt, sudo_auth *auth));
 int bsdauth_verify __P((struct passwd *pw, char *prompt, sudo_auth *auth));
 int bsdauth_cleanup __P((struct passwd *pw, sudo_auth *auth));



More information about the sudo-users mailing list