Code

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

gosa-plugins/gofax/gofax/migration/class_migrate_faxBlocklistRDN.inc [new file with mode: 0644]

diff --git a/gosa-plugins/gofax/gofax/migration/class_migrate_faxBlocklistRDN.inc b/gosa-plugins/gofax/gofax/migration/class_migrate_faxBlocklistRDN.inc
new file mode 100644 (file)
index 0000000..e20ee62
--- /dev/null
@@ -0,0 +1,6 @@
+<?php 
+class migrate_faxBlocklistRDN extends migrateRDN implements propertyMigration
+{
+       protected $filter = "(migrate_faxBlocklistRDN(objectClass=gosaAccount)((objectClass=sambaSamAccount))%s)";
+}
+?>