Code

Updated debian readme file
[gosa.git] / debian / README.debian
1 README.Debian for GOsa 2.5
2 --------------------------
4 * Generic informations
6 Getting GOsa running itself is not very complicated. Problems normally
7 arise when integrating it in various services.
9 To play nice with your LDAP, you need to include the gosa schema files
10 into your LDAP configuration. For Debian, you should install the
11 gosa-schema package and add at least the following lines to your
12 LDAP-servers slapd.conf:
14 Samba 2:
15 include         /etc/ldap/schema/samba.schema
16 include         /etc/ldap/schema/trust.schema
17 include         /etc/ldap/schema/gosystem.schema
18 include         /etc/ldap/schema/gofon.schema
19 include         /etc/ldap/schema/goto.schema
20 include         /etc/ldap/schema/gosa.schema
21 include         /etc/ldap/schema/gofax.schema
22 include         /etc/ldap/schema/goserver.schema
23 include         /etc/ldap/schema/goto-mime.schema
25 Samba 3:
26 include         /etc/ldap/schema/samba3.schema
27 include         /etc/ldap/schema/trust.schema
28 include         /etc/ldap/schema/gosystem.schema
29 include         /etc/ldap/schema/gofon.schema
30 include         /etc/ldap/schema/goto.schema
31 include         /etc/ldap/schema/gosa+samba3.schema
32 include         /etc/ldap/schema/gofax.schema
33 include         /etc/ldap/schema/goserver.schema
34 include         /etc/ldap/schema/goto-mime.schema
36 Schema files for samba and trust accounts are not part of the
37 gosa-schema package, but are included in:
39 /usr/share/doc/gosa/contrib/openldap
41 There's no need to have samba services up and running, GOsa only
42 uses the NT/LM attributes to pre-generate samba password hashes -
43 to allow easy switching of account properties without asking for
44 passwords after adding samba accounts.
47 * A note to PHP5 errors and smarty
49 When using PHP5 and the debian packaged version of smarty, you
50 may get a set of error messages about call by reference for non
51 variables. This is no GOsa problem. Please modify your php.ini
52 to have error reporting set to this:
54 error_reporting  =  E_ALL & ~E_NOTICE & ~E_STRICT
57 ----
58 Cajus Pollmeier <cajus@debian.org>  Fri 02 Jun 2006 16:23:50 +0200