summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 979ed71)
raw | patch | inline | side by side (parent: 979ed71)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 May 2010 07:04:20 +0000 (07:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 May 2010 07:04:20 +0000 (07:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18437 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/devices/migration/class_migrate_deviceRDN.inc | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-plugins/goto/admin/devices/migration/class_migrate_deviceRDN.inc b/gosa-plugins/goto/admin/devices/migration/class_migrate_deviceRDN.inc
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+class migrate_deviceRDN extends migrateRDN implements propertyMigration
+{
+ protected $filter = "(migrate_deviceRDN(objectClass=gosaAccount)((objectClass=sambaSamAccount))%s)";
+}
+?>