Complex conditions have been checked in.
    Arran Cudbard-Bell 
    A.Cudbard-Bell at sussex.ac.uk
       
    Sat May 26 18:06:06 CEST 2007
    
    
  
>    doc/configurable_failover
>
>    There should be a new "freeradius-language" man page that documents 
> this.  I'm also planning to add the following:\
>
>
> 	...
> 	update request {
> 		attribute-name = value
> 		...
> 	}
>
>   
YES ! No more hints files !
>    i.e. "request" or "response" or "config", etc.
>
>    Also:
>
>    switch "foo" {
>       case bar {
>
>       }
>       case baz {
>       }
>    }
>
>   
Yep also very useful.
Are return codes of modules available ?
 
e.g
switch users {
    case ok {
          update response {
                Reply-Message = "User Found in Users"
          }
    }
    case noop {
          update response {
                Reply-Message = "User Not Found in Users"
          }
    }
Excellent work so far :)
---
Arran
    
    
More information about the Freeradius-Devel
mailing list