|
Lines 84-94
Link Here
|
| 84 |
#ifdef WITH_AIXAUTHENTICATE |
84 |
#ifdef WITH_AIXAUTHENTICATE |
| 85 |
# define CUSTOM_SYS_AUTH_PASSWD 1 |
85 |
# define CUSTOM_SYS_AUTH_PASSWD 1 |
| 86 |
# define CUSTOM_SYS_AUTH_ALLOWED_USER 1 |
86 |
# define CUSTOM_SYS_AUTH_ALLOWED_USER 1 |
| 87 |
int sys_auth_allowed_user(struct passwd *, Buffer *); |
87 |
int sys_auth_allowed_user(struct passwd *, Buffer *); |
| 88 |
# define CUSTOM_SYS_AUTH_RECORD_LOGIN 1 |
88 |
# define CUSTOM_SYS_AUTH_RECORD_LOGIN 1 |
| 89 |
int sys_auth_record_login(const char *, const char *, const char *, Buffer *); |
89 |
int sys_auth_record_login(const char *, const char *, const char *, Buffer *, int); |
| 90 |
# define CUSTOM_FAILED_LOGIN 1 |
90 |
# define CUSTOM_FAILED_LOGIN 1 |
| 91 |
#endif |
91 |
#endif |
| 92 |
|
92 |
|
| 93 |
void aix_setauthdb(const char *); |
93 |
void aix_setauthdb(const char *); |
| 94 |
void aix_restoreauthdb(void); |
94 |
void aix_restoreauthdb(void); |