summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a495b80)
raw | patch | inline | side by side (parent: a495b80)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 Mar 2010 10:11:19 +0000 (10:11 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 Mar 2010 10:11:19 +0000 (10:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16485 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/ihtml/themes/modern/userFilterEditor.tpl | patch | blob | history | |
gosa-core/plugins/admin/users/user-filter.xml | patch | blob | history |
diff --git a/gosa-core/ihtml/themes/modern/userFilterEditor.tpl b/gosa-core/ihtml/themes/modern/userFilterEditor.tpl
index 05f9320a61d35a1a31eee3bed91974e277e579db..f0a1ae8ce1c1c9327a27fe80a12a20496f34a024 100644 (file)
<hr>
<b>Filter</b>
-<textarea name='filter' id='filter' cols="0" style='width:100%; height: 100px;'>{$filter}</textarea>
+<textarea name='filter' id='filter' cols="0" style='width:100%; height: 250px;'>{$filter}</textarea>
<hr>
diff --git a/gosa-core/plugins/admin/users/user-filter.xml b/gosa-core/plugins/admin/users/user-filter.xml
index a0af47afd6fe38754b85aa223ab774273c1dc574..d9b18939a31ad854d870086f39b1e60a895c5017 100644 (file)
<label>Show templates</label>
<query>
<backend>LDAP</backend>
- <filter>(&(objectClass=gosaUserTemplate)((cn=$)(sn=$)(uid=$)))</filter>
+ <filter>(&(objectClass=gosaUserTemplate)(|(cn=$)(sn=$)(uid=$)))</filter>
<attribute>dn</attribute>
<attribute>objectClass</attribute>
<attribute>givenName</attribute>