26 Sep
2006
26 Sep
'06
5:15 a.m.
Le Mon, Sep 25, 2006 at 09:28:52PM +0200, srg krn ecrivait:
Hello:
I have a freeradius proxy working fine with one realm (radgroup) defined in proxy.conf. If it receives a query for user@radgroup if "sends" to another radius server striping the "@radgroup" from username and all is OK.
Now, I need that if a query for "user2@ldapgroup" arrives, then freeradius will send it to an ldap server.
It is possible to configure a realm with "type=ldap" or something like this?
Configure the realm 'ldapgroup' in proxy.conf and set authhost to LOCAL, then you can grant acces to your users via LDAP. Regards, Fox.