Expiration Attribute

2002-07-30 Thread Gonzalez, Pedro
All, Does expiration attribute support date and time format now, or just date ? "DD MMM HH:MM:SS" or "DD MMM " If only support dates? How can I control time within a date? Thanks Pedro Gonzalez - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Segmentation Fault

2002-07-30 Thread Gonzalez, Pedro
Sorry I understand now... LIBS= @LIBS@ -lpthread Okay, then I run 1. make 2. make install Thanks Pedro > -Original Message- > From: Gonzalez, Pedro [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 30, 2002 10:12 AM > To: '[EMAIL PROTECTED]' >

RE: Segmentation Fault

2002-07-30 Thread Gonzalez, Pedro
Yes I am using Solaris. Where in Make.inc.in I have to place -lpthread ? Thanks Pedro > -Original Message- > From: Chris Brotsos [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 30, 2002 10:08 AM > To: [EMAIL PROTECTED] > Subject: RE: Segmentation Fault > > > > At 09:52 AM 7/30/2002

RE: Segmentation Fault

2002-07-30 Thread Gonzalez, Pedro
gt; Subject: Re: MySQL and simultaneous use check > > > "Gonzalez, Pedro" <[EMAIL PROTECTED]> wrote: > > Still getting segmentation fault after removing old version > 0.5 rlm_* > > libraries and re-installing. By the way, there are no core dump file &

RE: Segmentation Fault

2002-07-30 Thread Gonzalez, Pedro
tarting connect to MySQL server for #4 rlm_sql: Connected new DB handle, #4 Module: Instantiated sql (sql) Module: Loaded preprocess preprocess: huntgroups = "/usr/local/etc/raddb/huntgroups" preprocess: hints = "/usr/local/etc/raddb/hints" preprocess: with_ascend_hack = no pre

RE: MySQL and simultaneous use check

2002-07-30 Thread Gonzalez, Pedro
Still getting segmentation fault after removing old version 0.5 rlm_* libraries and re-installing. By the way, there are no core dump file generated even after setting "allow_core_dumps = yes". More ideas ??? root@telem-tac:/usr/local/sbin # radiusd -zxxy Starting - reading configuration files .

Segmentation Fault

2002-07-30 Thread Gonzalez, Pedro
I am upgrading freeradius from version 0.5 to version 0.7. Version 0.5 has been working just perfect for me so far. Version 0.7 is having problems starting up due to a segmentation fault error: root@telem-tac:/usr/local/sbin # radiusd -zxyy Starting - reading configuration files ... Module: Loade

radwatch

2002-06-06 Thread Gonzalez, Pedro
Has anyone modified radwatch and rc.radius to run correctly in solaris 2.8? Thanks Pedro - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Re[4]: PPTP

2002-06-04 Thread Gonzalez, Pedro
-CHAP" > modcall: entering group authenticate > rlm_mschap: Invalid NT Password text > modcall[authenticate]: module "mschap" returns reject > modcall: group authenticate returns reject > > > > -----Original Message- > > From: 3APA3A [mailto:[E

Windows DomainName+UserName in access-request

2002-06-04 Thread Gonzalez, Pedro
> It is almost completed. Freeraduis is authenticating IP-Sec > clients using Cisco-VPN software, PPTP and IPSec over Windows > dial-up interface w/Win-XP/2000. The problem is Win95/98 do > not have an option to remove the domain name from the dial-up > PPTP client. > > So I have this request

RE: Controlling Accounts

2002-06-04 Thread Gonzalez, Pedro
Never mind. I found the date format for those attributes. Thanks Pedro > -Original Message- > From: Gonzalez, Pedro [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 10:50 AM > To: '[EMAIL PROTECTED]' > Subject: Controlling Accounts > > > I

Controlling Accounts

2002-06-04 Thread Gonzalez, Pedro
I finally have MS-CHAP working with clear text password. It did not work with encrypted passwords. Now I need a way to control when the user can and cann't login. Is there a way to do it by using "Activation" and "Expiration" attributes? like in ICRadius or is there another way? Thanks Pedro -

RE: Re[2]: PPTP

2002-06-04 Thread Gonzalez, Pedro
| 23 | pptp | Service-Type | Framed-User | := | | 24 | pptp | MS-Acct-Auth-Type | MS-CHAP-2 | := | ++---+---+-----+--+ 4 rows in set (0.00 sec) > -Original Message- > From: Gonzalez, Pedro [mailto:[EMAIL PROTECTED]]

RE: Re[2]: PPTP

2002-06-04 Thread Gonzalez, Pedro
Dear 3APA3A, What's the dictionary's attribute entry for Auth-Type MS-CHAP? Thanks Pedro > -Original Message- > From: 3APA3A [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 7:42 AM > To: Gonzalez, Pedro > Subject: Re[2]: PPTP > > > Dear

RE: PPTP

2002-06-04 Thread Gonzalez, Pedro
gt; From: 3APA3A [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 4:12 AM > To: Gonzalez, Pedro > Subject: Re: PPTP > > > Dear Gonzalez, Pedro, > > Add mschap to authorize{} section (if you store cleartext > password) and > to authenticate{} section, set Aut

PPTP

2002-06-03 Thread Gonzalez, Pedro
Could you tell me how to activate MS-CHAP authentication?   This is the request:   rad_recv: Access-Request packet from host 10.16.3.98:1331, id=11, length=154    User-Name = "shicks"    NAS-Port = 3753    Service-Type = Framed-User    Framed-Protocol = PPP    Tunnel-

RE: Local-Encrypted Password

2002-05-30 Thread Gonzalez, Pedro
L PROTECTED] > Subject: Re: Local-Encrypted Password > > > "Gonzalez, Pedro" <[EMAIL PROTECTED]> wrote: > > While doing testing I haven't been able to use the radcheck > table the way I > > have it setup for ICRadius. One of the differences I have &

Local-Encrypted Password

2002-05-30 Thread Gonzalez, Pedro
Hi,   I am trying to migrate from ICRadius to Freeradius because ICRadius lacks of PPTP/MSCHAP authentication. To make mysql database compatible I created the "op" column in every table as freeradius schema defines. But I still have this column with NULL values.   While doing testing I hav