Re: Can't connect to SNMP agent with SMUX: Connection refused...

2002-02-14 Thread Do-Risika RAFIEFERANTSIARONJY
Chris Parker wrote: > > At 01:32 PM 2/14/2002 +0300, Do-Risika RAFIEFERANTSIARONJY wrote: > > >Hi everybody, > > > >Can someone tell me what this error means ? and what should i do to > >avoid this ? > > Reconfigure and compile without SNMP enabled: > > ./configure --without-snmp > make > mak

Re: prefix/sufix ?

2002-02-14 Thread Yuri Bazhukov
> > >Should I change xlat.c then? > > Only if you really have to. There's probably an existing way to do > what you want, if you can provide some details on what that is. > Thanks for reply, I found that variable (named 'Hint').. It clearly described in hints.conf, but unfortunate

How can I know the freeradius's structure?

2002-02-14 Thread chen jin
I'm studying the sources of Freeradius,but the sources are too many to understand and I don't know how to start. I want to know the structure of Freeradius and the relationship among all the .c files.Where can I find the knowledge and can you help me? thank you. __

Problems with sql

2002-02-14 Thread lance
I think I've finally narrowed my problems down to :- 1. If you use sql for authentication, and an auth-type of local is set because the user is found in the sql table, if you have default auth_type of pam in the users file to pick up system users that arent in the db, the fact that you alrea

Looking for assistance w/ cisco/altiga 3015

2002-02-14 Thread mstockda
I'm attempting to bring up a Cisco/Altiga 3015 VPN concentrator, authenticating off of Freeradius 0.4. I've so far run into and subsequently solved a number of small problems, and rather than continue to poke my way through this setup blindly, I thought I'd ask if anyone on the list has such a

Debug mode with postgresql

2002-02-14 Thread please please
I have installed freeradius 0.4 with postgreSQL. But if I uncomment "sql" in authorize, authenticate and accounting (radiusd.conf), I can not see any RADIUS packet when I execute "radiusd -X" (so I can not know why a request is rejected). What can I do? By the way, I would like to know why the "o

Error: Accounting: logout: entry for NAS ... has wrong ID

2002-02-14 Thread Jeff Barrow
I keep getting these error messages in my new freeradius install... freeradius-snapshot-20020205 rlm_sql_mysql with Mysql 3.23.47 + shared mysqlclient libs This seems to happen ONLY on my ascend boxes, not on my new patton 2996 boxes. I've disabled ASCEND_PORT_HACK (The boxes assign the IP addr

Re: Freeradius and SSH

2002-02-14 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Bona <[EMAIL PROTECTED]> wrote: >I am trying to implement Freeradius in production environment. I have a >couple questions: > >Here is the config: > >1 - Corporate users and bastion host are on different legs of the same >firewall (Same building) >2 - Production

Freeradius and SSH

2002-02-14 Thread Bona
Hi all I am trying to implement Freeradius in production environment. I have a couple questions: Here is the config: 1 - Corporate users and bastion host are on different legs of the same firewall (Same building) 2 - Production Network is on the other side of the firewall and in geograpg

Re: attributes based on NAS

2002-02-14 Thread Matthew Schumacher
Alan, I see the docs you are referring to, but I don't see how that could work in an ldap context... schu Alan DeKok wrote: > Matthew Schumacher <[EMAIL PROTECTED]> wrote: > >>Can you point me to documentation the explains how? >> > > raddb/radiusd.conf, look in the 'detail' section. > >

Re: attributes based on NAS

2002-02-14 Thread Matthew Schumacher
Chris, Thanks for your reply... I don't think this will work with my system because Some-Attribute is coming from LDAP. Basically I need ldap.attrmap changes on a per NAS basis. The changes that I want are not something that will work in a hunt group because I want one NAS to serve a diffren

Re: bug: no default auth port

2002-02-14 Thread Alan DeKok
[EMAIL PROTECTED] (Rainer Clasen) wrote: > if you specify the port in radiusd.conf as 0, the auth port is set after > the configs were read. But while reading the realms file, it is already > used as default. > > You end up with 0 as the auth port for those entries without a :. > > And even more

Re: Diff time

2002-02-14 Thread Alan DeKok
"Theodore Pound" <[EMAIL PROTECTED]> wrote: > I am trying to use 0.4 on a FreeBSD 4.3-Release machine the compile > completes and the server will start and run but after a request or two it > dies :( There are some issues with threading. Upgrade to the latest CVS snapshot, and see if that help

Re: libltdl.so.0 error

2002-02-14 Thread Alan DeKok
"Robert Bess" <[EMAIL PROTECTED]> wrote: > With radius 0.4 on Mandrake 8.1 I get this error after running radiusd: > > /usr/local/sbin/radiusd: error while loading shared libraries: > libltdl.so.0: cannot open shared object file: No such file or directory > > "libltdl.so.0" does exist in /usr/lo

Re: attributes based on NAS

2002-02-14 Thread Alan DeKok
Matthew Schumacher <[EMAIL PROTECTED]> wrote: > Can you point me to documentation the explains how? raddb/radiusd.conf, look in the 'detail' section. The documention may not be extensive or well organized, but most things *are* described somewhere in the configuration files. Alan DeKok.

Strip and NoStrip based on NAS

2002-02-14 Thread Marcelo Ferreira
Hi,     I use the FR server to authenticate 2 local NAS and 1 Proxy Radius (this server received proxied request from a remote server).   the local server doesn't use reams, but the remote does.   I've tried the NOSTRIP option at the clients.conf, HINTS configuration without success.   Does

Re: Can't connect to SNMP agent with SMUX: Connection refused ...

2002-02-14 Thread Chris Parker
At 01:32 PM 2/14/2002 +0300, Do-Risika RAFIEFERANTSIARONJY wrote: >Hi everybody, > >Can someone tell me what this error means ? and what should i do to >avoid this ? Reconfigure and compile without SNMP enabled: ./configure --without-snmp make make install >Can it cause that my Simultaneous-U

Re: attributes based on NAS

2002-02-14 Thread Chris Parker
At 10:14 PM 2/13/2002 -0900, Matthew Schumacher wrote: >Alan, > >Can you point me to documentation the explains how? The users file would be one place. Any attribute that exists in an authentication packet can be used as a Check-Item. IE: DEFAULT Auth-Type := System, NAS-IP-Address == 127.0.0

Re: prefix/sufix ?

2002-02-14 Thread Chris Parker
At 01:16 PM 2/14/2002 +1200, Yuri Bazhukov wrote: > Hello! > > I need variables in config, referring to prefix/sufix. > Checking out xlat.c I didn't found anything.. I'm wrong? Maybe, depends on what you are trying to do. Can you provide some more details? >Should I change xlat

Re: libltdl.so.0 error

2002-02-14 Thread Chris Parker
At 09:03 PM 2/13/2002 -0700, Robert Bess wrote: >With radius 0.4 on Mandrake 8.1 I get this error after running radiusd: > >/usr/local/sbin/radiusd: error while loading shared libraries: >libltdl.so.0: cannot open shared object file: No such file or directory > >"libltdl.so.0" does exist in /usr/l

portslave question, is this alright ??

2002-02-14 Thread Peter Santiago
anyone using portslave? How do I get portslave capture the disconnect message from freeradius... Peter - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Can't connect to SNMP agent with SMUX: Connection refused ...

2002-02-14 Thread Do-Risika RAFIEFERANTSIARONJY
Hi everybody, Can someone tell me what this error means ? and what should i do to avoid this ? Can it cause that my Simultaneous-Use feature does'not work ? Thanx, -- Do-Risika RAFIEFERANTSIARONJY mailto:[EMAIL PROTECTED] Simicro Internet, mailto:[EMAIL PROTECTED], http://in