author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Oct 2008 13:14:02 +0000 (13:14 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Oct 2008 13:14:02 +0000 (13:14 +0000) | ||
commit | 85f173bfe6d1023d9cc7cb4679e351d113cb97be | |
tree | 68ca9922bde3a5d2afcfb30f8d9d38f40ffc583e | tree | snapshot |
parent | 0531aa655585d718300577e743714d8b1b9843de | commit | diff |
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
-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 | diff | blob | history | |
gosa-core/include/class_userinfo.inc | diff | blob | history |