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 anton.brin...@gmail.com: Here are my sites-enabled/default

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 anton.brin...@gmail.com: Hi, I try to move samba's ntlm_auth program and replace it by simple shell

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 anton.brin...@gmail.com: 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

MSChap via ntlm_auth problem

2009-08-20 Thread Anton Brinyov
Here are my sites-enabled/default and sites-enabled/inner-tunnel files. Thanks, Anton 2009/8/19 Alan Buxey a.l.m.bu...@lboro.ac.uk: 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 +-

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.

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

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 a.l.m.bu...@lboro.ac.uk: 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

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-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

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 used it. which

Re: MSChap via ntlm_auth problem

2009-08-18 Thread Anton Brinyov
Hi, 2009/8/18 Alan Buxey a.l.m.bu...@lboro.ac.uk: 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

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 command to

Re: MSChap via ntlm_auth problem

2009-08-18 Thread Anton Brinyov
2009/8/18 Alan Buxey a.l.m.bu...@lboro.ac.uk: 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.

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

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 Anton Brinyov
2009/8/17 Alan Buxey a.l.m.bu...@lboro.ac.uk 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 neal.gar...@energyeast.com: Try removing the single double quote (“)

Re: MSChap via ntlm_auth problem

2009-08-17 Thread Alan DeKok
Anton Brinyov wrote: 2009/8/17 Alan Buxey a.l.m.bu...@lboro.ac.uk 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

Re: MSChap via ntlm_auth problem

2009-08-17 Thread Anton Brinyov
2009/8/18 Alan DeKok al...@deployingradius.com:  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