From 10c241d2a083901df8141cc8f266c118e4c2a8d0 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 3 Jun 2003 19:25:39 +0000 Subject: added idmap_ldap to wrong branch. (This used to be commit eafd53a7e7b54ccf2089dc5841ea4291a891ea91) --- source3/sam/idmap_ldap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/sam/idmap_ldap.c') 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); } -- cgit