Table of Contents
timeout
This attribute specifies the maximum amount of time that Radiator will wait for an LDAP operation to complete.
Duration Units
This parameter supports duration units for improved readability:
backends {
ldap "directory" {
server "ldap.example.com" {
url "ldap://ldap.example.com:389/";
timeout 5s; # 5 seconds
}
}
}
Table of Contents
Navigation