Passwd module problem

2010-07-16 Thread Peter Bates
Hello all... I'm running FR 2.1.9 compiled from source on Debian Linux and using the passwd module for a couple of things. I have one instance called 'mac-auth', configured in modules/mac-auth as: passwd mac-auth { filename = ${confdir}/mac-auth format =

Re: Passwd module problem

2010-07-16 Thread Alan DeKok
Peter Bates wrote: I also have modules/switch-auth, which contains: passwd switch-auth { filename = ${confdir}/switch-auth format = *NAS-IP-Address:=Tunnel-Private-Group-Id delimiter = , } However, this never matches and the module always returns 'notfound': The

Max-All-Session counter module problem

2009-08-30 Thread Bishal Pun
Hi, I am posting the debug of another user who has same problem: rad_recv: Access-Request packet from host 202.79.xx.XX port 65050, id=12, length=189 NAS-Identifier = pppoe-bhw. Acct-Session-Id = 1633129-mpd-pppoe-70 NAS-Port = 70 NAS-Port-Type = Ethernet

Max-All-Session counter module problem[SOLVED]

2009-08-30 Thread Bishal Pun
Hello all, Problem is solved. Actually it was due to radgroupcheck table. There I have inserted Max-All-Session as 9. I deleted it and now the user can log in. Thank you Bishal Hi, I am posting the debug of another user who has same problem: rad_recv: Access-Request packet from

Re: LDAP module problem in 2.0.3

2008-04-17 Thread Alan DeKok
Jason Alderfer wrote: the function ldap_postauth in rlm_ldap.c still looks for Ldap-UserDn in request-packet-vps. The attached patch updates ldap_postauth to check the control items, which solves the problem for me. I assume that's the best way to fix it. I've added the patch, thanks.

Re: LDAP module problem in 2.0.3

2008-04-15 Thread Christian Goebel
Hi Jason, with the answer from Alan we have found the dn-information in the control item. You must use %{control:Ldap-UserDn} instead of %{Ldap-UserDn} Regards, Christan On Monday 14 April 2008 23:18:42 Jason Alderfer wrote: Jason Alderfer wrote: I'm testing upgrading to 2.0.3 from 1.1.7

Re: LDAP module problem in 2.0.3

2008-04-15 Thread Jason Alderfer
Hi Jason, with the answer from Alan we have found the dn-information in the control item. You must use %{control:Ldap-UserDn} instead of %{Ldap-UserDn} Perfect. Unlang works now. Thanks. However, there is still the problem with postauth. the function ldap_postauth in rlm_ldap.c still

LDAP module problem in 2.0.3

2008-04-14 Thread Jason Alderfer
Hello, I'm testing upgrading to 2.0.3 from 1.1.7 and it appears that the LDAP module in 2.0.3 is not setting the Ldap-UserDn in a way that is available for further analysis. The problem shows up when using edir_account_policy_check = yes and PEAP. This is the error from the debug output. +-

Re: LDAP module problem in 2.0.3

2008-04-14 Thread Alan DeKok
Jason Alderfer wrote: Hello, I'm testing upgrading to 2.0.3 from 1.1.7 and it appears that the LDAP module in 2.0.3 is not setting the Ldap-UserDn in a way that is available for further analysis. It's now in the control item list. This should be better documented... If I change it to

Re: LDAP module problem in 2.0.3

2008-04-14 Thread Jason Alderfer
Jason Alderfer wrote: I'm testing upgrading to 2.0.3 from 1.1.7 and it appears that the LDAP module in 2.0.3 is not setting the Ldap-UserDn in a way that is available for further analysis. It's now in the control item list. This should be better documented... But the function

Re: EAP module Problem

2006-03-03 Thread A . L . M . Buxey
Hi, now i have another problem, it seems that the the peap module isnt loading... because when i will compile ./configure rlm_eap_tls or other ssl modules he says me that iv not installed openssl but i have installed it. whats the problem??? /usr/local/openssl i compiled it by myself...

RE: EAP module Problem

2006-03-03 Thread King, Michael
-Original Message- yes ssl, is fun :-) now i have another problem, it seems that the the peap module isnt loading... because when i will compile ./configure rlm_eap_tls or other ssl modules he says me that iv not installed openssl but i have installed it. whats the

Re: EAP module Problem

2006-03-02 Thread Konne
[EMAIL PROTECTED] schrieb: Hi, tls: private_key_file = /etc/lbs-certs/priv-srv.pem tls: certificate_file = /etc/lbs-certs/cert-srv.pem tls: CA_file = /usr/src/802/radius/freeradius-snapshot-20060227/scripts/demoCA/cacert.pem tls: private_key_password =

EAP module Problem

2006-03-01 Thread Konne
hi i ve a problem with the eap module, i think its a problem with the certificate... but i used the CA.all script from freeradius... freeradius:~# freeradius -X Starting - reading configuration files ... reread_config: reading radiusd.conf Config: including file:

Module Problem

2005-12-30 Thread Kai Geek
[EMAIL PROTECTED]:/etc/raddb# radiusd -X Module: Library search path is /usr/local/lib ERROR: Cannot find a configuration entry for module exec. why problem? +-+-+-+ BEGIN PGP SIGNATURE +-+-+-+ Version: GnuPG v1.4.2 (GNU/Linux) .-. .-._ : : : : :_;

passwd module problem

2005-03-24 Thread Zbigniew Zych
Hello, I have such a problem: 1. radiusd.conf passwd admins { filename = format = *User-Name:User-Password } passwd groups { filename = format = =Group-Name:*,User-Name } authorize { preprocess chap mschap eap groups

Re: passwd module problem

2005-03-24 Thread Alan DeKok
Zbigniew Zych [EMAIL PROTECTED] wrote: passwd groups { filename = format = =Group-Name:*,User-Name } The Group Group-Name attributes are for Unix groups. You CANNOT redefine them to be for your own groups. Please read man rlm_passwd, which explains this. Alan

mysql module problem

2004-08-31 Thread Francisco \(IP Intl\)
Hi, im new in the list and i want to share my problem with you. Im trying to authenticate an user and i got this: rlm_sql (sql): Pairs do not match for user [110] rlm_sql (sql): Released sql socket id: 10 modcall[authorize]: module sql returns notfound modcall: group authorize returns ok auth:

Re: billing module problem

2004-05-10 Thread Pablo
this is the original file : # Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $ # # Configuration for the SQL module, when doing H323 VoIP billing. # # The database schema is available at: # # src/radiusd/src/billing/h323_db_postgresql.sql # pgsql-voip { # Database

Re: billing module problem

2004-05-10 Thread Alan DeKok
Pablo [EMAIL PROTECTED] wrote: this is the original file : ... Yes. I'm not an idiot, I can read the files in the archive, just like you can. Quoting them to me is annoying. So... do you intend to follow my instructions, or were they too confusing? Alan DeKok. - List

Re: billing module problem

2004-05-10 Thread Pablo
I'm not trying to annoying you. Just give you as much info as i can to solve the problem ( though that is my configuration error) and give a chance to others to understand better how this stuff works. Though you believe this is a radius expert users list and I'm wrong posting here. Thats is half

Re: billing module problem

2004-05-10 Thread Alan DeKok
Pablo [EMAIL PROTECTED] wrote: I'm not trying to annoying you. Just give you as much info as i can to solve the problem ( though that is my configuration error) You're not listening to me. The problem is that the sample file has a typo. I told you this. I can read the file, too. So

RE: billing module problem

2004-05-09 Thread Pablo Martin
Now I'm confused, last step on the README is include after detail on acc section , pgsql-voip Pablo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan DeKok Sent: Saturday, May 08, 2004 10:32 AM To: [EMAIL PROTECTED] Subject: Re: billing module

Re: billing module problem

2004-05-08 Thread Alan DeKok
Pablo [EMAIL PROTECTED] wrote: I'm trying to install the billing module follow instructions as the README file. i got this msg Module: Instantiated detail (detail) radiusd.conf[9] Failed to link to module 'rlm_pgsql-voip': file not found There is no such module. The issue is that you