Code

Removed unused code block
[gosa.git] / TODO
1 Things to fix before 2.4:
2 =========================
4 * FAI management
5   - Add package configuration dialog 
7 * Rework dialog to add various blocklists (fax account)
9 * Rework dialog to add aplications (group dialog)
11 * Remove local path (/var/spool/ppd/) from ppd attribute in LDAP. The client is
12   not interested in this path
15 Target for 2.5:
16 ===============
18 * Bug submitter
20 * Fix translation mode
22 * Complete PHP5 compliance and optimization
24 * Simplify plugins by providing a schema parser
26 * Remove smarty from SVN. It has an own repository.
28 * Replace PHP IMAP module by self made module
30 * Add possibility to add referrals in department dialog
32 * Add sambaWorkingHours
34 * Fine tuning in Kerberos support
35   Special kerberos attributes like ticket expiery and policies can't
36   be handeled with GOsa right now this has to be added in later releases.
37   
38 * Server-/Workstation management
39   This has been removed because of inconsistencies. Will be back soon:
40   - support for dhcp
41   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
43 * SSL
44   User certificates are only shown as "absent" or "present", because the
45   SSL PHP module isn't buildable in the moment. I'll check this later on.
46     (Notes:
47      openssl x509 -outform DER -in incert.pem  -out outcert.der
48      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
49      print_r(openssl_x509_parse ($this->userCertificate));
50     )
51     
52 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
53   The complete ACL dialog stinks. If every dialog is done by smarty, we could
54   use a shrinked version of each dialog with checkboxes, to let the admin decide
55   what fields could be edited.
57 * Documentation
58   - End user documentation: online help
59   - Administrators documentation: how to install / contributed scripts, etc.
60   - Developer documentation: how to extend, own plugins, themes, etc.
62 * amavis-new support
64 * Automatic passwords?
65   Generate a password for a newly created user and display it.
67 * Make IMAP namespace configurable
69 * Try RDN style for unique names
71 * Object Groups should have member tabs depending of the grouped object types