freeradius: disable chase_referal + rebind
This commit is contained in:
parent
2d6ee91f93
commit
c4e9ecacd7
1 changed files with 3 additions and 3 deletions
|
@ -23,10 +23,10 @@ ldap {
|
|||
membership_attribute = "memberOf"
|
||||
}
|
||||
|
||||
# TODO
|
||||
options {
|
||||
chase_referrals = yes
|
||||
rebind = yes
|
||||
# TODO
|
||||
chase_referrals = no
|
||||
rebind = no
|
||||
res_timeout = 10
|
||||
srv_timelimit = 3
|
||||
net_timeout = 1
|
||||
|
|
Loading…
Reference in a new issue