Code

Added very important empty line to README in order to test mail notifications.
[gosa.git] / gosa-core / README
1 GOsa 2.6 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/core 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 Make sure your apache has locale support or, in case of debian,
30 that the specific locale will be generated (via dpkg-reconfigure locales).
32 You may want your translations to be included in the main GOsa repository,
33 then just send the .po file to me.
35 Run update-gosa after you've added translations in order to let GOsa
36 compile and re-sync the translations.
39 * NOTES
41 Be sure that 'gosaUserTemplates' are not able to log into your server,
42 since they may have no password set. Example configs can be found in
43 the contrib directory.
45 Have fun!
47 ---
48 Cajus Pollmeier <pollmeier@gonicus.de>