ldap group filter

Ivan Mate mateivan at yahoo.com
Sun May 8 18:30:32 CEST 2011


Hi Phil,

Now is working as expected . You are a good man.


Thank You



________________________________
From: Phil Mayers <p.mayers at imperial.ac.uk>
To: freeradius-users at lists.freeradius.org
Sent: Sunday, 8 May 2011, 18:17
Subject: Re: ldap group filter

On 05/08/2011 04:19 PM, crzrobot wrote:
> Hi Phil,
> Thank You for the response. Your input helps a lot.
> 
> I did the modifications you suggested but the fetching of the variable
> is done too late. When the checking of the group is done, the
> %{control:Ldap-UID} comes empty, but is fetched later. If you see bellow
> the freeradius output.
> 
> There could be a possibility that %{control:Ldap-UID} be filled before
> the group test?

Sure. Move the "ldap" module before the "files" module, like so:

authorize {
...
ldap
files
...
}
-
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/20110508/020cfb1c/attachment.html>


More information about the Freeradius-Users mailing list