7 Jun
2009
7 Jun
'09
4:51 a.m.
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