case insensitive AttributeValueRegex permit value rules?

Tom Zeller tzeller at dragonacea.biz
Wed Apr 2 14:09:26 EDT 2014


>>Is it possible to use a case insensitive match when defining a
>>AttributeValueRegex policy requirement rule?
>
> I don't see anything in the schema.

Late, I know, but try prefixing the regex with "(?i)", e.g. regex="^(?i)regex$"


More information about the users mailing list