From fc3454ee6752333ce7af349b71be12aa9cbe4fcc Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 14 Jul 2003 16:41:55 +1000 Subject: - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h] Call setauthdb() before loginfailed(), which may load password registry- specific functions. Based on patch by cawlfiel@us.ibm.com. --- openbsd-compat/port-aix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsd-compat/port-aix.h') diff --git a/openbsd-compat/port-aix.h b/openbsd-compat/port-aix.h index 2e5def54e..25ceb5b19 100644 --- a/openbsd-compat/port-aix.h +++ b/openbsd-compat/port-aix.h @@ -53,6 +53,7 @@ #ifdef WITH_AIXAUTHENTICATE # define CUSTOM_FAILED_LOGIN 1 void record_failed_login(const char *user, const char *ttyname); +void aix_setauthdb(const char *); #endif void aix_usrinfo(struct passwd *pw); -- cgit v1.2.3