- Groups can have user-defined attributes and objectclasses. Attributes are editable.
- Any variable can be populated from a file's contents by adding
_FILE
to the end of the variable name and specifying a filepath. - Multi-value attributes are now supported. Adding a
+
to the end of the attribute name will allow you to add/remove fields in the attributes forms. - Binary attributes are now supported. Adding a
^
to the end of the attribute name will allow you to choose a file to upload for that attribute. If the file's a JPEG then the image is displayed in the form. - The user and group lists can be filtered, making it easy to find entries in long lists.
- Setting
SHOW_POSIX_ATTRIBUTES
toFALSE
(the default) hides superfluous Posix-related fields, making the interface much simpler. - Numerous bugfixes