Proxy Question
    Bjørn Mork 
    bjorn at mork.no
       
    Fri Apr 21 14:42:12 CEST 2006
    
    
  
"Reynold McGuire" <rmcguire at suffolk.edu> writes:
> How can I get freeRadius to see "domain.com\username" and convert that to
> "username at domain.com" and proxy that off?
If you need both styles:
modules {
        ..
        realm suffix {
                format = suffix
                delimiter = "@"
                ignore_default = no
                ignore_null = yes
        }
        realm ntdomain {
                format = prefix
                delimiter = "\\"
                ignore_default = no
                ignore_null = yes
        }       
        ..
}
authorize {
        ..
        suffix
        ntdomain
        ..
}
Please run radiusd -X if this doesn't work, 
Bjørn
    
    
More information about the Freeradius-Users
mailing list