summaryrefslogtreecommitdiff
path: root/source3/passdb/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/passdb/proto.h')
-rw-r--r--source3/passdb/proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/passdb/proto.h b/source3/passdb/proto.h
index 6a95454a0b..2cb8476604 100644
--- a/source3/passdb/proto.h
+++ b/source3/passdb/proto.h
@@ -314,13 +314,6 @@ NTSTATUS pdb_set_secret(const char *secret_name,
struct security_descriptor *sd);
NTSTATUS pdb_delete_secret(const char *secret_name);
-/* The following definitions come from passdb/pdb_ldap.c */
-
-const char** get_userattr_list( TALLOC_CTX *mem_ctx, int schema_ver );
-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);
-
/* The following definitions come from passdb/pdb_nds.c */
struct smbldap_state;