diff options
author | Gerald Carter <jerry@samba.org> | 2003-06-03 19:25:39 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-06-03 19:25:39 +0000 |
commit | 10c241d2a083901df8141cc8f266c118e4c2a8d0 (patch) | |
tree | 7622b028f92ae0118531c1d707a892d512946541 /source3/sam | |
parent | 5dae5bb045db03e89bc4fd471836654201f5d64f (diff) | |
download | samba-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')
-rw-r--r-- | source3/sam/idmap_ldap.c | 1 |
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); } |