proxy the request by user type but not by realm?

2006-11-14 Thread Leo Lei
: can i: 1. proxy the access-request by user type? 2. perform the succeeding validation after receiving the response from the remote server B? and how can i do that? thanks! -- Leo Lei 2006-11-14 - List info/subscribe

windows login using freeradius?

2006-10-11 Thread Leo Lei
hi list, can we use freeradius to authenticate the windows login users? if yes, can we guide me to some related materials? thanks. -- Leo Lei 2006-10-12 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: Pasword check failed [sic]

2006-07-20 Thread Leo Lei
m_chap: Pasword check failed why rlm_chap used? maybe something wrong configured. = = = = = = = = = = = = = = = = = = = = Leo Lei 2006-07-21 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

performance of freeradius when access-request

2005-01-25 Thread Leo Lei
e: 287652 kB Inact_dirty:152048 kB Inact_clean: 34896 kB Inact_target:94916 kB HighTotal: 0 kB HighFree:0 kB LowTotal: 513932 kB LowFree: 11984 kB SwapTotal: 1044216 kB SwapFree: 1020596 kB Committed_AS: 129060 kB ¡

Re: Re: 30Day Limit

2004-08-17 Thread Leo Lei
>But assuming i dont know the initial date, for example if i am >selling scratch cards and i want it to automaticaly take the 1st day >they use the card to be in place of the date given. > Sorry, I am not a English native speaker, and then i don't understand what do you m

Re: 30Day Limit

2004-08-17 Thread Leo Lei
>I want to do something like this: >When a user logs in for the first time it will give a restriction >of 30days access time, i.e: logged on: 1st Jan 2004 then it expires 30th Jan 2004 > Add ¡°Expiration := "30 Jan 2004"¡± to radcheck table. see the function check_expiration() in auth.c

Re: authorize_reply_query

2004-07-22 Thread Leo Lei
I have done some similar job: I modified module_authorize() in src/main/modules.c " if (myresult == RLM_MODULE_NOTFOUND || myresult == RLM_MODULE_NOOP) { VALUE_PAIR* error_reason = NULL; error_reason = pairmake("Error-Reason", "User_Not_Exist

trace module_authorize() call, help

2004-07-20 Thread Leo Lei
I want to trace the module_authorize() call, follow the following three steps: 1. autz_redo: r = module_authorize(autz_type, request); DEBUG2("autz_type: %d; r: %d\n", autz_type, r); // autz_type: 0; r: 2 (RLM_MODULE_OK) 2. indexed_modcall(RLM_CO

db_oracle.sql bug? (freeradius-1.0.0-pre3)

2004-07-16 Thread Leo Lei
Hi Is it a bug? the statement creating table radgroupcheck: groupname VARCHAR(20) UNIQUE NOT NULL, Why UNIQUE? A group can have multiple Attribute-Value pairs . - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius+Postfresqk+MAC problem

2004-07-13 Thread Leo Lei
>Here is a dump of my database:>[EMAIL PROTECTED] 172.16.0.10]# psql -U radius>radius=> select * from radcheck;>id | username  | attribute  | op |  value>+---+++->  1 | 00-04-23-4d-c4-3d | User-Password  | == | 123456>  2 | 00-20

Re: Ignoring request from unknown client

2004-07-13 Thread Leo Lei
  >It doesn't matter whether I use the correct shared secret or not. I guess it didn't reach the logic to check the secret yet.    yes.   Why do not you dump the mainconfig.clients to see which clients are included? Maybe something wrong building the mainconfig.clients list

Re: CLI

2004-07-13 Thread Leo Lei
>on Jul 12 11:41:42 2004 : Auth: Login OK: [test/155marketer] (from client >jim.domain.com port 368 cli 0015558623) > >anyone can interpret the CLI at the last few words? PW_CALLING_STATION_ID freeradius-1.0.0-pre3 source: auth.c -> auth_name() Why did not you attempt to grep the source code

Re: RE: PAP Crypt-Password problem

2004-07-12 Thread Leo Lei
>Really, I don't think that the problem is in config file, or in Auth-Type. I >use freeradius not for dial-up users only, but for athentication of telnet >and console clients. Their passwords are also encrypted, but >Auth-Type=Local. They don't use any PAP. In your first post: I have a lot of u

Re: user can not get the ipaddress

2004-07-11 Thread Leo Lei
>Hi,all >i configure the freeradius with mysql .when send the Access-Request ,and can > receive the Access-Accept.I can see >that authenticate is pass .but radius server can not send the ipaddress to user > What ipaddress do you want the radius server send back to t