Code

plProperty updates
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Nov 2010 16:56:34 +0000 (16:56 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Nov 2010 16:56:34 +0000 (16:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20451 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/generic/class_user.inc

index 4a3a642fcddf6d2c98a271205abce17d1988c7c6..b62b951e7d55025ab2364b4576976c4280bba651 100644 (file)
@@ -1689,8 +1689,7 @@ class user extends plugin
                 "name"          => "accountRDN",
                 "type"          => "string",
                 "default"       => "",
-                "description"   => sprintf(
-                    _("The 'accountRDN' option tells GOsa to use a placeholder pattern for generating account RDNs. A pattern can include attribute names prefaced by a %% and normal text: %s. This will generate a RDN consisting of cn=.... filled with surname and given name of the edited account. This option disables the use of accountPrimaryAttribute and personalTitleInDn."), "accountRDN=\"cn=%sn %givenName\""),
+                "description"   =>  _("Pattern for the generation of user DNs. Please read the FAQ for details."),
                 "check"         => "gosaProperty::isString",
                 "migrate"       => "",
                 "group"         => "plugin",