Question on proxying requests

A.L.M.Buxey at lboro.ac.uk A.L.M.Buxey at lboro.ac.uk
Sun Jun 7 10:51:33 CEST 2009


Hi,

> Or maybe ntlm_auth isnt the way to do this? Maybe I'm looking at this  
> the wrong way? Any ideas to get this to work or any other better ideas?

there are samba issues to dea with - binding credentials etc....
with regards to ntlm_auth, you can put an unlang wrapper around it
to choose what to do...eg

if(User-Name =~ /^99[a-z]{5}/i){
  ntlm_auth new blahblah
}
else {
  ntlm_auth default command
}

etc

alan



More information about the Freeradius-Users mailing list