Code

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