>If there's no way to avoid listing all four ldap servers, There is no way of check something without checking it.
>I'm going to >have to have probably 25 huge IF statements in order to get the profile >set correctly in my radius config. Perhaps organize users better not to have so many different profiles. >I've already re-done my users file >to list all four servers, and it's a bit laborious to do, and it seems >like there'd be a better way. > If checking statements for ldap groups are identical and only thing that changes is server number (1, 2, 3, 4) you can create a for loop in perl and check all four servers with one set of statements. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

