Code

Added empty binary-arch
[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 * Smarty PHP errors
49 There might pop up messages about "Only variables should be passed by
50 reference" when using PHP5. I can't do anything about them - these are
51 cause by smarty. To get rid of them set your "error_reporting" in the
52 php.ini to "E_ALL ^ E_NOTICE". This is a workaround only, wait for the
53 debian smarty package to support PHP5 in a propper way.
56 ----
57 Cajus Pollmeier <cajus@debian.org>  Fri 02 Jun 2006 16:23:50 +0200