diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 0 insertions, 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); |