summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 94a9d7b)
raw | patch | inline | side by side (parent: 94a9d7b)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Nov 2010 16:56:34 +0000 (16:56 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/gosa-core/plugins/personal/generic/class_user.inc b/gosa-core/plugins/personal/generic/class_user.inc
index 4a3a642fcddf6d2c98a271205abce17d1988c7c6..b62b951e7d55025ab2364b4576976c4280bba651 100644 (file)
"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",