|
|
Penguins Unbound > Past Meetings > 20090926 - LDAP Enterprise Authentication > 19 - FreeRadius
19 - FreeRadiusTable of contents
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
...
}
LinksHere 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 |