Code

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