Code

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