From: hickert Date: Tue, 11 May 2010 09:16:03 +0000 (+0000) Subject: Fixed several properties. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c3b5c98c7e60dfebc39b553c3dfbed8143b30948;p=gosa.git Fixed several properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18360 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 b81be284c..c684926e8 100644 --- a/gosa-core/plugins/personal/generic/class_user.inc +++ b/gosa-core/plugins/personal/generic/class_user.inc @@ -1694,8 +1694,7 @@ class user extends plugin "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\""), + _("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\""), "check" => "gosaProperty::isString", "migrate" => "", "group" => "plugin",