Code

Fixed auto completition for departments
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Jan 2010 12:37:46 +0000 (12:37 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Jan 2010 12:37:46 +0000 (12:37 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15179 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/departments/dep-filter.xml

index 2411c81c38cf0502715878737f49d244d37cbac8..4f60bc41d74a6a524a38500d0fa492b103b89a80 100644 (file)
@@ -32,6 +32,9 @@
       <backend>LDAP</backend>
       <filter>(&amp;(objectClass=gosaDepartment)(|(ou=*$NAME*)(dc=*$NAME*)(l=*$NAME*)(c=*$NAME*)))</filter>
       <attribute>cn</attribute>
+      <attribute>dc</attribute>
+      <attribute>c</attribute>
+      <attribute>l</attribute>
       <frequency>0.5</frequency>
       <characters>3</characters>
     </autocomplete>