A set of users and their passwords and ACLs.
Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
john = {
acl = [
"readwrite john/#"
];
password = "123456";
};
}
A set of users and their passwords and ACLs.
attribute set of (submodule)
{ }
{
john = {
acl = [
"readwrite john/#"
];
password = "123456";
};
}