Re: LDAP Authentication: filter problem

2007-12-01 Thread Alan DeKok
Carlos Parada wrote: ... filter = ((uid=%{User-Name})(radiusServiceInfo=%{Service-Info})) The problem is that when Service-Info doesn't come in the Radius packet (because is not mandatory for me), it doesn't work, See doc/variables.txt for how to deal with attributes that don't exist, and

LDAP Authentication: filter problem

2007-11-30 Thread Carlos Parada
Hi all, I'm using an LDAP-based authentication. I'd have a simple (typical filter) like this filter = uid=%{User-Name} Now, in addition, I'd need to authenticate based on a Service-Info attribute. So I need something like filter = ((uid=%{User-Name})(radiusServiceInfo=%{Service-Info})) The