Code

Updated paths
[gosa.git] / gosa.conf
1 ; This is a gosa.conf sample configuration file. All values - except ldap* - can be
2 ; overloaded by an LDAP based configuration.
4 ;------------------------------------------------------------------------------
6 [login]
7 ; Session relevant settings
8 session-lifetime = 4711
9 session-restore = true
11 ; Checks if GOsa should take care about your security. ignore, warn, force are allowed values.
12 ssl-mode = "ignore"
15 [display]
17 ; Locale settings
18 language = "de"
19 timezone = "Europe/Berlin"
21 ; Core settings for the template engine
22 compile-dir = "/var/spool/gosa"
24 ; Optimizing
25 compressed-output = true
27 ; Debugging/Reporting
28 debug-level = DEBUG_LDAP
29 visible-errors = true
32 [display/menu]
33 target = "menu"
34 plugin = "DefaultMenu"
37 [gonicus]
39 ; Location configuration
40 display-name = "GONICUS GmbH"
42 ; Basic settings
43 config = "ou=gosa,ou=configs,ou=systems,dc=gonicus,dc=de"
45 ; Snapshot objects
46 enable-snapshots = true
47 snapshot="ldap://ldap01.gonicus.de/dc=snapshots"
48 snapshot-admin="cn=ldapadmin,dc=gonicus,dc=de"
49 snapshot-password="secret"
51 ; LDAP definition
52 ldap = "ldap://ldap01.gonicus.de/dc=gonicus,dc=de"
53 ldap-admin = "cn=ldapadmin,dc=gonicus,dc=de"
54 ldap-password = "secret"
56 ldap2 = "ldap://ldap02.gonicus.de/dc=intranet,dc=gonicus,dc=de"
57 ldap2-admin = "cn=ldapadmin,dc=intranet,dc=gonicus,dc=de"
58 ldap2-password = "secret"
59 ldap2-mode = "tls"
61 ;------------------------------------------------------------------------------
63 ; LHM configuration. Most features in LDAP.
65 [lhm]
66 display-name = "Landeshauptstadt München"
67 ldap = "ldap://ldap01.muenchen.de/o=Landeshauptstadt München,c=de"
68 ldap-admin = "cn=ldapadmin,c=de"
69 ldap-password = "secret"
71 ;------------------------------------------------------------------------------
73 ; Global plugin pre-configuration
75 [plugin/generic]
76 id-gen = "/usr/local/bin/idgen"
77 strict-ids = true
78 dn-attribute = "cn"
79 personal-title-in-dn = false
80 base = "ou=people"
82 [plugin/groups]
83 rfc2307bis = false
84 base = "ou=groups"
86 [plugin/departments]
87 honour-unit-tagging = false
89 [plugin/unix]
90 primary-group-filter = false
91 check = "/usr/local/bin/check_unix.sh"
92 postcreate = "/usr/local/bin/postcreate_unix.sh"
93 uid-base = 1000
94 gid-base = 1000
95 min-id = 100
96 ;base-hook =
98 [plugin/samba]
99 enable = false
100 samba-version = 3
101 rid-base = 1000
102 sid = 0815-4711
103 hash-generator = "/usr/bin/mkntpasswd"
104 id-mapping = true
106 [plugin/mail]
107 mail-method =
108 cyrus-unix-style = true
110 [plugin/password]
111 use-sasl-for-kerberos = true
112 disable-methods = "clear,crypt"
113 default-hash = "md5"
114 password-minimal-length = 10
115 password-minimal-differ = 3
116 password-policy-checker = "/usr/local/bin/policy-checker.sh"
117 allow-auth-by-mail = false
119 [plugin/network]
120 auto-detect = "/usr/local/bin/autodetect.sh"
122 [plugin/mailqueue]
123 queue-script = "/usr/local/bin/queue-script.sh"
125 [plugin/environment]
126 kiosk-path = "/var/spool/kiosk"
127 ppd-path = "/var/spool/ppds"
129 [plugin/sample]
130 headline= "|{18px}|{:L}Name|{40%:R}Actions|"
131 footer= "Statistics with no information currently"
132 entryFormat= "|{_icon}|{cn} ({_filter(uppercase,{cn})})|{_actions}|"
133 filter= "sample"