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
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to