Code

Updating spanish admin manual at 20050714
[gosa.git] / TODO
1 Things to fix before 2.4:
2 =========================
4 * Finish kolab integration
5   - shared folders
6 * Fix problem with winstation and invalid structural object class chain (inetOrgPerson/device)
9 Target for 2.5:
10 ===============
12 * Complete PHP5 compliance and optimization
14 * Simplify plugins by providing a schema parser
16 * Remove smarty from SVN. It has an own repository.
18 * Replace PHP IMAP module by self made module
20 * Add possibility to add referrals in department dialog
22 * Add sambaWorkingHours
24 * Fine tuning in Kerberos support
25   Special kerberos attributes like ticket expiery and policies can't
26   be handeled with GOsa right now this has to be added in later releases.
27   
28 * Server-/Workstation management
29   This has been removed because of inconsistencies. Will be back soon:
30   - support for dhcp
31   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
33 * SSL
34   User certificates are only shown as "absent" or "present", because the
35   SSL PHP module isn't buildable in the moment. I'll check this later on.
36     (Notes:
37      openssl x509 -outform DER -in incert.pem  -out outcert.der
38      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
39      print_r(openssl_x509_parse ($this->userCertificate));
40     )
41     
42 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
43   The complete ACL dialog stinks. If every dialog is done by smarty, we could
44   use a shrinked version of each dialog with checkboxes, to let the admin decide
45   what fields could be edited.
47 * Documentation
48   - End user documentation: online help
49   - Administrators documentation: how to install / contributed scripts, etc.
50   - Developer documentation: how to extend, own plugins, themes, etc.
52 * amavis-new support
54 * Automatic passwords?
55   Generate a password for a newly created user and display it.
57 * Make IMAP namespace configurable
59 * Try RDN style for unique names
61 * Object Groups should have member tabs depending of the grouped object types
64 Target > 2.3:
65 =============
67 * OpenAFS support
68   Still completely missing...
69