summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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