<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
But, I am still interested in the way returning multiple attributes
without changing ldap data.<br>
I thought there must be a way.  <br>
<br>
kevin<br>
<br>
Dusty Doris wrote:
<blockquote cite="mid20050809115956.M40106@mail.doris.name" type="cite">
  <pre wrap="">On Tue, 9 Aug 2005, kevin wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">What?  So, should I change the ldap attribute values with "+=" ???
Any other way?

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yep, it works.

I did a test, with this DN only one filter-id was returned.

dn: uid=dustytest,ou=users,ou=radius,dc=test,dc=com
objectClass: radiusprofile
userPassword:: ZHVzdHl0ZXN0
radiusGroupName: dial
radiusGroupName: adsl
uid: dustytest
radiusFilterId: filter1
radiusFilterId: filter2

Received response ID 210, code 2, length = 59
        Framed-Routing = None
        Framed-IP-Netmask = 255.255.255.0
        Framed-Protocol = PPP
        Service-Type = Framed-User
        Filter-Id = "filter1"


With this dn, both were returned (note there were no quotes in it - that
didn't work)

dn: uid=dustytest,ou=users,ou=radius,dc=test,dc=com
objectClass: radiusprofile
userPassword:: ZHVzdHl0ZXN0
radiusGroupName: dial
radiusGroupName: adsl
uid: dustytest
radiusFilterId: += filter1
radiusFilterId: += filter2

Received response ID 214, code 2, length = 68
        Framed-Routing = None
        Framed-IP-Netmask = 255.255.255.0
        Framed-Protocol = PPP
        Service-Type = Framed-User
        Filter-Id = "filter1"
        Filter-Id = "filter2"


List info/subscribe/unsubscribe? See <a class="moz-txt-link-freetext" href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a>

  </pre>
</blockquote>
<br>
</body>
</html>