Re: PAM Radius + RedHat 9

2003-11-05 Thread Rogelio Dela Cruz
Hi Alan, I edited line 57 and 58 of the Makefile and change to this: pam_radius_auth.so: pam_radius_auth.o md5.o ld -shared pam_radius_auth.o md5.o -lpam -lc -o pam_radius_auth.so then recompile and now it's working... Thanks a lot Ogie Dela Cruz Rogelio Dela Cruz [EMAIL PROTECTED]

Various types of certificate

2003-11-05 Thread Yu-Ping Wang
For the server: bonnet17.der, bonnet17.p12, bonnet17.pemFor the client: bonsy.der, bonsy.p12, bonsy.pem, root_bonsy.der Why do we need several types(der,p12,pem) of certificate? Is that in order for specific OS? All of these types of certficates is X.509 format? Thx!

Using Function in authorise_reply_query

2003-11-05 Thread Deepak Singhal
Can i use use a function in authorise_reply_query in postgresql.conf file. I mean can i specify a function which returns five values : id, username, Attribute, value,op Like this : authorise_reply_query = SELECT my_function( %{SQL-User-Name}, %{called-station-id}) my_function will return a

Re: FreeRadius + MAC address check with MySQL backend

2003-11-05 Thread Martin Jessa
By hardware, do you mean access points or NAS server? On Tue, 4 Nov 2003 22:10:11 -0500 Matt Sapp [EMAIL PROTECTED] wrote: I'd wager that your hardware has to support it. On Cisco AP1200's, for each VLAN you have configured, you can set it to like EAP or MAC-Address or EAP + MAC-Address.

PostgreSQL

2003-11-05 Thread David Cadenas
Hi everybody, I have a problem with the loading of the driver rlm_sql_postgresql. I have added "sql" to the list in authorize section of the radiusd.conf, between suffix and files. When the radiusd -X tries to load the Module SQL appears: Module: Loaded SQL sql: driver = "rlm_sql_postgresql"

SNAP20031105 runtime error

2003-11-05 Thread olaf . wischhusen
When starting Freeradius (latest snap) the program crashes with the following message: Module: Loaded System unix: cache = no unix: passwd = (null) unix: shadow = (null) unix: group = (null) unix: radwtmp = /usr/local/var/log/radius/radwtmp unix: usegroup = no unix: cache_reload = 600

Re: SNAP20031105 runtime error

2003-11-05 Thread Adam Jendrosek
[EMAIL PROTECTED] wrote: When starting Freeradius (latest snap) the program crashes with the following message: Module: Loaded System unix: cache = no unix: passwd = (null) unix: shadow = (null) unix: group = (null) unix: radwtmp = /usr/local/var/log/radius/radwtmp unix: usegroup = no unix:

parse error in latest snapshot

2003-11-05 Thread Ralf Paffrath
I tried to compile freeradius (latest snapshot) under solaris 9, but got an parse error: /usr/include/stdlib.h:193: warning: previous declaration of `optopt' In file included from ../include/libradius.h:59, from dict.c:35: ../include/sha1.h:34: parse error before `mk'

RE: Beginners guide

2003-11-05 Thread Dustin Doris
On Tue, 4 Nov 2003, Sumner, Rob wrote: The FTP server is setup us the Linux pure-ftpd software. Check out proftpd. They have a radius module that works great. www.proftpd.org for the server. http://www.castaglia.org/proftpd/modules/mod_radius.html is documentation on the module. -Dustin

Help Reqd for X9.9

2003-11-05 Thread Badrinath Mohan
Hi Guys I am sorry if this is a duplicate post.I am a total newbie to this group and this is my first post.I want to make a x9.9 authentication. I jsut compiled the crcalc.c and executed it but it asks me the DES key. I have secure computing safeword tokens and how i can get the DES key

Getting Cisco-AVPairs into radacct

2003-11-05 Thread DanB
Hello, I'm using freeradius (0.9.0-1, debian woody) over mysql to authenticate ipsec users that connect to the cisco. I need to log into radacct one or more cisco-specific attributes that come into the acct-start packet. They look like: Cisco-AVPair = isakmp-initator-ip=10.0.0.1

Re: SNAP20031105 runtime error

2003-11-05 Thread Andreas Wolf
On Nov 5, 2003, at 4:48 AM, Adam Jendrosek wrote: [EMAIL PROTECTED] wrote: When starting Freeradius (latest snap) the program crashes with the following message: Module: Loaded System unix: cache = no unix: passwd = (null) unix: shadow = (null) unix: group = (null) unix: radwtmp =

RE: Working radiusd.conf for TTLS - Alfa Ariss client setup?

2003-11-05 Thread Ron Wahler
We use AA with build 1024 with no problem with or with out Server certificate validation. -Original Message- From: Damjan [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 1:40 PM To: [EMAIL PROTECTED] Subject: Re: Working radiusd.conf for TTLS - Alfa Ariss client setup?

Re: SNAP20031105 runtime error

2003-11-05 Thread Andreas Wolf
On Nov 5, 2003, at 8:36 AM, Andreas Wolf wrote: On Nov 5, 2003, at 4:48 AM, Adam Jendrosek wrote: [EMAIL PROTECTED] wrote: When starting Freeradius (latest snap) the program crashes with the following message: Module: Loaded System unix: cache = no unix: passwd = (null) unix: shadow = (null)

RE: Two radius demaons running, problem !!!

2003-11-05 Thread Brian Johnson
Do you have any logs or debug output? This would help. :) - Brian J. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Moktar KONESent: Wednesday, November 05, 2003 12:11 PMTo: [EMAIL PROTECTED]Subject: Two radius demaons running, problem !!! Hi all,

Two radius demaons running, problem !!!

2003-11-05 Thread Moktar KONE
Hi all, I am using freeradius 0.9 and I have two radiusd deamon running : one on port 1645/1646 for Dialup users authentication and the other on port 1812/1813 for ADSL users authentication . I launched the two daemons with success andI cantest with successauthenticationfor ADSL and Dialup

Re: Two radius demaons running, problem !!!

2003-11-05 Thread Mark Hennessy
Is there any particular reason that you are running two separate radiusd's on different ports and not using huntgroups to differentiate between them instead? -- Mark P. Hennessy [EMAIL PROTECTED] On Wed, 5 Nov 2003, Moktar KONE wrote: Date: Wed, 5

rlm_passwd and groups, huntgroups

2003-11-05 Thread Cameron Slye
I am trying to setup freeradius to read a group file to allow people to use a huntgroup. If I setup the huntgroups file with User-Name = testuser it works, if I set it as Group or Group-Name = ssusers it fails. master.passwd file is authing correctly, that is not the issue. I have changed the

Re: rlm_passwd and groups, huntgroups

2003-11-05 Thread Alan DeKok
Cameron Slye [EMAIL PROTECTED]wrote: I am trying to setup freeradius to read a group file to allow people to use a huntgroup. If I setup the huntgroups file with User-Name = testuser it works, if I set it as Group or Group-Name = ssusers it fails. Group or Group-Name are for checking the

Re: parse error in latest snapshot

2003-11-05 Thread Alan DeKok
Ralf Paffrath [EMAIL PROTECTED] wrote: I tried to compile freeradius (latest snapshot) under solaris 9, but got an parse error: The snapshot from Thursday will contain a fix. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: PAM Radius + RedHat 9

2003-11-05 Thread Alan DeKok
Rogelio Dela Cruz [EMAIL PROTECTED] wrote: I edited line 57 and 58 of the Makefile and change to this: pam_radius_auth.so: pam_radius_auth.o md5.o ld -shared pam_radius_auth.o md5.o -lpam -lc -o pam_radius_auth.so then recompile and now it's working... That's pretty much what

Re: rlm_passwd and groups, huntgroups

2003-11-05 Thread Cameron Slye
I have made one called Group-Name-GM, added it to the dictionary, and it does the same thing. rad_recv: Access-Request packet from host 209.210.251.61:3065, id=154, length=63 User-Name = testuser User-Password = password Framed-Protocol = PPP Called-Station-Id =

Fwd: xp client : wireless network unavailable.

2003-11-05 Thread hulusi onder
come on people, there should be somebody out there to help me... help me, help youNote: forwarded message attached. Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard---BeginMessage--- ok folks; i am sensing that i am really close to having a running wireless system. however i

Re: xp client : wireless network unavailable.

2003-11-05 Thread Andreas Wolf
since freeRADIUS is not failing this is probably the wrong list to ask this question. It's either XP or the AP that is failing. You don;t get IP on the client unless it is authenticated. Did you try the xp update for wpa: http://support.microsoft.com/default.aspx?scid=kb;EN-US;826942 -Andreas

Re: rlm_passwd and groups, huntgroups

2003-11-05 Thread Cameron Slye
I have tried using the example config with no luck also. I have tried GM instead of Group-Name. I dont know what else to try.. Any ideas? passwd group_master { filename = ${raddbdir}/master.group format = =Group-Name:::*,User-Name hashsize