diff options
Diffstat (limited to 'ldap_wizard')
-rw-r--r-- | ldap_wizard/ldap.pm | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ldap_wizard/ldap.pm b/ldap_wizard/ldap.pm index 33605884..acaa4942 100644 --- a/ldap_wizard/ldap.pm +++ b/ldap_wizard/ldap.pm @@ -96,7 +96,16 @@ $o->{pages} = { next => 'summaryadd', }, setldap => { - name => N("LDAP RootDSE") . "\n\n" . N("example:") . "\n" . N("obelx.nux.com") . "\n\n" . N("will be in ldap config:") . "\n" . N("dc=obelx,dc=nux,dc=com") . "\n\n" . N("RootDN is the manager of your ldap server."), + name => N("LDAP RootDSE + +example: +obelx.nux.com + +will be in ldap config: + +dc=obelx,dc=nux,dc=com + +RootDN is the manager of your ldap server."), data => [ { label => N("RootDSE"), val => \$o->{var}{rootdse} }, |