Penguins Unbound
Penguins Unbound > Past Meetings > 20090926 - LDAP Enterprise Authentication > 19 - FreeRadius

19 - FreeRadius

Page last modified 16:31, 21 Dec 2011 by goeko
    Table of contents
    1. 1. Installation
    2. 2. Configuration
    3. 3. Links

    Installation

     

    Using Ubuntu you just need to add a package

    sudo apt-get install freeradius-ldap

     

     

    Configuration

     

    Much of the configuration is done for you, but you will still need to some.

     

    Set the parameters you need set in the modules ldap section.

    modules {

     

    Enable ldap authorization in the authorize section by uncommenting ldap.

    #  Make *sure* that 'preprocess' comes before any realm if you
    #  need to setup hints for the remote radius server
    authorize {
            #
    ...
            #
            #  The ldap module will set Auth-Type to LDAP if it has not
            #  already been set
            ldap
    ...
    }

     

     

    Links

    Here is a message thread where some using LDAP radius describes (with config file examples)

          http://lists.cistron.nl/pipermail/freeradius-users/2007-September/msg00204.html

    Powered by MindTouch Core