summaryrefslogtreecommitdiffstats
path: root/ldap_wizard/Ldap.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-08 12:12:36 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-08 12:12:36 +0000
commit3a1c589cef504ee68be65ad84c1ef7920f636ac5 (patch)
tree8607fbd33eea6c3b6129b7abddd6311bdd1dad17 /ldap_wizard/Ldap.pm
parent0ff2f580eb2327acbea9dcb447c0f503e5db2c41 (diff)
downloaddrakwizard-3a1c589cef504ee68be65ad84c1ef7920f636ac5.tar
drakwizard-3a1c589cef504ee68be65ad84c1ef7920f636ac5.tar.gz
drakwizard-3a1c589cef504ee68be65ad84c1ef7920f636ac5.tar.bz2
drakwizard-3a1c589cef504ee68be65ad84c1ef7920f636ac5.tar.xz
drakwizard-3a1c589cef504ee68be65ad84c1ef7920f636ac5.zip
typo fix (Per yvind Karlsen)
Diffstat (limited to 'ldap_wizard/Ldap.pm')
-rw-r--r--ldap_wizard/Ldap.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap_wizard/Ldap.pm b/ldap_wizard/Ldap.pm
index a9b6dc9d..af941de0 100644
--- a/ldap_wizard/Ldap.pm
+++ b/ldap_wizard/Ldap.pm
@@ -180,7 +180,7 @@ $o->{pages} = {
next => 'summary_add_user'
},
set_srv => {
- name => "\n". N("Configuring LDAP Server") ."\n\n" . N("LDAP directory tree") . "\n" . N("The DNS naming is used for LDAP directory tree definition") . "\n" . N("Domain name: ") . $wiz_domain_name . "\n" . ("LDAP Diretory Tree: " . $o->{var}{suffix} ) . "\n\n" . N("LDAP Administrator") . "\n" . N("Administrator is a power user with grant access on LDAP database") . "\n" . "cn=".N("Adrministrator").",".$o->{var}{suffix} . "\n\n",
+ name => "\n". N("Configuring LDAP Server") ."\n\n" . N("LDAP directory tree") . "\n" . N("The DNS naming is used for LDAP directory tree definition") . "\n" . N("Domain name: ") . $wiz_domain_name . "\n" . ("LDAP Diretory Tree: " . $o->{var}{suffix} ) . "\n\n" . N("LDAP Administrator") . "\n" . N("Administrator is a power user with grant access on LDAP database") . "\n" . "cn=".N("Administrator").",".$o->{var}{suffix} . "\n\n",
data => [
{ label => " " },
{ label => N("LDAP directory tree:"), val => \$o->{var}{suffix}, help => "aide p" },