diff options
author | Gerald Carter <jerry@samba.org> | 2004-01-06 18:26:18 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2004-01-06 18:26:18 +0000 |
commit | 29b4959815d9cb5ad0d300a4eb41c4d06f9653dc (patch) | |
tree | da7f2e39dbcbeb183f91665e039bde60183e9b3c /source3/passdb | |
parent | 67da3026a4d4681a904db09a6b713cbad047e7c7 (diff) | |
download | samba-29b4959815d9cb5ad0d300a4eb41c4d06f9653dc.tar.gz samba-29b4959815d9cb5ad0d300a4eb41c4d06f9653dc.tar.bz2 samba-29b4959815d9cb5ad0d300a4eb41c4d06f9653dc.zip |
isolate ldap debug messages to the common smbldap_XXX() functions
(This used to be commit 7d7a262f45182e67daecdca49df85445c2b9700a)
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/pdb_ldap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index 1f44f5ab60..6e8ff83507 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -1639,9 +1639,6 @@ static int ldapsam_search_one_group (struct ldapsam_privates *ldap_state, int rc; char **attr_list; - DEBUG(2, ("ldapsam_search_one_group: searching for:[%s]\n", filter)); - - attr_list = get_attr_list(groupmap_attr_list); rc = smbldap_search(ldap_state->smbldap_state, lp_ldap_group_suffix (), scope, |