mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Improve debug message
Fix bug 5056, thanks to debian package maintainer
This commit is contained in:
parent
9bf5ead4b2
commit
5b4ba4bfc5
@ -2536,7 +2536,8 @@ static NTSTATUS ldapsam_getgroup(struct pdb_methods *methods,
|
||||
count = ldap_count_entries(priv2ld(ldap_state), result);
|
||||
|
||||
if (count < 1) {
|
||||
DEBUG(4, ("ldapsam_getgroup: Did not find group\n"));
|
||||
DEBUG(4, ("ldapsam_getgroup: Did not find group, filter was "
|
||||
"%s\n", filter));
|
||||
ldap_msgfree(result);
|
||||
return NT_STATUS_NO_SUCH_GROUP;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user