On Wed, 17 Mar 2004, Nicolas JUSTIN wrote:

>
> > 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 ?

It's a freeradius limitation. Values are parsed/added that way.
>
> --
> Nicolas Justin
>
>
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]       National Technical University of Athens, Greece
Work Phone:             +30 210 7721861
'Go back to the shadow' Gandalf

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

Reply via email to