summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 80defbc)
raw | patch | inline | side by side (parent: 80defbc)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 May 2010 07:24:50 +0000 (07:24 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 May 2010 07:24:50 +0000 (07:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18454 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/acl/migration/class_migrate_aclRoleRDN.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/acl/migration/class_migrate_aclRoleRDN.inc b/gosa-core/plugins/admin/acl/migration/class_migrate_aclRoleRDN.inc
index 5023f50d8eee828ce36fe2716a2e4793e3c08736..436fa16a8b3a3d9c17e152b0dd5968f94d3b5a15 100644 (file)
<?php
class migrate_aclRoleRDN extends migrateRDN implements propertyMigration
{
- protected $filter = "(migrate_aclRoleRDN(objectClass=gosaAccount)((objectClass=sambaSamAccount))%s)";
+ protected $filter = "(&(objectClass=gosaRole)%s)";
}
?>