diff options
author | Günther Deschner <gd@samba.org> | 2010-05-18 12:06:23 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-26 22:17:02 +0200 |
commit | 2807ab358ec346a1da15522adce7f182d3ffefe5 (patch) | |
tree | eafd88c92b500c74495c2005932a8078ffe68ea7 /source3/winbindd/winbindd_pam.c | |
parent | 14b03d132bba45b368a07de4c4ed3ce73a8e1bde (diff) | |
download | samba-2807ab358ec346a1da15522adce7f182d3ffefe5.tar.gz samba-2807ab358ec346a1da15522adce7f182d3ffefe5.tar.bz2 samba-2807ab358ec346a1da15522adce7f182d3ffefe5.zip |
s3-samr: move chgpasswd.c out of smbd and into the samr server.
Guenther
Diffstat (limited to 'source3/winbindd/winbindd_pam.c')
-rw-r--r-- | source3/winbindd/winbindd_pam.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c index cf5ffdf325..9848bea6fe 100644 --- a/source3/winbindd/winbindd_pam.c +++ b/source3/winbindd/winbindd_pam.c @@ -31,6 +31,7 @@ #include "rpc_client/cli_netlogon.h" #include "smb_krb5.h" #include "../lib/crypto/arcfour.h" +#include "rpc_server/srv_samr_util.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND |