]> andersk Git - openssh.git/blobdiff - openbsd-compat/port-aix.h
- (dtucker) [auth.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
[openssh.git] / openbsd-compat / port-aix.h
index 7c7fb90ba27bd30a8d230170c872f7d68589e9af..6d9716dd57a41998dfe82539f813a199c2ab9bf3 100644 (file)
 void aix_usrinfo(struct passwd *);
 
 #ifdef WITH_AIXAUTHENTICATE
+# define CUSTOM_SYS_AUTH_PASSWD 1
+# define CUSTOM_SYS_AUTH_ALLOWED_USER 1
+int sys_auth_allowed_user(struct passwd *);
 # define CUSTOM_FAILED_LOGIN 1
 void record_failed_login(const char *, const char *);
 #endif
 
-int aix_authenticate(const char *, const char *, const char *);
 void aix_setauthdb(const char *);
 void aix_restoreauthdb(void);
 void aix_remove_embedded_newlines(char *);
This page took 0.064186 seconds and 4 git commands to generate.