From: cajus Date: Tue, 30 Nov 2010 16:56:34 +0000 (+0000) Subject: plProperty updates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8259a02e0ec629eb3472d5271832ede880c1edc7;p=gosa.git plProperty updates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20451 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/generic/class_user.inc b/gosa-core/plugins/personal/generic/class_user.inc index 4a3a642fc..b62b951e7 100644 --- a/gosa-core/plugins/personal/generic/class_user.inc +++ b/gosa-core/plugins/personal/generic/class_user.inc @@ -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",