Code

Updated kolab account to handle invitiation policies in a proper way
[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"
16 * Unify filters (User -> Add local)
18 * Check for iconv support in setup
21 Target for 2.4:
22 ===============
24 * Replace PHP IMAP module by self made module
26 * Add possibility to add referrals in department dialog
28 * Add sambaWorkingHours
30 * Fine tuning in Kerberos support
31   Special kerberos attributes like ticket expiery and policies can't
32   be handeled with GOsa right now this has to be added in later releases.
33   
34 * Server-/Workstation management
35   This has been removed because of inconsistencies. Will be back soon:
36   - support for dhcp
37   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
39 * SSL
40   User certificates are only shown as "absent" or "present", because the
41   SSL PHP module isn't buildable in the moment. I'll check this later on.
42     (Notes:
43      openssl x509 -outform DER -in incert.pem  -out outcert.der
44      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
45      print_r(openssl_x509_parse ($this->userCertificate));
46     )
47     
48 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
49   The complete ACL dialog stinks. If every dialog is done by smarty, we could
50   use a shrinked version of each dialog with checkboxes, to let the admin decide
51   what fields could be edited.
53 * Documentation
54   - End user documentation: online help
55   - Administrators documentation: how to install / contributed scripts, etc.
56   - Developer documentation: how to extend, own plugins, themes, etc.
58 * amavis-new support
60 * Automatic passwords?
61   Generate a password for a newly created user and display it.
63 * Make IMAP namespace configurable
65 * Try RDN style for unique names
67 * Object Groups should have member tabs depending of the grouped object types
70 Target > 2.3:
71 =============
73 * OpenAFS support
74   Still completely missing...
75