• Access control for the different PATH_INFO URLs based on regex-matching of arbitrary environment vars.
  • Make use of HTML 5 features like <datalist> etc.
  • <optgroup> markup in all dynamic select lists for grouping options along their superior DNs.
  • Reimplement using dumpasn1.cfg for displaying OIDs.
  • Reimplement certificate/CRL viewer based on asn1crypto.
  • HTTP-LDAP login bindings:
    Define binding conditions between HTTP connection parameters (REMOTE_ADDR, REMOTE_USER, etc.) and a LDAP authz-DN entry which is result of a LDAP bind.
  • Time zone chooser.
  • More powerful handling of attribute input fields:
    • Multi-select fields for multiple attribute values.
    • Multiple check boxes for setting bits in an Integer.
    • Attribute values composed of multiple accompanying input fields.
    • Multi-line input fields for attributes X-ORDERED set.
  • LDAP transaction support (see RFC 5805) for bulk write operations (group administration and bulk modify/renaming)
  • Search extensions:
    • Simple Paged Results
    • Virtual List View
    • server-side sorting
  • Redesign of plug-in API:
    • Plug-in classes for pre-input, post-input actions at entry level which makes it possible to implement attribute actions which depend on other entry data (e.g. autogeneration/composition of attribute values).
    • Plug-in classes will be limited to a certain scope by configuration (e.g. by matching LDAP URL).