diff options
Diffstat (limited to 'source/pam_smbpass/pam_smb_auth.c')
-rw-r--r-- | source/pam_smbpass/pam_smb_auth.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/pam_smbpass/pam_smb_auth.c b/source/pam_smbpass/pam_smb_auth.c index a4f784701c3..6a3e6e56598 100644 --- a/source/pam_smbpass/pam_smb_auth.c +++ b/source/pam_smbpass/pam_smb_auth.c @@ -47,6 +47,9 @@ do { \ static int _smb_add_user(pam_handle_t *pamh, unsigned int ctrl, const char *name, SAM_ACCOUNT *sampass, BOOL exist); +int make_remark(pam_handle_t *, unsigned int, int, const char *); + + /* * pam_sm_authenticate() authenticates users against the samba password file. * |