Make available case insensitive mapping matching
authorSimo Sorce <simo@redhat.com>
Mon, 23 Feb 2015 20:25:09 +0000 (15:25 -0500)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Tue, 24 Feb 2015 15:58:25 +0000 (16:58 +0100)
commit83f4cfcb6ee62348b25f0db9a771a10628fc57a6
tree3ee23ef9523513032962c21692f222fcd5844bfe
parent29542bc6407f06edb5bebedc64b84802f1ccb154
Make available case insensitive mapping matching

If ignore_case is True then the incomping attributes are matched
case-insensitively in the policy engine.
The CAse of the incoming attribute is not changed on wildcard
matches. On ther matches attributes will be replaced according
to the mapping tables and the case used will be that of the
mapped attributes.

Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
ipsilon/util/policy.py