Code

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