Code

Moved from config_version to configVersion
[gosa.git] / gosa-core / contrib / gosa.conf.5
index 1c487753fdf96231fb04fd2675c96c4d1ccbd53d..cad7728175fc15e3a2251ee1f8afe52205eaac75 100644 (file)
@@ -1,4 +1,4 @@
-.TH gosa.conf 5
+.TH gosa.conf 5 "2008-04-07" "GOsa v2.6" "Debian"
 .SH NAME
 gosa.conf - GOsa configuration file
 .SH DESCRIPTION
@@ -27,7 +27,7 @@ information about several locations.
 .nf
   <?xml version="1.0"?>
   
-  <conf config_version="...." >
+  <conf configVersion="...." >
     <!-- Menu definition -->
     <menu>
     ...
@@ -408,7 +408,7 @@ variable defines where to store PPD files for the GOto environment plugins.
 .I path
 .PP
 The
-.I pppd_pathpd_path
+.I resolutions
 variable defines a plain text file which contains additional resolutions
 to be shown in the environment and system plugins.
 .PP
@@ -953,7 +953,7 @@ If you don't have mkntpasswd from the samba distribution installed, you can use
 perl to generate the hash:
 
 .nf
-perl -MCrypt::SmbHash -e "print join(q[:], ntlmgen \$ARGV[0]), $/;"
+perl -MCrypt::SmbHash -e "print join(q[:], ntlmgen \\$ARGV[0]), $/;"
 .if
 .PP
 
@@ -1057,7 +1057,7 @@ Example template /etc/gosa/vacation/business.txt:
    Greetings,
    %givenName %sn
 .fi
-.pp
+.PP
 
 
 .B Debug options
@@ -1070,7 +1070,7 @@ The
 statement tells GOsa to show PHP errors in the upper part of the screen. This
 should be disabled in productive deployments, because there might be some
 important passwords arround.
-.pp
+.PP
 
 .B ldapstats
 .I bool
@@ -1079,7 +1079,7 @@ The
 .I ldapstats
 statement tells GOsa to track LDAP timing statistics to the syslog. This may
 help to find indexing problems or bad search filters.
-.pp
+.PP
 
 .B ignore_acl
 .I dn
@@ -1088,7 +1088,7 @@ The
 .I ignore_acl
 value tells GOsa to ignore complete ACL sets for the given DN. Add your
 DN here and you'll be able to restore accidently dropped ACLs.
-.pp
+.PP
 
 .B debuglevel
 .I integer
@@ -1113,7 +1113,7 @@ DEBUG_SESSION = 32
 DEBUG_CONFIG  = 64
 
 DEBUG_ACL     = 128
-.pp
+.PP
 
 
 .SH LDAP resource definition