s3-build: try to fix the non-ldap build.
authorGünther Deschner <gd@samba.org>
Mon, 20 Sep 2010 22:03:56 +0000 (15:03 -0700)
committerGünther Deschner <gd@samba.org>
Mon, 20 Sep 2010 22:06:30 +0000 (15:06 -0700)
ldapsam_search_suffix_by_name is already prototyped in smbldap.h.

Guenther

source3/include/proto.h

index d19cea8023e4dc2b1d27d63f9a810b0121e6a618..5bb91c53ebcdd67b6060995141f0e4a4148bfcc3 100644 (file)
@@ -3905,10 +3905,6 @@ NTSTATUS make_pdb_method( struct pdb_methods **methods ) ;
 struct ldapsam_privates;
 
 const char** get_userattr_list( TALLOC_CTX *mem_ctx, int schema_ver );
-int ldapsam_search_suffix_by_name(struct ldapsam_privates *ldap_state,
-                                         const char *user,
-                                         LDAPMessage ** result,
-                                         const char **attr);
 NTSTATUS pdb_init_ldapsam_compat(struct pdb_methods **pdb_method, const char *location);
 NTSTATUS pdb_init_ldapsam(struct pdb_methods **pdb_method, const char *location);
 NTSTATUS pdb_ldap_init(void);