Re: 2.0.5 on Solaris with openssl 0.9.8h [SEC=UNCLASSIFIED]

2008-08-18 Thread Rafiqul Ahsan
it likes , and ONLY likes libssl.so.0.9.7, and libcrypto.so.0.9.7 at /usr.sfw/lib ... Rafi On 8/18/08, Alan DeKok [EMAIL PROTECTED] wrote: Rafiqul Ahsan wrote: ... The issue is why Freeradius radiusd is looking for object libssl.so.0.9.7 libcrypto.so.0.9.7, Because of the linker. This has

Re: 2.0.5 on Solaris with openssl 0.9.8h

2008-08-17 Thread Rafiqul Ahsan
lrwxrwxrwx 1 root root 9 Aug 1 09:54 src - share/src drwxr-xr-x 6 root bin 512 Aug 1 09:54 swat On 8/17/08, Alan DeKok [EMAIL PROTECTED] wrote: Rafiqul Ahsan wrote: Looks like I Freeradius still built with openssl 0.9.7 at /usr/swf...here is the ldd output

Re: 2.0.5 on Solaris with openssl 0.9.8h

2008-08-17 Thread Rafiqul Ahsan
: Rafiqul Ahsan wrote: Ok, I tried as follows : ... Still ldd /usr/local/sbin/radiusd shows the shared object from /usr/sfw/lib/*0.9.7 Then the issue is that the linker is linking against libssl.so, and not libssl.so.0.9.8. This means that at run-time, /usr/sfw/lib is found *before* /usr

Re: 2.0.5 on Solaris with openssl 0.9.8h [SEC=UNCLASSIFIED]

2008-08-17 Thread Rafiqul Ahsan
/libcrypto.so.0.9.7 On 8/17/08, Ranner, Frank MR [EMAIL PROTECTED] wrote: UNCLASSIFIED -Original Message- From: [EMAIL PROTECTED] eradius.org [mailto:freeradius-users- [EMAIL PROTECTED] On Behalf Of Rafiqul Ahsan Sent: Monday, 18 August 2008 07:21 To: FreeRadius users mailing list

Re: 2.0.5 on Solaris with openssl 0.9.8h

2008-08-16 Thread Rafiqul Ahsan
PROTECTED] wrote: Rafiqul Ahsan wrote: Hi Alan, and All, Well, I believe I have linked Freeradius 2.0.5 with the right openssl (0.9.8h) now by adding below env variables(my build logs also says that linked with -L/usr/local/ssl/lib). However I still see the same error while using sha256

Re: 2.0.5 on Solaris with openssl 0.9.8h

2008-08-16 Thread Rafiqul Ahsan
ranlib .libs/libltdl.a creating libltdl.la Assuming you have run make install, what does ldd /your/path/to/libltdl.so return? -- REALITY.SYS not found: Universe halted. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Rafiqul Ahsan - List info

Re: 2.0.5 on Solaris with openssl 0.9.8h

2008-08-16 Thread Rafiqul Ahsan
.0.9.7 libcrypto_extra.so.0.9.7 = /usr/sfw/lib/libcrypto_extra.so.0.9.7 libm.so.2 = /lib/libm.so.2 /platform/SUNW,Sun-Fire-V210/lib/libc_psr.so.1 /platform/SUNW,Sun-Fire-V210/lib/libmd_psr.so.1 On 8/16/08, Rafiqul Ahsan [EMAIL PROTECTED] wrote: Here

Re: 2.0.5 on Solaris with openssl 0.9.8h

2008-08-14 Thread Rafiqul Ahsan
= SSL_CTX_new(meth); On 8/14/08, Alan DeKok [EMAIL PROTECTED] wrote: Rafiqul Ahsan wrote: I tried to install the openssl from Sunware, but it installs at /usr/local/ssl directory. Somehow (could not figure out how) the freeradius build process linking with the Solaris prebuilt openssl library

Re: 2.0.5 on Solaris with openssl 0.9.8h

2008-08-13 Thread Rafiqul Ahsan
] wrote: Rafiqul Ahsan wrote: I am facing some challenges on building Freeradius 2.0.5 (Solaris OS) with openssl version 0.9.8h. The Solaris 10 come with prebuilt openssl version, and found at /usr/sfw/bin/openssl, version 0.9.7d. Prior to building freeradius I built newer version openssl

2.0.5 on Solaris with openssl 0.9.8h

2008-08-12 Thread Rafiqul Ahsan
(ssl_lib.o) unknown 0x40 /usr/local/ssl/lib/libssl.a(ssl_lib.o) On 8/7/08, Rafiqul Ahsan [EMAIL PROTECTED] wrote: I changed the Makefile for random file creation step (as a fix for my earlier posted error)... This is what I found at Makefile : random

Re: 2.0.5 on Solaris, openssl 0.9.8h --- does support sha256 ?

2008-08-09 Thread Rafiqul Ahsan
succeded but I ./radiusd -X giving me symbol reference error. On 8/9/08, Alan DeKok [EMAIL PROTECTED] wrote: Rafiqul Ahsan wrote: I have tested authentication works with my existing certs. When I load the new certs (sha256), and I see below error at radiusd -X I am using FreeeRadius 2.0.5

Re: 2.0.5 on Solaris, openssl 0.9.8h --- does support sha256 ?

2008-08-09 Thread Rafiqul Ahsan
Alan, Never mind. I got this fixed by going through the source code and found that the function does only few checkings, like certs path where I found the issues. Thanks, again and hope that this patch I applied will help to support sha256-rsa Thanks Rafi On 8/9/08, Rafiqul Ahsan [EMAIL

Re: 2.0.5 on Solaris, openssl 0.9.8h --- does support sha256 ?

2008-08-08 Thread Rafiqul Ahsan
, Rafiqul Ahsan [EMAIL PROTECTED] wrote: I changed the Makefile for random file creation step (as a fix for my earlier posted error)... This is what I found at Makefile : random: @if [ -e /dev/urandom ] ; then \ dd if=/dev/urandom of=./random count=10 /dev/null 21

Re: 2.0.5 on Solaris

2008-08-07 Thread Rafiqul Ahsan
1 On 8/7/08, Alan DeKok [EMAIL PROTECTED] wrote: Rafiqul Ahsan wrote: Thanks, I was able to build freeradius 2.0.5 on Solaris 10. However, server is not running, and I see below error when I run radiusd -X. Here is the output. ... make_cert_command = /usr/local/etc/raddb/certs

Re: 2.0.5 on Solaris

2008-08-07 Thread Rafiqul Ahsan
./random; \ fi I Changed to ... random date ./random; That solved my earlier problem, and now my server is listening. Thanks, Rafi On 8/7/08, Rafiqul Ahsan [EMAIL PROTECTED] wrote: I see below error when I execute bootstrap bash-3.00# /usr/local/etc/raddb/certs/bootstrap

Re: 2.0.5 on Solaris

2008-08-06 Thread Rafiqul Ahsan
for module eap /usr/local/etc/raddb/sites-enabled/inner-tunnel[223]: Failed to find module eap. /usr/local/etc/raddb/sites-enabled/inner-tunnel[176]: Errors parsing authenticate section. } } Errors initializing modules On 7/27/08, Alan DeKok [EMAIL PROTECTED] wrote: Rafiqul Ahsan wrote: Can

2.0.5 on Solaris

2008-07-27 Thread Rafiqul Ahsan
Can anyone suggest the documents/wiki for installation steps for Freeradius 2.0.5 on Solaris ? -- Rafiqul Ahsan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

EAP-TLS authentication error

2006-12-16 Thread Rafiqul Ahsan
check_cert_cn = %{User-Name} } } users : rafi Auth-Type := EAP -- Rafiqul Ahsan630-717-1698(h) 2120 Periwinkle Ln 630-689-1457(h) Naperville, IL 60540847-812-6176(c) - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

EAP-TTLS success

2006-10-24 Thread Rafiqul Ahsan
Hi all, I found the issue for below error EAP-request timed out OR EAP-response to an unknown EAP-request --- NAS was not responding with the state attribute received from radius server. As soon as we fixed this at NAS, it went through all the steps required to authenticate an user using

Re: EAP-TTLS problem at phase 1

2006-10-21 Thread Rafiqul Ahsan
request 1 ID 3 with timestamp 45394f9b^M Nothing to do. Sleeping until we see a request.^Mexit^M On 10/21/06, K. Hoercher [EMAIL PROTECTED] wrote: Hi,as mentioned in various places in the documentation and countlesstimes on this list: On 10/21/06, Rafiqul Ahsan [EMAIL PROTECTED] wrote: Here is my users

Re: EAP-TTLS problem at phase 1

2006-10-21 Thread Rafiqul Ahsan
Hello Hoercher, Please see below answers/questions (in red):ok, i played around a bit and found EAP-TTLS working with noparticular problems.On 10/21/06, Rafiqul Ahsan [EMAIL PROTECTED] wrote: testuser User-Password := testuserlooks ok, but I'm not absolutely sure about the quotation marks forthe

EAP-TTLS problem at phase 1

2006-10-20 Thread Rafiqul Ahsan
Hi all, I have been trying to figure this out for couple days, but could not get any clue. My test is about authentication with EAP-TTLS/MSCHAPV2. I am using freeradius v - 1.1.3, on Solaris 10. No matter what I do, I get rlm_eap: Either EAP-request timed out OR EAP-response to an unknown

AAA configuration for given attributes - need help please !!!

2006-09-15 Thread Rafiqul Ahsan
Hi, I am new to this AAA freeradius area, I need to configure the AAA radius server for following mentioned attributes according to the message, Access-req, Access-Accept, and Access-Challenge, and Access-Reject (pls see below). Also, I looked at the configuration files at radius server like

Re: AAA configuration for given attributes - need help please !!!

2006-09-15 Thread Rafiqul Ahsan
and radiusd.conf - not finding much...because of my lack of experiance... Hope that clarify the problem. Thanks rafi On 9/15/06, Peter Nixon [EMAIL PROTECTED] wrote: On Fri 15 Sep 2006 20:27, Alan DeKok wrote: Rafiqul Ahsan [EMAIL PROTECTED] wrote: I am new to this AAA freeradius area, I need

Re: 1.1.3 on Solaris 10 (sparc)

2006-09-06 Thread Rafiqul Ahsan
to the wiki as well. Lin On 9/6/06, Rafiqul Ahsan [EMAIL PROTECTED] wrote: Thanks to Lin, Mercel, and Rob for your input. I am not sure about Mercel's comment on value of AR, this has been set to false in the Makefile at libltdl/ directory (where it actually fails). The question is what value should

Free Radius make error with Sol10

2006-09-05 Thread Rafiqul Ahsan
Hi, Following error I am getting when i try to make the free radius on Solaris 10. I am following direction as stated from link http://wiki.freeradius.org/index.php/Build I installed following packages as suggested in the above link : libgcc-3.3-sol10-sparc-local.gz

freeradius-1.1.2 install question on Solaris 10 (SPARC)

2006-07-31 Thread Rafiqul Ahsan
I am trying to install freeradius-1.1.2 on Solaris 10. I noticed that it requires to have open ssl installed on the system, and the Solaris 10 that I am working on has already installed open SSL as follows : /usr/local/ssl/lib# ls -altotal 11884drwxr-xr-x 4 root bin 512 Apr 21 09:01 .drwxr-xr-x