diff options
author | Volker Lendecke <vl@samba.org> | 2010-04-20 11:11:19 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-04-23 23:41:04 +0200 |
commit | f2f0fed8aad21e09837f256e00bb38f33dc73e44 (patch) | |
tree | 125ae97a78e0fc32295b136aeaad03540b97ba8c /source3/Makefile.in | |
parent | 168b86c3847a5b575eef36cc2308802cbd25bb4a (diff) | |
download | samba-f2f0fed8aad21e09837f256e00bb38f33dc73e44.tar.gz samba-f2f0fed8aad21e09837f256e00bb38f33dc73e44.tar.xz samba-f2f0fed8aad21e09837f256e00bb38f33dc73e44.zip |
s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async API
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 78c81c40d72..5551ee45101 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1242,6 +1242,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_pam_auth.o \ winbindd/winbindd_pam_auth_crap.o \ winbindd/winbindd_pam_chauthtok.o \ + winbindd/winbindd_pam_chng_pswd_auth_crap.o \ winbindd/winbindd_pam_logoff.o \ auth/token_util.o \ auth/check_samsec.o \ |