From 8853babb504298bd87fb5cae2120f2be63b08312 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 20 Sep 2010 15:03:56 -0700 Subject: s3-build: try to fix the non-ldap build. ldapsam_search_suffix_by_name is already prototyped in smbldap.h. Guenther --- source3/include/proto.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/include/proto.h b/source3/include/proto.h index d19cea8023..5bb91c53eb 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -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); -- cgit