Re: Backing up Mysql

2006-03-13 Thread Peter Nixon
On Sun 12 Mar 2006 16:05, Sarkis Gabriel wrote: Hi all i started backing up the db using a crontab job early in the morning which backs up everything, but i have had complains from users who try to logon after the backup process. What is the best way to backup an active database with

Re: Backing up Mysql

2006-03-13 Thread Sebastian Wild
The question is in which way do u backup it? Using mysqldump in your cronjob? Maybe its a better way to simply create a copy of /var/lib/mysql. All your databases are in there and copying tis don't affect the running mysqld in any way. We do that on lots of server every night... cheers

Re: rlm_perl segfault

2006-03-13 Thread Boian Jordanov
On Friday 10 March 2006 00:39, Grant Zanetti wrote: In addition to this I have done a manual compile (non-package) and have a better back trace perhaps: Which version of libperl ? -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002

D-link and freeradius

2006-03-13 Thread Christoforos Ntantogian
Hello, I am going to setup an 802.1Xwireless authenticationwith EAP-MD5, EAP-TLS and EAP-SIM. I would like to ask if freeradius supports the D-link wireless access points. The NAS list that freeradius support doesnt include D-link products. I have a D-link 900+ access point. How can i make

Re: WiFi Mac address authentication

2006-03-13 Thread Phil Mayers
brainstorm wrote: I'm trying to implement a similar scenario: I am using PEAP, and I want to check if a given mac is in my database. In my case, the MACs file looks like this: 0030.0996.CF52:192.168.12.1 I would like to match the first field (MAC) with the NAS Calling-Station-Id attribute, if

Expiration Dates

2006-03-13 Thread Atkins, Dwane P
I was not sure if this got to mailing list or not. I have done some research and could not find where you can enter start and stop dates through freeradius. Is there a way that I can input the start and stop time for user as far as in like an expiration date? Let say you are a

RE: Expiration Dates

2006-03-13 Thread mnisay
see attribute Expiration. it can accept date/time formats as well. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atkins, Dwane PSent: Monday, March 13, 2006 2:56 PMTo: freeradius-users@lists.freeradius.orgSubject: Expiration Dates I was not sure if this got to mailing

Re: D-link and freeradius

2006-03-13 Thread Dave Huff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Date: Mon, 13 Mar 2006 12:58:49 +0200 From: Christoforos Ntantogian [EMAIL PROTECTED] Subject: D-link and freeradius To: freeradius-users@lists.freeradius.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=iso-8859-7 Hello,

Re: D-link and freeradius

2006-03-13 Thread Christoforos Ntantogian
OK...what you wrote in the naslist file in the TYPE field ? IF it worked with your D-link access point then whats the point of the NASlist file? excuse me but how i answer to a thread without creating a new thread? thanks you for anwering Dave.. - Original Message - From: Dave

Password Logging

2006-03-13 Thread andre kip
Hi Geoff, I haven't been successful in getting freeradius not to log passwords. Where is this rlm_syslog?? I am looking for it at source but to no avail. ..or did you change rlm_detail by adding: if ((strstr(buf, User-Password) != 0) (strcmp(inst-hidepasswd, yes) == 0)) {

Re: Wireless Card - user authentication - Freeradius

2006-03-13 Thread Alan DeKok
ora [EMAIL PROTECTED] wrote: So, I installed my freeradius in a linux 9.0 server. My question is: where I have to put the MAC address of wireless adapters??? Into the file ?clients.conf? of my RADIUS server or in the ?users? file?? You don't have to put the MAC address anywhere. Perhaps

Re: WiFi Mac address authentication

2006-03-13 Thread brainstorm
Please read the docs. This comments right above the passwd module in the default config are VERY SPECIFIC. The format is: format = *Key-Value:~Request-Value:=Reply-Value:Configure-Value That is, the radius attribute Key-Value is the first field. Request-Value (prefix ~) will be added to

About Monthly Time Limits

2006-03-13 Thread Lisa Casey
Hi, We are an ISP. As many ISP's do these days, we outsource our dialup numbers to wholesalers such as Megapops, etc. but we maintain our own radius servers. The wholesaler proxies radius requests to us. The following is kind of hypothetical, but I need to know this in order to understand

RE: About Monthly Time Limits

2006-03-13 Thread Seferovic Edvin
Hi Lisa, to make it short - when NAS tries to authorize the user, freeradius uses a simple counter modules ( sql or db file - depending on your setup ) to count the time information in specific time period. Since NAS sends start and stop time of a session ( and also the session duration )

Re: Can we use RSA-Token to Freeradius?

2006-03-13 Thread kevin
Are you guys talking about http://www.freeradius.org/pam_radius_auth ? kevin Jeff Stout wrote: If I'm not mistaken you can also use a pamd mod to accomplish this Jeff Stout Alan DeKok wrote: kevin [EMAIL PROTECTED] wrote: Does freeradius support RSA-Token?

RE: About Monthly Time Limits

2006-03-13 Thread Ben Plimpton
This is a somewhat related question. Can I use an attribute that is not in the Stop record as the key for a monthly counter? For example, I would like to make the Ldap-UserDn attribute the key for the counter. Is there a way to make that value available to my counter? Thanks On Mon,

RE: About Monthly Time Limits

2006-03-13 Thread Seferovic Edvin
-Original Message- From: freeradius-users- [EMAIL PROTECTED] [mailto:freeradius-[EMAIL PROTECTED] rg] On Behalf Of Ben Plimpton Sent: Montag, 13. März 2006 23:34 To: freeradius-users@lists.freeradius.org Subject: RE: About Monthly Time Limits This is a somewhat related question. Can

RE: About Monthly Time Limits

2006-03-13 Thread Ben Plimpton
Please let me know if you can tell what I'm doing wrong. I do authorization and authentication all from LDAP. Here's my line in ldap.attrmap: replyItem Ldap-UserDn dn Here's my counter config: counter monthly { filename = ${raddbdir}/db.monthly

Re: Password Logging

2006-03-13 Thread Guy Fraser
On Mon, 2006-13-03 at 17:38 +0100, andre kip wrote: Hi Geoff, I haven't been successful in getting freeradius not to log passwords. Where is this rlm_syslog?? I am looking for it at source but to no avail. ..or did you change rlm_detail by adding: if ((strstr(buf, User-Password) != 0)

Re: About Monthly Time Limits

2006-03-13 Thread Alan DeKok
Ben Plimpton [EMAIL PROTECTED] wrote: Here's my line in ldap.attrmap: replyItem Ldap-UserDn dn ... rlm_counter: Could not find the key-attribute in the request. Returning NOOP. reply != request I hope I'm not missing something really simple. You'll have to

Re: About Monthly Time Limits

2006-03-13 Thread Guy Fraser
On Mon, 2006-13-03 at 15:39 -0500, Lisa Casey wrote: Hi, We are an ISP. As many ISP's do these days, we outsource our dialup numbers to wholesalers such as Megapops, etc. but we maintain our own radius servers. The wholesaler proxies radius requests to us. The following is kind of

Re: rlm_perl segfault

2006-03-13 Thread Grant Zanetti
On Mon, 2006-03-13 at 11:48 +0200, Boian Jordanov wrote: On Friday 10 March 2006 00:39, Grant Zanetti wrote: In addition to this I have done a manual compile (non-package) and have a better back trace perhaps: Which version of libperl ? libperl5.8 (5.8.8-2). libperl is package

incorrect radacct AcctSessionTime

2006-03-13 Thread Gunther
Just one observation ... From time to time I see entries in the radacct AcctSessionTime column with over 1 billion seconds, despite that the StopTime minus StartTime is less than 5 seconds. With FR 1.0.5 it was a few times 2147483647: AcctStartTime AcctStopTime