a70ae543cb
within the new account backends nav section.
13 lines
188 B
Nix
13 lines
188 B
Nix
{
|
|
mailserver = {
|
|
ldap = {
|
|
attributes = {
|
|
uuid = "entryUUID";
|
|
username = "uid";
|
|
password = "userPassword";
|
|
mail = "mail";
|
|
};
|
|
};
|
|
};
|
|
}
|