From 0d13fb2ee532e5be070deebacd822eeca48abc5d Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 5 Dec 2005 07:29:35 +0000 Subject: [PATCH] Updated Debian readme git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2232 594d385d-05f5-0310-b6e9-bd551577e9d8 --- debian/README.debian | 48 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 37 insertions(+), 11 deletions(-) diff --git a/debian/README.debian b/debian/README.debian index c4894b137..c2e269dca 100644 --- a/debian/README.debian +++ b/debian/README.debian @@ -1,17 +1,43 @@ -GOsa 2.1 for DEBIAN (woody) ----------------------------- +README.Debian for GOsa 2.4 +-------------------------- -Add this lines to your sources.list: -deb ftp://oss.gonicus.de/pub/gosa/debian ./ +Getting GOsa running itself is not very complicated. Problems normally +arise when integrating it in various services. -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/ +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: -Install gosa/gosa-schema via dselect, use the php4 packages -provided by GONICUS. They are prepatched to have needed -get_acl IMAP functionality. +Samba 2: +include /etc/ldap/schema/samba.schema +include /etc/ldap/schema/trust.schema +include /etc/ldap/schema/gohard.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 + +Samba 3: +include /etc/ldap/schema/samba3.schema +include /etc/ldap/schema/trust.schema +include /etc/ldap/schema/gohard.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 + +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. ---- Cajus Pollmeier Fri 16 May 2003 11:26:51 +0200 -- 2.30.2