Code

Updated sudo generic properties
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 10:20:49 +0000 (10:20 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 10:20:49 +0000 (10:20 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18197 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/sudo/admin/sudo/class_sudoGeneric.inc

index 19864eab9e3e053ea4d8187c96cf56009c6d45af..9ec03ff2a5cf5f3b7661ad025c6efb5fcafcc0c7 100644 (file)
@@ -522,7 +522,7 @@ class sudo extends plugin
                             "type"          => "string",
                             "default"       => "ou=sudoers,",
                             "description"   => _("Storage point for sudo objects within the ldap tree."),
-                            "check"         => 'tests::isRdn',
+                            "check"         => 'gosaProperty::isRdn',
                             "migrate"       => 'sudoGeneric::migrate',
                             "mandatory"     => FALSE)),