Re: Freeradius + Mysql Issues! (Alexander Khoo)

2004-05-29 Thread Dale Tan Lee Cheong
IMHO, If you are validating with MYSQL, the first thing you need to be sure of is what type of password are u validate with? If you are validate it with Unix-based password, the attribute in radcheck is Crypt-Password. Not User-Password otherwise it will intrepret it as clear text. Your MySQL +

Re: Need Assistance please

2004-05-29 Thread Alan DeKok
Rivera, Denis [EMAIL PROTECTED] wrote: Uid=testuser Attribute Value securityRoleUsers Alan DeKok wrote: The value should have the operator in it. e.g. +=Users I would think that's clear. Is the value you've mentioned in the LDAP schema?

Re: LDAP Authentication (MS Windows AD)

2004-05-29 Thread Dustin Doris
Hmmm... Perhaps you should double-check just to make sure. Do you have access to a machine with openldap on it? You could use the ldapsearch command to attempt a bind to AD. It would look something like this: $ ldapsearch -h win-dc.win-dom.ctc.edu -D CN=User\\, Asteroid,OU=System

Re: Radius and SSHD

2004-05-29 Thread Alan DeKok
Mahesh S Kudva [EMAIL PROTECTED] wrote: I am running freeradius 0.9.3 on RH 9. Authentication works fine using the radtest tool. But when I try to set authentication for sshd located under /etc.pam.d/sshd as per the documentation give in the site, freeradius just fails to authenticate.

problems with attr_rewrite

2004-05-29 Thread Ruslan A Dautkhanov
Hello ! For unconditional change Nas-IP-Address to Client-IP-Address I have modules { attr_rewrite set_real_nas_ip { attribute = NAS-IP-Address searchin = packet searchfor = ^.*$ replacewith = %{Client-IP-Address}

invalid ELF header

2004-05-29 Thread amar
RH9 2.4.20-8 no Mysql components Freerdaius-snapshot-20040525 openssl-0.9.7-stable-SNAP-20040508 using for openssl: ./config shared --prfix=/usr/local/openssl make make install freeradius: ./configure --with-openssl-includes=.as per instructions including the wrpper script...run-radius

Help adding users

2004-05-29 Thread Jacob Clausen
Hi group Is there a guide somewhere on how to add users on FreeRADIUS ?? Im new to linux, and radius, and need a completeHOWTO on how to add users. Sorry for the basic question in this forum, but im kind of stuck ! Because so far i discovered its not only in the etc/raddb/users that one

Need help adding users

2004-05-29 Thread Jacob Clausen
Hi group Is there a guide somewhere on how to add users on FreeRADIUS ?? Im new to linux, and radius, and need a completeHOWTO on how to add users. Sorry for the basic question in this forum, but im kind of stuck ! Because so far i discovered its not only in the etc/raddb/users that one

Re: Help adding users

2004-05-29 Thread Alan DeKok
Jacob Clausen [EMAIL PROTECTED] wrote: Is there a guide somewhere on how to add users on FreeRADIUS ?? No. Sorry for the basic question in this forum, but im kind of stuck ! Because so far i discovered its not only in the etc/raddb/users that one would have to add info regarding users, but

Re: Need help adding users

2004-05-29 Thread Michael Griego
Very simply, where you add users depends on where your user information exists. If you user information exists in an LDAP directory, you add them there, if they exists in a database, you add them there, if they exist in the system passwd/shadow files, you add them there. If your user