X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=INSTALL;h=c964eb752a90d5a6018d01bda9c81af7492d08bf;hb=0b783d9bfd260d2f45b549a9748a3ddd3af0cec8;hp=12655935713b12ee1e777bc039bf2929a8dd6e24;hpb=e299f0ca47a924516f2afbe4e922f2418b75315c;p=gosa.git diff --git a/INSTALL b/INSTALL index 126559357..c964eb752 100644 --- 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 @@ -101,7 +72,7 @@ entries get rewritten to a GOsa style dn. To improve this piece of software, please report all kind of errors. Looking for a mailing list? Go to -https://oss.gonicus.de/cgi-bin/mailman/listinfo/gosa/ +https://oss.gonicus.de/mailman/listinfo/gosa/ Thanks