> On Tue, 16 Mar 2004, Nicolas JUSTIN wrote:
>
>> Hello,
>>
>> I try to authorize users through LDAP, and autorize them by CHAP. I
>> added LDAP attributes wich I want to be returned to the NAS in
>> ldap.atttrmap, it works perfectly for single value attribute, but not
>> for multi-attributes values.
>> I read in the archive that I have to add a "+=" operator in
>> ldap.attrmap,
>
> That was never written in the archives. You just need to use the +=
> operator in the attribute *values*. Something like (ldap entries):
>
> uid=myuser,ou=people,dc=mycompany,dc=com
> objectclass: radiusprofile
> myradiusattribute: value1
> myradiusattribute: += value2
> myradiusattribute: += value3

Thanks ! It works great.

Just for my information, is it a FreeRADIUS limitation ? or a LDAP/RADIUS
specification ?

-- 
Nicolas Justin



-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to