On 03/14/2013 01:20 PM, [email protected] wrote:
i put on LDAP (/module)
password_attribute = userPassword

and now works fine... almost :S
he only works with plaintext password, how i change that to use MD5
passwords?

You need to understand the information found here:

http://deployingradius.com/documents/protocols/

You also need to understand the difference between using LDAP as an authentication data store (credential storage) and as an authentication oracle (i.e. authentication proxy).

You also need to understand that the authorize step passes the incoming request to each module in the authorize section where the module is given a chance to examine the request and decide if it's capable of handling it, this is how the Auth-Type is set. Which modules are defined and their order is significant. This is documented in the raddb/sites-enabled/default config which is a recommended configuration.

Until you have these concepts firmly under your grasp you'll likely be frustrated trying to modify the configuration.


--
John Dennis <[email protected]>

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to