Re: MSChap via ntlm_auth problem

2009-08-22 Thread Anton Brinyov
Hmmm... Problem was solved by recompiling kernel and freeradius. Thanks, Anton. 2009/8/22 Anton Brinyov : > Oh! > > I notice in /var/log/messages follow line after each auth attempt: > > Aug 22 18:28:33 gate1 kernel: pid 78473 (radiusd), uid 133: exited on signal > 12 > > > Thanks, > Anton > >

Re: MSChap via ntlm_auth problem

2009-08-22 Thread Anton Brinyov
Oh! I notice in /var/log/messages follow line after each auth attempt: Aug 22 18:28:33 gate1 kernel: pid 78473 (radiusd), uid 133: exited on signal 12 Thanks, Anton 2009/8/22 Anton Brinyov : > Hi, > > I try to move samba's ntlm_auth program and replace it by simple shell script: > > #!/bin/sh

Re: MSChap via ntlm_auth problem

2009-08-22 Thread Anton Brinyov
Hi, I try to move samba's ntlm_auth program and replace it by simple shell script: #!/bin/sh echo "Test!" But NOTHING CHANGED! I think, radius don't call ntlm_auth program, but I don't know why. Thanks, Anton 2009/8/20 Anton Brinyov : > Here are my sites-enabled/default and sites-enabled/inn

Re: MSChap via ntlm_auth problem

2009-08-19 Thread Anton Brinyov
Here my sites-enabled/default and sites-enabled/inner-tunnel files. Thanks, Anton 2009/8/19 Alan Buxey : > Hi, > >> I have another freeradius host (freeradius 2.1.3) with the same >> authentication scheme. >> I look at debug output on it: >> >> Found Auth-Type = MSCHAP >> +- entering group MS-CH

Re: MSChap via ntlm_auth problem

2009-08-19 Thread Alan Buxey
Hi, > I have another freeradius host (freeradius 2.1.3) with the same > authentication scheme. > I look at debug output on it: > > Found Auth-Type = MSCHAP > +- entering group MS-CHAP {...} > [mschap] No Cleartext-Password configured. Cannot create LM-Password. > [mschap] No Cleartext-Password c

Re: MSChap via ntlm_auth problem

2009-08-19 Thread Anton Brinyov
Hi, I have another freeradius host (freeradius 2.1.3) with the same authentication scheme. I look at debug output on it: Found Auth-Type = MSCHAP +- entering group MS-CHAP {...} [mschap] No Cleartext-Password configured. Cannot create LM-Password. [mschap] No Cleartext-Password configured. Cann

Re: MSChap via ntlm_auth problem

2009-08-18 Thread Anton Brinyov
2009/8/18 Alan Buxey : > Hi, > >> The problem appears in any case - with or without require-membership option. >> >> > which version of SAMBA are you running? Latest version is known to have >> > issues - they've changed things with its output. >> >> I use samba 3.0.35 on FreeBSD 7.2 box. >> >> > a

Re: MSChap via ntlm_auth problem

2009-08-18 Thread Alan Buxey
Hi, > The problem appears in any case - with or without require-membership option. > > > which version of SAMBA are you running? Latest version is known to have > > issues - they've changed things with its output. > > I use samba 3.0.35 on FreeBSD 7.2 box. > > > also, recommend you change the c

Re: MSChap via ntlm_auth problem

2009-08-18 Thread Anton Brinyov
Hi, 2009/8/18 Alan Buxey : > > hmm, not sure about the require-membership bit as I've never used it. > The problem appears in any case - with or without require-membership option. > which version of SAMBA are you running? Latest version is known to have > issues - they've changed things with its

Re: MSChap via ntlm_auth problem

2009-08-18 Thread Alan Buxey
Hi, > >> Oh, sorry. > >> I tried to get some about ntlm_auth output and forgot to remove changes. > >> > >> I delete pipe but it did't remove problem. > > > > ..now post the debug again > > Please, find in attachment. Nothing changed. hmm, not sure about the require-membership bit as I've never u

Re: MSChap via ntlm_auth problem

2009-08-18 Thread Anton Brinyov
>> Oh, sorry. >> I tried to get some about ntlm_auth output and forgot to remove changes. >> >> I delete pipe but it did't remove problem. > > ..now post the debug again Please, find in attachment. Nothing changed. radiusd.out.1 Description: Binary data - List info/subscribe/unsubscribe? See htt

Re: MSChap via ntlm_auth problem

2009-08-18 Thread Alan Buxey
Hi, > Oh, sorry. > I tried to get some about ntlm_auth output and forgot to remove changes. > > I delete pipe but it did't remove problem. ..now post the debug again alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: MSChap via ntlm_auth problem

2009-08-17 Thread Anton Brinyov
2009/8/18 Alan DeKok : >  Don't use the pipe.  Use ntlm_auth as configured in the mschap module, > without any extra changes. Oh, sorry. I tried to get some about ntlm_auth output and forgot to remove changes. I delete pipe but it did't remove problem. - List info/subscribe/unsubscribe? See http

Re: MSChap via ntlm_auth problem

2009-08-17 Thread Alan DeKok
Anton Brinyov wrote: > 2009/8/17 Alan Buxey >> whoa! you are piping the output via tee to a log file - therefore >> the code isnt getting the return value - hence the badness. > > How can I get return value? Don't use the pipe. Use ntlm_auth as configured in the mschap module, without any ext

Re: MSChap via ntlm_auth problem

2009-08-17 Thread Anton Brinyov
2009/8/17 Alan Buxey > whoa! you are piping the output via tee to a log file - therefore > the code isnt getting the return value - hence the badness. How can I get return value? 2009/8/17 Garber, Neal : > Try removing the single double quote (“) just before the last right curly > brace (“}”) at

RE: MSChap via ntlm_auth problem

2009-08-17 Thread Garber, Neal
>I tried to use aythentication via Active Directory domain. >FreeRadius 2.1.6 return error: Try removing the single double quote (") just before the last right curly brace ("}") at the bottom of the mschap file - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: MSChap via ntlm_auth problem

2009-08-17 Thread Alan Buxey
hi, whoa! you are piping the output via tee to a log file - therefore the code isnt getting the return value - hence the badness. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html