Code

- Added Benoit Mortier as uploader
[gosa.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 12655935713b12ee1e777bc039bf2929a8dd6e24..98a5c92144fee6dcd4e98c5cabb4b8cfb04a79e0 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
 
@@ -99,9 +70,21 @@ entries get rewritten to a GOsa style dn.
 * More informations
 
 To improve this piece of software, please report all kind of errors.
+
+The bugtracker is situated at
+
+https://oss.gonicus.de/labs/gosa/
+
+Look first at View ticket to see if your bug is not already reported,
+If not create a new bug report with New Ticket
+
 Looking for a mailing list? Go to
 
-https://oss.gonicus.de/cgi-bin/mailman/listinfo/gosa/
+https://oss.gonicus.de/mailman/listinfo/gosa/
+
+Want to help localize it in your language subscribe to
+
+https://oss.gonicus.de/mailman/listinfo/gosai-18n/
 
 Thanks