Account profiles
Every account profile is saved as single file in config/profiles. The
file extension is the account type (user, group, ...).
In contrast to the configuration profiles the account profiles are not
designed to be editable by hand. They do not allow to add comments and
have a simpler format.
Format
There is one option per line which is formated: <identifier>:
<value>
Identifier is the option's name, value is the rest of the line after
the first ": ".
Some options are multi-valued, the sub-values are separated by "+::+".
Examples:
posixAccount_primaryGroup: group1
posixAccount_additionalGroup: group3+::+group4+::+group5+::+group6