Code

Updated default value
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 12 May 2010 14:52:34 +0000 (14:52 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 12 May 2010 14:52:34 +0000 (14:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18393 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_core.inc

index 4bc9f5dd7709a7c61e9bc5717d465b0887de51a4..db83953abab7e89d79499f06c68842529a6c9c1b 100644 (file)
@@ -443,7 +443,7 @@ DEBUG_SI      = 256"),
                         array(
                                 "name"          => "userRDN",
                                 "type"          => "rdn",
-                                "default"       => "ou=people",
+                                "default"       => "ou=people,",
                                 "description"   => "The 'userRDN' statement defines the location where new accounts will be created inside of defined departments. The default is 'ou=people'.",
                                 "check"         => "gosaProperty::isRdn",
                                 "migrate"       => "migrate_userRDN",