summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 269a187)
raw | patch | inline | side by side (parent: 269a187)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 May 2010 07:04:51 +0000 (07:04 +0000) | ||
committer | hickert <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] | patch | blob |
diff --git a/gosa-plugins/gofax/gofax/migration/class_migrate_faxBlocklistRDN.inc b/gosa-plugins/gofax/gofax/migration/class_migrate_faxBlocklistRDN.inc
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+class migrate_faxBlocklistRDN extends migrateRDN implements propertyMigration
+{
+ protected $filter = "(migrate_faxBlocklistRDN(objectClass=gosaAccount)((objectClass=sambaSamAccount))%s)";
+}
+?>