<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
What?  So, should I change the ldap attribute values with "+=" ???<br>
Any other way?<br>
<br>
kevin<br>
<br>
Dusty Doris wrote:
<blockquote cite="mid20050808120736.D21881@mail.doris.name" type="cite">
  <blockquote type="cite">
    <pre wrap="">Hi

How can I return multiple ldap attributes which have a same name?
For example, I want to get the 'Filter-ID' list from ldap.
Any idea?

Kevin
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I believe you have to put them in ldap with the += value in it.

For example,

radiusFilterId: "+= something"
radiusFilterId: "+= somethingelse"

I can't remember the exact syntax, perhaps someone else can help.


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>