X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2FREADME.debian;h=43f2e504753c18b0c1b60339954ab1b9a2d081fd;hb=e6f28de28f678616ceab123057ae418989520858;hp=c4894b137f3addd1d51e57604f65333b0b5fd1b5;hpb=e299f0ca47a924516f2afbe4e922f2418b75315c;p=gosa.git diff --git a/debian/README.debian b/debian/README.debian index c4894b137..43f2e5047 100644 --- a/debian/README.debian +++ b/debian/README.debian @@ -1,17 +1,57 @@ -GOsa 2.1 for DEBIAN (woody) ----------------------------- +README.Debian for GOsa 2.5 +-------------------------- -Add this lines to your sources.list: -deb ftp://oss.gonicus.de/pub/gosa/debian ./ +* Generic informations -Optionally, if you want to do a complete setup with -cyrus etc., add this ones, too: -deb http://people.debian.org/~hmh/woody/ hmh/cyrus/ -deb http://people.debian.org/~hmh/woody/ hmh/misc/ +Getting GOsa running itself is not very complicated. Problems normally +arise when integrating it in various services. + +To play nice with your LDAP, you need to include the gosa schema files +into your LDAP configuration. For Debian, you should install the +gosa-schema package and add at least the following lines to your +LDAP-servers slapd.conf: + +Samba 2: +include /etc/ldap/schema/samba.schema +include /etc/ldap/schema/trust.schema +include /etc/ldap/schema/gosystem.schema +include /etc/ldap/schema/gofon.schema +include /etc/ldap/schema/goto.schema +include /etc/ldap/schema/gosa.schema +include /etc/ldap/schema/gofax.schema +include /etc/ldap/schema/goserver.schema +include /etc/ldap/schema/goto-mime.schema + +Samba 3: +include /etc/ldap/schema/samba3.schema +include /etc/ldap/schema/trust.schema +include /etc/ldap/schema/gosystem.schema +include /etc/ldap/schema/gofon.schema +include /etc/ldap/schema/goto.schema +include /etc/ldap/schema/gosa+samba3.schema +include /etc/ldap/schema/gofax.schema +include /etc/ldap/schema/goserver.schema +include /etc/ldap/schema/goto-mime.schema + +Schema files for samba and trust accounts are not part of the +gosa-schema package, but are included in: + +/usr/share/doc/gosa/contrib/openldap + +There's no need to have samba services up and running, GOsa only +uses the NT/LM attributes to pre-generate samba password hashes - +to allow easy switching of account properties without asking for +passwords after adding samba accounts. + + +* Smarty PHP errors + +There might pop up messages about "Only variables should be passed by +reference" when using PHP5. I can't do anything about them - these are +cause by smarty. To get rid of them set your "error_reporting" in the +php.ini to "E_ALL ^ E_NOTICE". This is a workaround only, wait for the +debian smarty package to support PHP5 in a propper way. -Install gosa/gosa-schema via dselect, use the php4 packages -provided by GONICUS. They are prepatched to have needed -get_acl IMAP functionality. ---- -Cajus Pollmeier Fri 16 May 2003 11:26:51 +0200 +Cajus Pollmeier Fri 02 Jun 2006 16:23:50 +0200