summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-09-08 16:09:04 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-09-08 16:09:04 +0000
commit0b74e3bfee775b083d278eef38cf630a34ac5928 (patch)
treee53682956b94da920bffc3c14f569918bee89937
parent016fbe635794fc0fa3dd0e064ff5c028fb653c40 (diff)
downloaddrakwizard-0b74e3bfee775b083d278eef38cf630a34ac5928.tar
drakwizard-0b74e3bfee775b083d278eef38cf630a34ac5928.tar.gz
drakwizard-0b74e3bfee775b083d278eef38cf630a34ac5928.tar.bz2
drakwizard-0b74e3bfee775b083d278eef38cf630a34ac5928.tar.xz
drakwizard-0b74e3bfee775b083d278eef38cf630a34ac5928.zip
few fix
-rwxr-xr-xsamba_wizard/Samba.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/samba_wizard/Samba.pm b/samba_wizard/Samba.pm
index 6149bf69..d6bc6f67 100755
--- a/samba_wizard/Samba.pm
+++ b/samba_wizard/Samba.pm
@@ -142,7 +142,7 @@ $o->{pages} = {
{ label => N("Domain master:"), fixed_val => \$o->{var}{wiz_domain_master} },
{ label => N("Security:"), fixed_val => \$o->{var}{wiz_security} },
{ label => N("Wins support:"), val => \$o->{var}{wiz_wins_support}, fixed_list => \@yesorno },
- { label => N("admin users:"), val => \$o->{var}{wiz_admin_users}, help => N("root @adm") },
+ { label => N("admin users:"), val => \$o->{var}{wiz_admin_users}, help => N("root \@adm") },
{ label => N("Os level:"), fixed_val => \$o->{var}{wiz_oslevel}, help =>N("The global os level option dictates the operating system level at which Samba will masquerade during a browser election. If you wish to have Samba win an election and become the master browser, you can set the level above that of the operating system on your network with the highest current value. ie: os level = 34") },
# { label => N("Use LDAP Passdb backend"), val => \$o->{var}{wiz_passdb_backend_yn}, fixed_list => \@yesorno },
],
@@ -194,7 +194,7 @@ $o->{pages} = {
{ label => N("Domain master"), fixed_val => \$o->{var}{wiz_domain_master} },
{ label => N("Preferred master"), fixed_val => \$o->{var}{wiz_preferred_master} },
{ label => N("Domain logons"), fixed_val => \$o->{var}{wiz_domain_logons} },
- { label => N("admin users:"), val => \$o->{var}{wiz_admin_users}, help => N("root @adm") },
+ { label => N("admin users:"), val => \$o->{var}{wiz_admin_users}, help => N("root \@adm") },
],
next => 'ldap_conf',
},
@@ -254,7 +254,7 @@ $o->{pages} = {
data => [
{ label => N("Passdb backend"), val => \$o->{var}{wiz_passdb_backend}, help => "ldapsam:ldap://<ldap server name>" },
{ label => N("LDAP administrator"), val => \$o->{var}{wiz_ldap_admin_dn}, help => N(" The ldap admin dn defines the Distinguished Name (DN) name used by Samba to contact the ldap server when retreiving user account information. ie: cn=Manager,dc=mydomain,dc=com") },
- { label => N("LDAP suffix"), val => \$o->{var}{wiz_ldap_suffix}, help => N("Specifies where user and machine accounts are added to the tree. Can be overriden by ldap user suffix and ldap machine suffix. It also used as the base dn for all ldap searches. ie: dc=$DOMAINNAME,dc=com") },
+ { label => N("LDAP suffix"), val => \$o->{var}{wiz_ldap_suffix}, help => N("Specifies where user and machine accounts are added to the tree. Can be overriden by ldap user suffix and ldap machine suffix. It also used as the base dn for all ldap searches. ie: dc=\$DOMAINNAME,dc=com") },
{ label => N("LDAP password"), hidden => 1, val => \$o->{var}{wiz_ldap_root_pw} },
{ label => N("LDAP password check:"), hidden => 1, val => \$o->{var}{wiz_ldap_root_pw_2} },
{ label => N("LDAP machine suffix:"), val => \$o->{var}{wiz_ldap_machine_suffix}, help => N("It specifies where machines should be added to the ldap tree. ie: ou=Computers") },