Code

- Updated fro new Debian upload
[gosa.git] / README
1 GOsa2.5 README
2 ==============
4 * Information
6 GOsa is a LDAP administration frontend for user administration. It
7 is NO GENERIC frontend to dictionary servers. Informations are stored
8 in the way the underlying conecpts suppose them to be stored (i.e.
9 people accounts are stored in "ou=people" subtrees, etc.) This can
10 be configured marginally.
12 Complete setups applying Kerberos, AFS, LDAP, Mail, Proxy and Fax setups
13 are not trivial at all. You should be familiar with these components and
14 with your UNIX installation, of cause. This file is (and will not be)
15 an introduction to any of these components. See INSTALL for a quick
16 overview about what to do, to get the things up and running. A complete
17 GOsa infrastructure howto is work in progress and not released yet.
20 * Translations
22 GOsa is not available in your native language? Just take the message.po
23 file out of the locales directory and put your translations into the
24 msgstr fields. You may look at the de/LC_MESSAGES for the way how it
25 works.
27 If you're ready with that, create a directory for your language using
28 the ISO shortcuts (i.e. es for spain) with a subdirectory LC_MESSAGES.
29 Put your messages.po in there and run "msgfmt messages.po" from that
30 directory. Make sure your apache has locale support or, in case of debian,
31 that the specific locale will be generated (via dpkg-reconfigure locales).
33 You may want your translations to be included in the main GOsa repository,
34 then just send the .po file to me.
37 * Further README's
39 Take a look at the doc/ subdirectory to find more information about
40 PHP's safemode, openxchange, etc.
43 * NOTES
45 You'll need php-cups (http://www.cups.org) and php-krb5 (pear) in order
46 to get full functionality. To make shared folders work in a proper way,
47 you either need a recent PHP or a patched one for the get_acl functions
48 (see contrib/patches). Basically GOsa will run without these.
50 Be sure that 'gosaUserTemplates' are not able to log into your server,
51 since they may have no password set. Example configs can be found in
52 the contrib directory.
54 Have fun!
56 ---
57 Cajus Pollmeier <pollmeier@gonicus.de>