Archive for the 'Database' Category

 

 

Oct 04 2009

Compiling Freeradius with Oracle Support

Published by under Freeradius,Oracle

Compilation Error? The Oracle client being installed (11g R2 in my setup), Freeradius doesn’t seem to find Oracle headers. I get the following error message: Error compiling Oracle/Freeradius configure: WARNING: oracle headers not found. Use –with-oracle-home-dir=<path>. configure: WARNING: silently not building rlm_sql_oracle. configure: WARNING: FAILURE: rlm_sql_oracle requires: oci.h.   Specifying the path to –with-oracle-home-dir doesn’t […]

No responses yet

Aug 29 2008

Restrict LDAP / NIS User Access on Unix

Published by under Ldap,Linux

A lot of networks use LDAP or NIS to authenticate users on Linux servers and any Unix flavours. There is no policy control by default and all users in the central LDAP database have access to all servers.Access can be restricted to some of the accounts adding them into the default passwd file if the […]

No responses yet

Jul 26 2008

Mysql Ultra-Fast Backup with LVM

Published by under Backup,Mysql

It is generally good practice to respect the two following rules when backing up databases. The backup has to be: consistent fast Consistency is easily achieved putting a read lock on all tables beforehand. However, this isn’t always applied, and WILL definitely lead to a database integrity problem when restoring.Once a lock has been set […]

No responses yet

Jun 11 2007

Mysql Traffic Encryption with OpenSSL

Published by under Freeradius,Mysql

This is related to Freeradius software but can be applied to any application that needs to encrypt Mysql traffic. Freeradius is compliant to Radius protocol characteristics, which give ability to accomplish various actions, such as authenticate users. Number of caveats have been found, not related to the software but to the protocol. Joshua Hill from […]

No responses yet

May 07 2007

Mysql or Postgres for Freeradius?

Published by under Freeradius,Mysql,Postgresql

We are not trying to build a full comparative of Mysql and Postgresql in this article. This subject has been discussed many times and everyone has his own opinion on this. Some directions may be given and only a few critirias will be analysed to be used with Freeradius. Criteria If we check what’s already […]

No responses yet

« Prev - Next »