summaryrefslogtreecommitdiff
path: root/source3/sam/idmap_ldap.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-06-03 19:25:39 +0000
committerGerald Carter <jerry@samba.org>2003-06-03 19:25:39 +0000
commit10c241d2a083901df8141cc8f266c118e4c2a8d0 (patch)
tree7622b028f92ae0118531c1d707a892d512946541 /source3/sam/idmap_ldap.c
parent5dae5bb045db03e89bc4fd471836654201f5d64f (diff)
downloadsamba-10c241d2a083901df8141cc8f266c118e4c2a8d0.tar.gz
samba-10c241d2a083901df8141cc8f266c118e4c2a8d0.tar.bz2
samba-10c241d2a083901df8141cc8f266c118e4c2a8d0.zip
added idmap_ldap to wrong branch.
(This used to be commit eafd53a7e7b54ccf2089dc5841ea4291a891ea91)
Diffstat (limited to 'source3/sam/idmap_ldap.c')
-rw-r--r--source3/sam/idmap_ldap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/sam/idmap_ldap.c b/source3/sam/idmap_ldap.c
index 33cf5fb030..22d9fd0666 100644
--- a/source3/sam/idmap_ldap.c
+++ b/source3/sam/idmap_ldap.c
@@ -833,6 +833,5 @@ static struct idmap_methods ldap_methods = {
NTSTATUS idmap_ldap_init(void)
{
- DEBUG(0,("idmap_reg_ldap: no LDAP support\n"));
return smb_register_idmap(SMB_IDMAP_INTERFACE_VERSION, "ldap", &ldap_methods);
}