Code

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