Code

Updated user-filter handling.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 28 Oct 2008 13:14:02 +0000 (13:14 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 28 Oct 2008 13:14:02 +0000 (13:14 +0000)
commit85f173bfe6d1023d9cc7cb4679e351d113cb97be
tree68ca9922bde3a5d2afcfb30f8d9d38f40ffc583e
parent0531aa655585d718300577e743714d8b1b9843de
Updated user-filter handling.
-The filter was very slow due to the fact that the complete department and all included  objects were checked by every request.
-No only the requested object is checked.
-Added a new ldap method which allows to check filter settings on a single object. ldap->object_match_filter($dn,"cn=h*")

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12788 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_ldap.inc
gosa-core/include/class_userinfo.inc