libconfig/tests/sanity-tests/auth.cfg
Petr Šabata 42ea020475 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/libconfig#58eb6fa78e55869c711d2c3b171685722976e9f5
2020-10-15 15:43:32 +02:00

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
};