Code

79571b6071aaa5326a23bd8dfbd6ebadbccf43b3
[gosa.git] / TODO
1 Target for 2.6:
2 ===============
4 * Can't use a dn longer than 100 characters as Glpi contact/technical responsible person.
6 * Verify DNS plugin
7   * Zones are not creatable, currently
8   * Error messages are partly wrong
10 * Auto-Resize for subdialogs
12 * Enhance the export xls to export the whole three with a maximum of attributes in each sheet ( OpenSides )
14 * Enhance the pptp plugin (OpenSides)
16 * Add support for nagios in the system part (OpenSides)
18 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
19                          to allow others to pickup the phone by pressing # and number of the phone.
21 * Evaluate patches for certificate generation
23 * Bug submitter
25 * Complete PHP5 compliance and optimization
27 * Simplify plugins by providing a schema parser
29 * Replace PHP IMAP module by self made module
31 * Add possibility to add referrals in department dialog
33 * Fine tuning in Kerberos support
34   Special kerberos attributes like ticket expiery and policies can't
35   be handeled with GOsa right now this has to be added in later releases.
36   
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 * Documentation
47   - End user documentation: online help
48   - Administrators documentation: how to install / contributed scripts, etc.
49   - Developer documentation: how to extend, own plugins, themes, etc.
51 * Automatic passwords?
52   Generate a password for a newly created user and display it.
54 * Make IMAP namespace configurable
56 * Try RDN style for unique names