Password Logging

2006-03-13 Thread andre kip
. My thinking is is to do something like this if (compat (pair-attribute == PW_PASSWORD_REQUEST)) { pair = pair-next; continue; Is that correct? Alan DeKok wrote: andre kip [EMAIL PROTECTED] wrote: 1. Where is the rlm_detail module? I only see

Re: Password Logging

2006-03-11 Thread andre kip
Hi Craig! I haven't found out where this rlm_detail module is for logging information. Where are these files? I guess it is not a file with *.so ending. Trüffel --- Craig T. Hancock [EMAIL PROTECTED] schrieb: Alan, When I grep the source tree for pair-attribute I could only find 11 files

Re: Password Logging

2006-03-03 Thread andre kip
. Is it possible to store encrypted shared secret both in server and client? Thanks in advance. Trüffle. --- Alan DeKok [EMAIL PROTECTED] schrieb: andre kip [EMAIL PROTECTED] wrote: how can I stop my freeradius server from logging entered passwords into the the accounting file? It's

Password logging

2006-03-01 Thread andre kip
hi! 1. how can I stop my freeradius server from logging entered passwords?? The following in radiusd.conf seems not to work: : log_auth = yes log_auth_badpass = no log_auth_goodpass = no : I would like to only have the following in my radius accounting file: Packet-Type = Access-Request Wed Mar

Password Logging: Correction

2006-03-01 Thread andre kip
hi! 1. how can I stop my freeradius server from logging entered passwords into the the accounting file? I would like to only have the following in my file this way: Packet-Type = Access-Request Wed Mar 1 15:05:04 2006 User-Name = Me ##no password logging!!###

RE: Freeradius doesn't find VNUML hosts and nets

2005-10-27 Thread andre kip
OK. Sorry for assuming that some people could be conversant on this issue. VNUML stands for Virtual Network User Mode Linux (http://jungla.dit.upm.es/~vnuml/) a tool to simulate networks and hosts (virtual machines) in linux. The result is a near physical network with all its features... each

Freeradius doesn't find VNUML hosts and nets

2005-10-26 Thread andre kip
Hi, How do I configure freeradius to recognize the nets and hosts created by VNUML ? I have been getting radtest unknown host (net) address. I however receive Accept-Accept on Localhost. trüffel ___