Accounting with Oracle and stored procedures

2007-10-10 Thread Tore Anderson
tried changing from FUNCTION to PROCEDURE, but no change in behaviour. Anyone here had similar problems? I'm thankful for any suggestions! Regards -- Tore Anderson - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Script to encrypt/decrypt User-Password

2005-07-19 Thread Tore Anderson
* Alan DeKok See src/lib/radius.c It should be a matter of a few minutes to add a wrapper around that. If only my C was a little less rusty than what it actually is, it might have been. :-( I'll see what I can do, though. Thanks for the tip. Regards -- Tore Anderson - List

Re: Adding a binary null to a value using attr_rewrite

2005-07-19 Thread Tore Anderson
interpreting the encryption of User-Password as well. * Tore Anderson Adding that null-byte to the replacewith string doesn't seem to work, unfortunately. At least not in any way I've tried - but the RFC mandate that a server implementation should handle null-bytes, so I would think there has

Re: Script to encrypt/decrypt User-Password

2005-07-19 Thread Tore Anderson
* Tore Anderson If only my C was a little less rusty than what it actually is, it might have been. :-( I'll see what I can do, though. Thanks for the tip. I gave up, but fortunately found a Perl module which helped out. I'm attaching the script I wrote here in case someone else

Re: Adding a binary null to a value using attr_rewrite

2005-07-18 Thread Tore Anderson
* Tore Anderson If I add a verbatim null-byte in radiusd.conf * Alan DeKok Huh? You don't configure reply attributes in radiusd.conf Sure I do. Relevant parts of my radiusd.conf: modules { attr_rewrite add_class { attribute = Class searchfor = ignored searchin

Script to encrypt/decrypt User-Password

2005-07-18 Thread Tore Anderson
Hi. Does anyone have a script that implements the encrypting/ decrypting algorithm of User-Password that they'd like to share? I want to be able to input the Authenticator, shared secret, a password, and then get the encrypted password in return (or vice verca). Thanks -- Tore Anderson

Adding a binary null to a value using attr_rewrite

2005-07-15 Thread Tore Anderson
interprets it at some point as the string terminator). If I write \0 instead, it is simply ignored. Does someone know how to accomplish this? Thanks -- Tore Anderson - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Conditional proxy based on LDAP lookups

2005-01-20 Thread Tore Anderson
* Tore Anderson I want to implement a setup where FreeRADIUS uses LDAP as the primary authentication back-end. However, if an LDAP attribute named radiusProxy (or similar) is returned, I want to proxy the request to the host found described in that attribute. * Alan DeKok Edit

Re: Freeradius-Users -- confirmation of subscription -- request 974163

2005-01-19 Thread Tore Anderson
email interfaces, since that usually leaves the subject line in the right form.) If you do not wish to subscribe to this list, please simply disregard this message. Send questions to [EMAIL PROTECTED] -- Tore Anderson - List info/subscribe/unsubscribe? See http://www.freeradius.org

Conditional proxy based on LDAP lookups

2005-01-19 Thread Tore Anderson
clever suggestions for me? Thanks, -- Tore Anderson - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html