RE: Sending username/password to radius-client

2007-09-24 Thread roger fong
> Subject: Re: Sending username/password to radius-client> From: [EMAIL > PROTECTED]> To: freeradius-users@lists.freeradius.org> Date: Tue, 25 Sep 2007 > 00:55:25 +0100> > On Mon, 2007-09-24 at 19:25 -0400, roger fong wrote:> > Hi! > > > i would

RE: Sending username/password to radius-client

2007-09-24 Thread roger fong
I've seen one done in php. Don't expect that to be > a short script> ;-) This is exactly what i want do. iBut i don't know how the user and the supplicant talk. thanks. > > Ivan Kalik> Kalik Informatika ISP> > > Dana 24/9/2007, "roger fong" <[

Sending username/password to radius-client

2007-09-24 Thread roger fong
Hi! i would like to write a script file to send the username/pasword information to the Radius-Client (cisco switch) instead of using the Windows pop-up username/password interface. This script will go into a php file. Is this possible ? thanks

Re: AAA

2006-08-01 Thread Roger Thomas
Quoting Markus Krause <[EMAIL PROTECTED]>: > Zitat von Roger Thomas <[EMAIL PROTECTED]>: > > Quoting Alan DeKok <[EMAIL PROTECTED]>: > > > > > Roger Thomas <[EMAIL PROTECTED]> wrote: > > > > My LDAP knowledge is quite shallow and as

Re: AAA

2006-08-01 Thread Roger Thomas
Quoting Alan DeKok <[EMAIL PROTECTED]>: > Roger Thomas <[EMAIL PROTECTED]> wrote: > > My LDAP knowledge is quite shallow and as such I would like to use > > > - openLDAP only for authentication > > - MySQL for authorization and accounting > > > >

AAA

2006-07-31 Thread Roger Thomas
My LDAP knowledge is quite shallow and as such I would like to use - openLDAP only for authentication - MySQL for authorization and accounting If that is possible, do I *still* need to extend my LDAP schema with ~/doc/examples/openldap.schema ? -

freeradius configure line

2006-07-30 Thread Roger Thomas
rthing compiled smoothly. That said, there could be something that I have missed and I am sure someone has done this before. Please advise. -- Roger --- Sign Up for free Email at http://ureg.home.net.my/ ---

Re: LDAP and mySQL

2006-07-27 Thread Roger Thomas
n: My setup is rather simple. Just one server at the moment that houses the LDAP, RADIUS and mySQL server. Would it be possible to make mySQL accept the acct packets by default and thus making no use of radrelay altogether? -- Roger --- Si

configure options

2006-07-26 Thread Roger Thomas
I installed openLDAP in /prefix/ldap. How would l tell configure where to look for the ldap lib and header files? Doing a configure --help doesn't tell much. Please help. -- Roger --- Sign Up for free Email at http://ureg.home.n

LDAP password format

2006-07-26 Thread Roger Thomas
The password for my users are kept in the SHA format in my LDAP. Does that means that I have to tell radius.conf to use password_header = "{sha}" ? Please advise. -- roger --- Sign Up for free Email at http://ureg.h

Re: mysql libraries are there BUT not found

2006-07-26 Thread Roger Thomas
Quoting Nicolas Baradakis <[EMAIL PROTECTED]>: > Roger Thomas wrote: > > > In /usr/local/mysql/lib/mysql I have: > > > > -rw-r--r--1 root mysql 11866 May 15 10:56 libdbug.a > > -rw-r--r--1 root mysql 40304 May 15 10:56 libheap.

mysql libraries are there BUT not found

2006-07-25 Thread Roger Thomas
r--r--1 root mysql 240636 May 15 10:56 libmystrings.a -rw-r--r--1 root mysql 256614 May 15 10:56 libmysys.a -rw-r--r--1 root mysql 97536 May 15 10:56 libnisam.a -rw-r--r--1 root mysql5576 May 15 10:56 libvio.a What I have done wrong

Re: Still cannot get ldap_r to be linked

2006-07-25 Thread Roger Thomas
ith no problem. There must be something else :( The following is output from config.log; it's about 200 lines. Sorry. -- Roger -- start of text -- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:54

Still cannot get ldap_r to be linked

2006-07-25 Thread Roger Thomas
2073246 Sep 9 2005 /usr/local/lib/libldap_r.so.2.0.16 -- I'm using freeradius-1.1.2 on Redhat Linux 9 and openldap-2.0.25, everything appeared to compile okay. I'm no C programmer. So please go slow. Any suggestions would be most appreciated. Regards Roger Thomas

Installation on SuSE 10 x64

2006-06-28 Thread Roger Rhody
to get this built on x64 Linux? Trying to install freeradius-1.1.2. Thank you, Roger Rhody Programmer / Analyst burton + BURTON [EMAIL PROTECTED] (706) 548-1588 Notice: This e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 10 U.S.C. 2510-2521, is

How to modify attribute by rlm_exec

2006-01-27 Thread roger
Dear All,   I want to set NAS-Port=100 to proxy request packet. In my test, if the receive packet has not NAS-Port attribute, It will successful. If it have, it will fail. The value will not modify. Can anyone told me how to modify attribute by rlm_exec module?   Regards,   Roger

Accounting to db, duplicate entries (again)

2005-08-02 Thread Roger Kristiansen
all? Any pointers would be highly appreciated :) Regards, Roger Kristiansen - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: accounting to db - duplicate entrys & missing stop time?

2005-07-18 Thread Roger Kristiansen
eeradius to one connection would fix it, but.. :) Regards, Roger Kristiansen - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

accounting to db - duplicate entrys & missing stop time?

2005-07-14 Thread Roger Kristiansen
ct the time the session ends, I'd really appreciate it. Regards, Roger Kristiansen manage=> SELECT radacctid, acctuniqueid, username, nasipaddress, nasportid, nasporttype, acctstarttime, acctstoptime, acctsessiontime, acctterminatecause FROM radacct WHERE username LIKE 'xxx

Acct-Unique-Session-Id changing mid-session?

2005-07-04 Thread Roger Kristiansen
I'm sorry if this mail is a bit lacking in technical detail, but I'm not very familiar with RADIUS at all. If some some essential technical info is missing, please tell me, and I will get it from the administrator. :) Regards, Roger Kristiansen - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Supported password types [mysql authorization]

2005-03-04 Thread Roger Peña Escobio
rypt passwords? They all start with $1$ . . . > > Then using those passwords in Crypt-Password should work. and Auth-Type := PAP , that one solve the problem that we had when we migrate from 0.9.3 to 1.0.x ( Local insted of PAP didn't works) cu roger

unsafe character in username make a radiusd segmentation fault ?

2005-03-02 Thread Roger Peña Escobio
t test it because the user also fix her dialer client :-( and we don't know how to send a break line in the user name attribute :-( we are using : Freeradius-1.0.1 ( from the sources released from RHEL3 but compiled by ourseft because we need the sqlcounter module) centOS-3.4 (with all the u

Re: Huntgroup "GROUP"?

2005-02-03 Thread Roger Peña Escobio
uot; > > "test" > > > > When I test from that nas I get a reject every time. but here you say you are testing from a nas maybe is better to use NAS-IP-Address insted of Client-IP-Address, it suppose to be the same but roger

RE: Huntgroups

2005-01-28 Thread Roger Peña Escobio
ence with attributes so you should wait for an radius expert to help you :-) roger > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Roger Peña > Escobio > Sent: Friday, January 28, 2005 1:22 PM > To: freeradius-users@lists.fr

Re: Huntgroups

2005-01-28 Thread Roger Peña Escobio
== 1.2.3.4, Auth-Type := "Local" > RB-Context-Name = local, > X-Ascend-Data-Filter == "ip in forward tcp est", > X-Ascend-Data-Filter == "ip in forward dstip, > X-Ascend-Data-Filter == "ip in drop

Re: Users comming from different Huntgroups

2005-01-22 Thread Roger Peña Escobio
ogin from some NAS and the premium users may login from the same and > some more!! > what about checking Group and not NAS-IP for the premium group and Group _and_ NAS-IP for the normal group in the use file ? i think that what you want to do is

Re: Users comming from different Huntgroups

2005-01-20 Thread Roger Peña Escobio
> Framed-IP-Netmask = 255.255.255.0, > Framed-IP-Address = 10.10.10.11 > > and user1 is allowed to login, but user2 is denied, also both login from > serverB. hi, i notice something, what is the diffence between the premium and normal user from the point of vi

Re: radius-1.0.1 die randomly

2005-01-17 Thread Roger Peña Escobio
time. > > They should go into 1.0.2 and following versions. > > But they're not yet in cvs, right? > I'd really like to give them a try. > me too because i notice that our FR servers responce very bad under heavy load just after the

Re: radius-1.0.1 die randomly

2005-01-12 Thread Roger Peña Escobio
Mensaje citado por Alan DeKok <[EMAIL PROTECTED]>: > Roger =?iso-8859-1?b?UGXxYQ==?= Escobio <[EMAIL PROTECTED]> wrote: > > but one of the servers (the secundary) logged this: > > > > Mon Jan 10 21:33:09 2005 : Error: Assertion failed in modcall.c, line 68 >

Re: radius-1.0.1 die randomly

2005-01-12 Thread Roger Peña Escobio
ay night our two server die aroung the same > > time, very extrange > > > > the enviroment is: > > OS: WhiteBox3 (RHEL3 clone) with all the updates > > freeradius rebuilded from the last SRPM provided by RH (1.0.1-1) (we need > experimental > > modules: sqlcoun

Re: radius-1.0.1 die randomly

2005-01-11 Thread Roger Peña Escobio
Mensaje citado por Lewis Bergman <[EMAIL PROTECTED]>: > Roger Peña Escobio wrote: > > the enviroment is: > > OS: WhiteBox3 (RHEL3 clone) with all the updates > > freeradius rebuilded from the last SRPM provided by RH (1.0.1-1) (we need > experimental > > modu

radius-1.0.1 die randomly

2005-01-11 Thread Roger Peña Escobio
viroment is: OS: WhiteBox3 (RHEL3 clone) with all the updates freeradius rebuilded from the last SRPM provided by RH (1.0.1-1) (we need experimental modules: sqlcounter) does anybody had this experience ? thanks very much roger PD: i'm apologies becau

Re: How does one compile pam-radius auth???

2004-08-31 Thread roger weiss
Correction, might a suggest an id10t error proof link to the ftp site??? :-) Something that says: You MUST get it here? It's been one of those months. Too much to do and too little time. On Tue, 31 Aug 2004 14:48:44 -0700, roger weiss <[EMAIL PROTECTED]> wrote: > Actually

Re: How does one compile pam-radius auth???

2004-08-31 Thread roger weiss
oaded that and it compiled without a problem (duh). Might I suggest a link to the tar file on the ftp server from the download page? Thanks for the help. Roger - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: How does one compile pam-radius auth???

2004-08-31 Thread roger weiss
FYI - I am on Fedora Core 2 Thanks, Roger On Tue, 31 Aug 2004 15:35:55 -0400, Alan DeKok <[EMAIL PROTECTED]> wrote: > roger weiss <[EMAIL PROTECTED]> wrote: > > Which is exactly what I need, so I downloaded the software and tried > > to get it to compile. > > I

Re: How does one compile pam-radius auth???

2004-08-31 Thread roger weiss
pam_radius_auth.c: In function `ipstr2long': pam_radius_auth.c:168: error: `UINT4' undeclared (first use in this function) I can tell my environment is messed up, I just don't know what I need to do to fix it. Thanks, Roger On Tue, 31 Aug 2004 15:35:55 -0400, Alan DeKok <

Re: How does one compile pam-radius auth???

2004-08-31 Thread roger weiss
t into the free radius src tree to see if I could get it to compile, whioh it wouldn't. The documentation for compiling the pam_radius stuff is a little minimal: "make" Basically I am just trying to get it to compile so I can use it with the an existing radius server. Thanks, Roger

How does one compile pam-radius auth???

2004-08-31 Thread roger weiss
I have copied the downloaded files to: src/pam-radius and I modified the Makefile in src to include the directory pam-radius. When I run make I get the following (see below)... If I don't include the pam-radius in the overall build radius appears tobuild correctly. Thanks, Roger gm