summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b86d5aa)
raw | patch | inline | side by side (parent: b86d5aa)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 Jun 2008 13:40:33 +0000 (13:40 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 Jun 2008 13:40:33 +0000 (13:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11482 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/modules/ClientPackages.pm | patch | blob | history |
index 53aec283316e42aae4ec552750daa1c808a8b312..7db50cd1ae06c6e4f20c3f4ac761bc7becacfca1 100644 (file)
return;
} elsif ($mesg->count >= 2) {
&main::daemon_log("$session_id ERROR: multiple LDAP informations found for client with filter '(&(objectClass=gosaGroupOfNames)(member=$dn))'", 1);
+ return;
}
$entry= $mesg->entry(0);