diff options
author | Günther Deschner <gd@samba.org> | 2011-02-24 22:30:16 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:06 +0200 |
commit | d85f140826374dd5ad3e7099b6bdb74967c6b9da (patch) | |
tree | 97fccf6f5b5c53a1e4f92c81460f85abeb6896dd /source3/auth | |
parent | 96487959e90b1aeec071d94e7f2c744af17fb5d0 (diff) | |
download | samba-d85f140826374dd5ad3e7099b6bdb74967c6b9da.tar.gz samba-d85f140826374dd5ad3e7099b6bdb74967c6b9da.tar.bz2 samba-d85f140826374dd5ad3e7099b6bdb74967c6b9da.zip |
s3-winbind: remove global inclusion of libwbclient.
Guenther
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_util.c | 1 | ||||
-rw-r--r-- | source3/auth/auth_wbc.c | 1 | ||||
-rw-r--r-- | source3/auth/auth_winbind.c | 1 | ||||
-rw-r--r-- | source3/auth/server_info.c | 1 | ||||
-rw-r--r-- | source3/auth/token_util.c | 1 | ||||
-rw-r--r-- | source3/auth/user_krb5.c | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 688aac487b..187db5512a 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -28,6 +28,7 @@ #include "rpc_client/init_lsa.h" #include "../libcli/security/security.h" #include "../lib/util/util_pw.h" +#include "lib/winbind_util.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH diff --git a/source3/auth/auth_wbc.c b/source3/auth/auth_wbc.c index 7ab9665922..06ddbb1277 100644 --- a/source3/auth/auth_wbc.c +++ b/source3/auth/auth_wbc.c @@ -38,6 +38,7 @@ */ #include "includes.h" +#include "nsswitch/libwbclient/wbclient.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH diff --git a/source3/auth/auth_winbind.c b/source3/auth/auth_winbind.c index 9328b66fb5..ff738beca0 100644 --- a/source3/auth/auth_winbind.c +++ b/source3/auth/auth_winbind.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "nsswitch/libwbclient/wbclient.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH diff --git a/source3/auth/server_info.c b/source3/auth/server_info.c index e218ca9f7f..363236c734 100644 --- a/source3/auth/server_info.c +++ b/source3/auth/server_info.c @@ -22,6 +22,7 @@ #include "../librpc/gen_ndr/netlogon.h" #include "../libcli/security/security.h" #include "rpc_client/util_netlogon.h" +#include "nsswitch/libwbclient/wbclient.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c index f88511d8d6..3afc4438a5 100644 --- a/source3/auth/token_util.c +++ b/source3/auth/token_util.c @@ -30,6 +30,7 @@ #include "../librpc/gen_ndr/netlogon.h" #include "../libcli/security/security.h" #include "../lib/util/util_pw.h" +#include "lib/winbind_util.h" /**************************************************************************** Check for a SID in an struct security_token diff --git a/source3/auth/user_krb5.c b/source3/auth/user_krb5.c index 50716fd56b..93ad0c051e 100644 --- a/source3/auth/user_krb5.c +++ b/source3/auth/user_krb5.c @@ -19,6 +19,7 @@ #include "includes.h" #include "librpc/gen_ndr/krb5pac.h" +#include "nsswitch/libwbclient/wbclient.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH |