Auth-Type LDAP and testing for if(reject)
Harry Hoffman
hhoffman at ip-solutions.net
Tue Feb 2 04:03:06 CET 2010
Alan,
Thanks so much!!! It was indeed the group{} that I was missing. I really
appreciate your help, all is working now.
Cheers,
Harry
Alan Buxey wrote:
> Hi,
>
>> I've tried doing the following to have a "continue on fail"
>>
>> authenticate{
>> ...
>> Auth-Type LDAP{
>> ldap
>> if(reject){
>> ntlm_auth
>> }
>> }
>
> try...something like....
>
> Auth-Type LDAP {
> group {
> ldap {
> reject = 1
> ok = return
> }
> ntlm_auth {
> reject = 1
> ok = return
> }
> }
>
> }
>
> alan
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>
More information about the Freeradius-Users
mailing list