Code

Call post events if sieve script was written
[gosa.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 12655935713b12ee1e777bc039bf2929a8dd6e24..9ae72d2eced31f355dd7ec73ee7e3b904c5440e4 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -27,7 +27,7 @@ config:
 # Set alias to gosa
 Alias /gosa /usr/share/gosa/html
 
-Assumed you've installed PHP >= 4.1.0, restart your apache webserver
+Assumed you've installed PHP >= 4.3.10, restart your apache webserver
 and do your first GOsa dry run without configuration:
 
 http[s]://your-server/gosa/setup.php
@@ -37,35 +37,6 @@ prerequisites. The setup asks some questions and provides a
 basic gosa.conf to save in /etc/gosa. Follow the instructions
 until you're able to log in.
 
-As a final step - which is not done automatically yet, you've to
-create a group which members will be GOsa administrators. Here's
-an example ldif which creates a user named "admin" with the password
-"tester" and a group where this user is in:
-
-dn: cn=admin,ou=people,dc=example,dc=net
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-objectClass: gosaAccount
-uid: admin
-cn: admin
-givenName: admin
-sn: GOsa main administrator
-lmPassword: 10974C6EFC0AEE1917306D272A9441BB
-ntPassword: 38F3951141D0F71A039CFA9D1EC06378
-userPassword:: dGVzdGVy
-
-dn: cn=administrators,ou=groups,dc=example,dc=net
-objectClass: gosaObject
-objectClass: posixGroup
-gosaSubtreeACL: :all
-cn: administrators
-gidNumber: 999
-memberUid: admin
-
-After adding these entries, you should be able to use GOsa. Log in as
-admin and try experiment with the GUI.
-
 
 * Migrating an existing tree