Code

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