summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2007-02-01 15:45:54 +0000
committerAntoine Ginies <aginies@mandriva.com>2007-02-01 15:45:54 +0000
commit418e266269f0ce7c5d759e1b2b3e33b120e832f4 (patch)
tree40ac60f9ed7edd944aec5633a850e167dd1e4a8c
parent1c80ae1ccfb0c24dbc04194a0be6731350bcb4f9 (diff)
downloaddrakwizard-418e266269f0ce7c5d759e1b2b3e33b120e832f4.tar
drakwizard-418e266269f0ce7c5d759e1b2b3e33b120e832f4.tar.gz
drakwizard-418e266269f0ce7c5d759e1b2b3e33b120e832f4.tar.bz2
drakwizard-418e266269f0ce7c5d759e1b2b3e33b120e832f4.tar.xz
drakwizard-418e266269f0ce7c5d759e1b2b3e33b120e832f4.zip
fix #12581 and #21698 , thanks to neoclust for the patch
-rw-r--r--ldap_wizard/Ldap.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldap_wizard/Ldap.pm b/ldap_wizard/Ldap.pm
index fca7a4ad..534fca0f 100644
--- a/ldap_wizard/Ldap.pm
+++ b/ldap_wizard/Ldap.pm
@@ -216,8 +216,8 @@ $o->{pages} = {
name => N("Confirmation of the user to create"),
data => [
{ label => " " },
- { label => N("Name:"), type => 'field', val_ref => \$o->{var}{sn} },
- { label => N("First name:"), type => 'field', val_ref => \$o->{var}{cn} },
+ { label => N("Name:"), type => 'field', val_ref => \$o->{var}{cn} },
+ { label => N("First name:"), type => 'field', val_ref => \$o->{var}{sn} },
{ label => N("User Name:"), type => 'field', val_ref => \$o->{var}{uid} },
{ label => N("Create in:"), type => 'field', val_ref => \$o->{var}{defou} }, #. \$o->{var}{suffix} },
],
@@ -333,7 +333,7 @@ sub do_it_setldap {
base => $wiz_domain_name,
nss_base_shadow => "ou=People,$o->{var}{suffix}",
nss_base_passwd => "ou=People,$o->{var}{suffix}",
- nss_base_group => "ou=Group,$o->{var}{suffix}",
+ nss_base_group => "ou=Groups,$o->{var}{suffix}",
);
# reset premisions