Re: ntlm_auth multiple domains

2005-09-20 Thread Jamie Crawford
First, Thanks for the help.  I solved my own problem in my previous email and didn't realize it. Second, This got it working.   change radiusd.conf   /usr/bin/ntlm_auth --domain=%{realm} --request-nt-key --username=%{mschap:User-

Re: ntlm_auth multiple domains

2005-09-20 Thread Alan DeKok
"Jamie Crawford" <[EMAIL PROTECTED]> wrote: > I'm trying to validate a user from two trusted NT4 domains. I > cannot get ntlm_auth --username=domainb/domainbuser to work. How > are you supposed to validate a user with domain credentials, when > you can't pass along the domain information? I thin

Re: ntlm_auth multiple domains

2005-09-20 Thread Jamie Crawford
I'm trying to validate a user from two trusted NT4 domains. I cannot get ntlm_auth --username=domainb/domainbuser to work. How are you supposed to validate a user with domain credentials, when you can't pass along the domain information? I think it's more of a limitation with ntlm_auth than a

Re: ntlm_auth multiple domains

2005-09-20 Thread Alan DeKok
"Jamie Crawford" <[EMAIL PROTECTED]> wrote: > When I run ntlm_auth --username=domainauser everything works > great. When I run ntlm_auth --username=domainbuser it fails because > the user does not exist in domaina which the server is joined to. You need to point winbindd to a global catalog serv

ntlm_auth multiple domains

2005-09-20 Thread Jamie Crawford
Hi, I'm using ntlm_auth to authenticate users in freeradius. My samba server is joined to DOMAINA. When I run ntlm_auth --username=domainauser everything works great. When I run ntlm_auth --username=domainbuser it fails because the user does not exist in domaina which the server is joined to.