20 Jul
2005
20 Jul
'05
12:28 p.m.
Stefan Winter <freeradius-users-ml@stefan-winter.de> wrote:
So far I mapped "Department" as a checkItem to one of our Vendor-Specific attributes in ldap.attrmap and _wanted_ to do regexp matching in the users file for that Vendor-Specific attribute after authorize->ldap passed through. DEFAULT Our-Vendor-Specific-Thing =~ [^7].*, Auth-Type := Reject
The "users" file doesn't do comparisons to check items very well. In the CVS head, the policy module can do this. You may be able to back-port it to 1.0.x. Alan DeKok.