docs: add baseline ldap documentation
within the new account backends nav section.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
mailserver = {
|
||||
ldap = {
|
||||
attributes = {
|
||||
uuid = "entryUUID";
|
||||
username = "uid";
|
||||
password = "userPassword";
|
||||
mail = "mail";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user