different LDAP settings for each client/site

Herbert Fischer herbert.fischer at gmail.com
Fri May 13 21:32:17 CEST 2011


Thanks Phil!

On Fri, May 13, 2011 at 3:43 PM, Phil Mayers <p.mayers at imperial.ac.uk>wrote:

> On 05/13/2011 07:34 PM, Herbert Fischer wrote:
>
>  if (ldap_group-LDAP-Group != "somegroup") {
>>
>
> You can't do this.
>
> You can only test for group membership i.e.
>
>
> if (ldap_group-LDAP-Group == somegroup) {
>  # do nothing
> }
> else {
>  # ...whatever
> }
>
> The != and other operators don't work for the virtual attribute
> "LDAP-Group"
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20110513/9bac7b56/attachment.html>


More information about the Freeradius-Users mailing list