diff options
author | Günther Deschner <gd@samba.org> | 2011-10-10 21:45:42 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-10-11 10:41:29 +0200 |
commit | a1f4fe7e08ca4fb0441869e73e3cc1af607e8d8b (patch) | |
tree | 152ecfea15d560197c84fc55e8964f16870f7939 /source3/include | |
parent | 2c3c18c388d4cae107ecc3bb7e8cb43b525a1154 (diff) | |
download | samba-a1f4fe7e08ca4fb0441869e73e3cc1af607e8d8b.tar.gz samba-a1f4fe7e08ca4fb0441869e73e3cc1af607e8d8b.tar.bz2 samba-a1f4fe7e08ca4fb0441869e73e3cc1af607e8d8b.zip |
s3-passdb: split out passdb/pdb_ldap.h.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smbldap.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index c84a9acead..cce3e1eae9 100644 --- a/source3/include/smbldap.h +++ b/source3/include/smbldap.h @@ -216,17 +216,6 @@ struct ldapsam_privates { } search_cache; }; -/* Functions shared between pdb_ldap.c and pdb_nds.c. */ -struct pdb_methods; -NTSTATUS pdb_init_ldapsam_compat( struct pdb_methods **pdb_method, const char *location); -int ldapsam_search_suffix_by_name(struct ldapsam_privates *ldap_state, - const char *user, - LDAPMessage ** result, - const char **attr); -NTSTATUS pdb_init_ldapsam( struct pdb_methods **pdb_method, const char *location); -const char** get_userattr_list( TALLOC_CTX *mem_ctx, int schema_ver ); -LDAP *priv2ld(struct ldapsam_privates *priv); - /* The following definitions come from lib/smbldap.c */ int smb_ldap_start_tls(LDAP *ldap_struct, int version); |