summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-07-14 16:41:55 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-07-14 16:41:55 +1000
commitfc3454ee6752333ce7af349b71be12aa9cbe4fcc (patch)
treeb20e59100fd141acf577c7a9d29b4ded590240ea /openbsd-compat/port-aix.h
parent30317e37e4c3ba6b0a7c0b21f17760e4f45a6b12 (diff)
downloadopenssh-git-fc3454ee6752333ce7af349b71be12aa9cbe4fcc.tar.gz
- (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.
Diffstat (limited to 'openbsd-compat/port-aix.h')
-rw-r--r--openbsd-compat/port-aix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/port-aix.h b/openbsd-compat/port-aix.h
index 2e5def54..25ceb5b1 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);