Code

added migration classes for RDN properties
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 May 2010 07:25:21 +0000 (07:25 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 May 2010 07:25:21 +0000 (07:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18465 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/samba/admin/systems/samba/migration/class_migrate_sambaMachineAccountRDN.inc

index 3504952acc0a78757cd51a9d66d05d26ec7cb0ad..f3f92733c589bd789050862f08604900a8c14dc9 100644 (file)
@@ -1,6 +1,6 @@
 <?php 
 class migrate_sambaMachineAccountRDN extends migrateRDN implements propertyMigration
 {
-       protected $filter = "(migrate_sambaMachineAccountRDN(objectClass=gosaAccount)((objectClass=sambaSamAccount))%s)";
+       protected $filter = "(&(objectClass=sambaSamAccount)%s)";
 }
 ?>