From 0b74e3bfee775b083d278eef38cf630a34ac5928 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Thu, 8 Sep 2005 16:09:04 +0000 Subject: few fix --- samba_wizard/Samba.pm | 6 +++--- 1 file 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://" }, { 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") }, -- cgit v1.2.1