Even with ldap_secondary I get same error
redundant {
ldap_primary
ldap_secondary
fail = 1
}
On 25.03.2013 13:00, Chitrang Srivastava wrote:
I am trying to do similar but radius is giving errorfail = return <-----*Entry with no value is
group {
redundant {
ldap_primary
invalid*
}
if(fail){
files_local
}
else {
files
}
}
Why this could be ?
you have only one ldap instance. you don't need the redundant block
authorize {
#usual authorize stuff, preprocess, suffix, ect
ldap_primary {this *should* work.
fail = return
}
if(fail){
files_local
}
else {
files
}
}
Olivier
--
Olivier Beytrison
Network & Security Engineer, HES-SO Fribourg
Mail: olivier@heliosnet.org
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html