Code

Updated viewport
[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 ; GONICUS GmbH configuration. Most features directly in the configuration.
8 [gonicus]
10 ; Location configuration
11 display-name = "GONICUS GmbH"
12 language = "de"
13 timezone = "Europe/Berlin"
15 ; Basic settings
16 config = "ou=gosa,ou=configs,ou=systems,dc=gonicus,dc=de"
17 compile-dir = "/var/spool/gosa"
19 ; Debugging/Reporting
20 debug-level = DEBUG_LDAP
21 visible-errors = true
23 ; Optimizing
24 compressed-output = true
26 ; Session relevant settings
27 session-lifetime = 4711
28 session-restore = true
30 ; Display relevant settings
31 list-summary = true
32 theme = "default"
34 ; Checks if GOsa should take care about your security. ignore, warn, force are allowed values.
35 ssl-mode = "ignore"
37 ; Snapshot objects
38 enable-snapshots = true
39 snapshot="ldap://ldap01.gonicus.de/dc=snapshots"
40 snapshot-admin="cn=ldapadmin,dc=gonicus,dc=de"
41 snapshot-password="secret"
43 ; LDAP definition
44 ldap = "ldap://ldap01.gonicus.de/dc=gonicus,dc=de"
45 ldap-admin = "cn=ldapadmin,dc=gonicus,dc=de"
46 ldap-password = "secret"
48 ldap2 = "ldap://ldap02.gonicus.de/dc=intranet,dc=gonicus,dc=de"
49 ldap2-admin = "cn=ldapadmin,dc=intranet,dc=gonicus,dc=de"
50 ldap2-password = "secret"
51 ldap2-mode = "tls"
53 ;------------------------------------------------------------------------------
55 ; LHM configuration. Most features in LDAP.
57 [lhm]
58 display-name = "Landeshauptstadt München"
59 ldap = "ldap://ldap01.muenchen.de/o=Landeshauptstadt München,c=de"
60 ldap-admin = "cn=ldapadmin,c=de"
61 ldap-password = "secret"
63 ;------------------------------------------------------------------------------
65 ; Global plugin pre-configuration
67 [plugin/generic]
68 id-gen = "/usr/local/bin/idgen"
69 strict-ids = true
70 dn-attribute = "cn"
71 personal-title-in-dn = false
72 base = "ou=people"
74 [plugin/groups]
75 rfc2307bis = false
76 base = "ou=groups"
78 [plugin/departments]
79 honour-unit-tagging = false
81 [plugin/unix]
82 primary-group-filter = false
83 check = "/usr/local/bin/check_unix.sh"
84 postcreate = "/usr/local/bin/postcreate_unix.sh"
85 uid-base = 1000
86 gid-base = 1000
87 min-id = 100
88 ;base-hook =
90 [plugin/samba]
91 enable = false
92 samba-version = 3
93 rid-base = 1000
94 sid = 0815-4711
95 hash-generator = "/usr/bin/mkntpasswd"
96 id-mapping = true
98 [plugin/mail]
99 mail-method =
100 cyrus-unix-style = true
102 [plugin/password]
103 use-sasl-for-kerberos = true
104 disable-methods = "clear,crypt"
105 default-hash = "md5"
106 password-minimal-length = 10
107 password-minimal-differ = 3
108 password-policy-checker = "/usr/local/bin/policy-checker.sh"
109 allow-auth-by-mail = false
111 [plugin/network]
112 auto-detect = "/usr/local/bin/autodetect.sh"
114 [plugin/mailqueue]
115 queue-script = "/usr/local/bin/queue-script.sh"
117 [plugin/environment]
118 kiosk-path = "/var/spool/kiosk"
119 ppd-path = "/var/spool/ppds"
121 [plugin/sample]
122 headline= "|{196px}|{:CB}Name|{64px:R}Actions|"
123 footer= "Statistics with no information currently"
124 entryFormat= "|{_icon}|{cn} ({_filter(uppercase,{cn})})|{_actions}|"