Re: stuck with no errors

2007-10-17 Thread Joe Mom
eureka!!! the culprit was the line in users that stated # # First setup all accounts to be checked against the UNIX /etc/passwd. # (Unless a password was already given earlier in this file). # #DEFAULTAuth-Type = System # Fall-Through = 1 now i just gotta get the md5 working, but

Re: stuck with no errors

2007-10-17 Thread Alan DeKok
Joe Mom wrote: > K, so i switched to Cleartext-Password for testing purposes. ... > users: Matched entry DEFAULT at line 153 Delete that entry from the "users" file. It is setting Auth-Type to System. > rlm_pap: Found existing Auth-Type, not changing it. Once the above entry is deleted,

Re: stuck with no errors

2007-10-17 Thread Joe Mom
K, so i switched to Cleartext-Password for testing purposes. and I am testing with radiusd -X here is the bit that is failing. rad_recv: Access-Request packet from host 127.0.0.1:32768, id=22, length=62 User-Name = "5198546373" User-Password = "123" NAS-IP-Address = 255.2

Re: stuck with no errors

2007-10-16 Thread Stefan Winter
Hi, > i need to know either, how to get a more verbose log so i can tell > what it is i'm doing wrong or simply what is wrong with the statement: radiusd -X, as is well documented in lots of places. > passwd pull_export { > filename = /home/ftpuser/export.txt > f

stuck with no errors

2007-10-16 Thread Joe Mom
K, i'm stuck. Running freeradius 1.1.6 I've got the passwd module working and i can see in the startup.log that its loading the file and settings. the file is in the format username:password the password is an md5 generated password I keep getting a rejected message from my radtests, but I dont