The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libconfig#58eb6fa78e55869c711d2c3b171685722976e9f5
12 lines
208 B
INI
12 lines
208 B
INI
# authenticator
|
|
|
|
name = "JP";
|
|
enabled = false;
|
|
length = 186;
|
|
|
|
ldap = {
|
|
host = "ldap.example.com";
|
|
base = "ou=usr,o=example.com"; /* adapt this */
|
|
retries = [10, 15, 20, 60]; // Use more than 2
|
|
};
|