From c3b5c98c7e60dfebc39b553c3dfbed8143b30948 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 May 2010 09:16:03 +0000 Subject: [PATCH] Fixed several properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18360 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/generic/class_user.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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", -- 2.30.2