I used DES_cbc_encrypt() but Freeradius crashes during execution indicating : symbol lookup error undefined symbol : DES_cbc_encrypt is it a problem of linking with openssl ! Ashola Steven Simon <simon.s@apple.com> wrote: I think the most standard lib is OpenSSL. If you link to libcrypto then you can use #include <openssl/des.h> - Steve On Apr 12, 2007, at 9:04 AM, ashola ashola wrote: is there a lib with FreeRadius to make a DES encryption ? Thanks in advance Ashola --------------------------------- No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started.- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html --------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.
yes, that's correct. On April 13, 2007 3:18:03 AM -0700 ashola ashola <ashola2007@yahoo.com> wrote:
I used DES_cbc_encrypt() but Freeradius crashes during execution indicating :
symbol lookup error undefined symbol : DES_cbc_encrypt
is it a problem of linking with openssl !
Ashola
Steven Simon <simon.s@apple.com> wrote: I think the most standard lib is OpenSSL. If you link to libcrypto then you can use # include <openssl/des.h>
- Steve
On Apr 12, 2007, at 9:04 AM, ashola ashola wrote:
is there a lib with FreeRadius to make a DES encryption ?
Thanks in advance
Ashola
--------------------------------- No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started.- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
--------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.
Hi, everyone So, I'm currious is't possible to update clients.conf dynamicly? I mean, the following thing.. I'm using web frontend and some backend that uses database (Oracle in my case), and create new NAS device profile using this web frontend.. Ok, when all DDL operations (insertions into database, a bunch of checks, etc..) completed successully, I need to update clients.conf, or else, FreeRadius deny an access to context from given, created NAS.. And, course clients.conf automaticly updated under the backend control. So, all I need is to reload radius server. But, reloading is not good idea, because of all previous running sessions will be stopped and context will be removed.. So, any idea to make the reload without removing the running context? Or, something else? As an idea I'm imaging the picture - to make some database support for freeradius server.. I mean in addition to clients.conf checks to try to implement database checks for NAS. So, may it be somebody knows, is't good idea? But, dynamic NAS update is the matter of fact.. Best regards, Steve
Steve wrote:
So, I'm currious is't possible to update clients.conf dynamicly?
Yes. See a recent email from Kostas on -users explaining why this is hard.
But, reloading is not good idea, because of all previous running sessions will be stopped and context will be removed..
This matters only for EAP, which has many round trips. For other kinds of authentication, and for accounting sessions, restarting the server from scratch has minimal side effects.
So, any idea to make the reload without removing the running context?
It's a topic the developers have been trying to solve for a long time.
Or, something else? As an idea I'm imaging the picture - to make some database support for freeradius server.. I mean in addition to clients.conf checks to try to implement database checks for NAS. So, may it be somebody knows, is't good idea? But, dynamic NAS update is the matter of fact..
Dynamically querying the NAS on each RADIUS request is expensive, and opens the server to DoS attacks. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
I added rlm_LDFLAGS = -lssl to Makefile of the module but always the problem persists ... do u have an idea how to link with openssl ? Thanks Ashola Frank Cusack <fcusack@fcusack.com> wrote: yes, that's correct. On April 13, 2007 3:18:03 AM -0700 ashola ashola wrote:
I used DES_cbc_encrypt() but Freeradius crashes during execution indicating :
symbol lookup error undefined symbol : DES_cbc_encrypt
is it a problem of linking with openssl !
Ashola
Steven Simon wrote: I think the most standard lib is OpenSSL. If you link to libcrypto then you can use # include
- Steve
On Apr 12, 2007, at 9:04 AM, ashola ashola wrote:
is there a lib with FreeRadius to make a DES encryption ?
Thanks in advance
Ashola
--------------------------------- No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started.- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
--------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html --------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.
-lcrypto On April 15, 2007 1:20:21 AM -0700 ashola ashola <ashola2007@yahoo.com> wrote:
I added rlm_LDFLAGS = -lssl to Makefile of the module but always the problem persists ... do u have an idea how to link with openssl ?
Thanks
Ashola
Frank Cusack <fcusack@fcusack.com> wrote: yes, that's correct.
On April 13, 2007 3:18:03 AM -0700 ashola ashola wrote:
I used DES_cbc_encrypt() but Freeradius crashes during execution indicating :
symbol lookup error undefined symbol : DES_cbc_encrypt
is it a problem of linking with openssl !
Ashola
Steven Simon wrote: I think the most standard lib is OpenSSL. If you link to libcrypto then you can use # include
- Steve
On Apr 12, 2007, at 9:04 AM, ashola ashola wrote:
is there a lib with FreeRadius to make a DES encryption ?
Thanks in advance
Ashola
--------------------------------- No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started.- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
--------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
--------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.
participants (4)
-
Alan DeKok -
ashola ashola -
Frank Cusack -
Steve