Code

Updated faiSummary to be w3c conform
[gosa.git] / gosa-core / debian / README.Debian
1 GOsa 2.6 for debian
2 -------------------
4 * Configure GOsa
6 By default you can point your favorite browser to the GOsa setup by
7 using this URL:
9 http://you.server.address/gosa
11 Follow the instructions on the screen.
14 * Security related information
16 GOsa is running as the www-data user. This makes it possible for other
17 web applications (well, this is the rule for allmost every web application
18 that stores information somewhere around) to read the gosa.conf file, which
19 may contain vital information about your LDAP service.
21 To make it harder to extract these passwords, they get encrypted by a
22 master password only readable by the GOsa location.
24 You can simply migrate old existing passwords by typing:
26 # a2enmod headers
27 # gosa-encrypt-passwords
28 # /etc/init.d/apache2 reload
30 If this is not enough for you (exploitable PHP code may make it possible to
31 read the webservers memory), you can simply create another webserver instance
32 running as a different user on different port for GOsa exclusively. Or use
33 apache2-mpm-itk and assign a different user to a virtual host.
36 * Generic informations
38 Getting GOsa running itself is not very complicated. Problems normally
39 arise when integrating it in various services.
41 To play nice with your LDAP, you need to include the gosa schema files
42 into your LDAP configuration. For Debian, you should install the
43 gosa-schema package and add at least the following lines to your
44 LDAP-servers slapd.conf:
46 Samba 3:
47 include         /etc/ldap/schema/gosa/samba3.schema
48 include         /etc/ldap/schema/gosa/trust.schema
49 include         /etc/ldap/schema/gosa/gosystem.schema
50 include         /etc/ldap/schema/gosa/gofon.schema
51 include         /etc/ldap/schema/gosa/goto.schema
52 include         /etc/ldap/schema/gosa/gosa-samba3.schema
53 include         /etc/ldap/schema/gosa/gofax.schema
54 include         /etc/ldap/schema/gosa/goserver.schema
55 include         /etc/ldap/schema/gosa/goto-mime.schema
57 There's no need to have samba services up and running, GOsa only
58 uses the NT/LM attributes to pre-generate samba password hashes -
59 to allow easy switching of account properties without asking for
60 passwords after adding samba accounts.
63 * Smarty PHP errors
65 There might pop up messages about "Only variables should be passed by
66 reference" when using PHP5. I can't do anything about them - these are
67 cause by smarty. To get rid of them set your "error_reporting" in the
68 php.ini to "E_ALL ^ E_NOTICE". This is a workaround only, wait for the
69 debian smarty package to support PHP5 in a propper way.
72  -- Cajus Pollmeier <cajus@debian.org>  Mon, 07 Apr 2008 11:18:53 +0200