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.255.255.255 NAS-Port = 10 Processing the authorize section of radiusd.conf modcall: entering group authorize for request 1 modcall[authorize]: module "preprocess" returns ok for request 1 modcall[authorize]: module "chap" returns noop for request 1 modcall[authorize]: module "mschap" returns noop for request 1 rlm_eap: No EAP-Message, not doing EAP modcall[authorize]: module "eap" returns noop for request 1 users: Matched entry DEFAULT at line 153 modcall[authorize]: module "files" returns ok for request 1 rlm_passwd: Added Cleartext-Password: '123' to config_items modcall[authorize]: module "tcovc_group" returns ok for request 1 rlm_pap: Found existing Auth-Type, not changing it. modcall[authorize]: module "pap" returns noop for request 1 modcall: leaving group authorize (returns ok) for request 1 rad_check_password: Found Auth-Type System auth: type "System" ERROR: Unknown value specified for Auth-Type. Cannot perform requested action. auth: Failed to validate the user. according to documentation I shouldnt be using an auth-type anymore. On 10/17/07, Stefan Winter <stefan.winter@restena.lu> wrote:
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 format = "*User-Name:Crypt-Password" }
You don't use Crypt-Passwords, so saying that the file contains Crypt-Passwords seems not so wise. What you are looking for is
format = "*User-Name:MD5-Password"
I believe.
Stefan
-- Stefan WINTER
Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche Ingenieur Forschung & Entwicklung
6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg E-Mail: stefan.winter@restena.lu Tel.: +352 424409-1 http://www.restena.lu Fax: +352 422473
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Regards Joe