1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

s3-tldap: only include tldap when actually needed.

Guenther
This commit is contained in:
Günther Deschner 2010-05-18 00:39:43 +02:00
parent e16ed3399a
commit d7d313851a
4 changed files with 5 additions and 2 deletions

View File

@ -680,8 +680,6 @@ struct ntlmssp_state;
#include "talloc_dict.h"
#include "../lib/util/smb_threads.h"
#include "../lib/util/smb_threads_internal.h"
#include "tldap.h"
#include "tldap_util.h"
#include "lib/smbconf/smbconf.h"
#include "lib/smbconf/smbconf_init.h"

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "tldap.h"
bool tevent_req_is_ldap_error(struct tevent_req *req, int *perr)
{

View File

@ -18,6 +18,8 @@
*/
#include "includes.h"
#include "tldap.h"
#include "tldap_util.h"
bool tldap_entry_values(struct tldap_message *msg, const char *attribute,
int *num_values, DATA_BLOB **values)

View File

@ -18,6 +18,8 @@
*/
#include "includes.h"
#include "tldap.h"
#include "tldap_util.h"
struct pdb_ads_state {
struct sockaddr_un socket_address;