Dialup Admin is working great... I noticed though when you try to search you
can only search by full name, dept , or radius attribute.

Is their a  way to add "USERNAME" as a searchable option...

This is what is in the php currently
<?php
echo <<<EOM
<select name="search_IN" editable onChange="this.form.submit();">
<option $selected[name]  value="name">User Full Name
<option $selected[ou] value="ou">User Department
<option $selected[radius] value="radius">User Radius Attribute
EOM;
?>

I tried adding this line
<option $selected[username] value="username">Username

It shows in the form although it doesn’t work still

I suspect someone already thought of this so I figured  I'de ask..

Thanx
Cris


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.737 / Virus Database: 491 - Release Date: 8/11/2004
 


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

Reply via email to