diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-12-30 20:34:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:47 -0500 |
commit | b5b1c52a9850de18e756cdd073cf5f44f26882fe (patch) | |
tree | 6f7ed6c7bd6617c454b8bc39dbc2c53c254000e2 /source4/utils | |
parent | 25715e32f08d31516ecd41d99a3cf9ecbe7207f8 (diff) | |
download | samba-b5b1c52a9850de18e756cdd073cf5f44f26882fe.tar.gz samba-b5b1c52a9850de18e756cdd073cf5f44f26882fe.tar.bz2 samba-b5b1c52a9850de18e756cdd073cf5f44f26882fe.zip |
r4419: move security_token stuff to the libcli/security/
and debug privileges
metze
(This used to be commit c981808ed4cfa63c7ba7c4f9190b6b14f74bab40)
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/ntlm_auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c index f741999ac9..569e1e7cb8 100644 --- a/source4/utils/ntlm_auth.c +++ b/source4/utils/ntlm_auth.c @@ -27,6 +27,7 @@ #include "system/passwd.h" #include "lib/cmdline/popt_common.h" #include "auth/auth.h" +#include "libcli/security/security.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND |