summaryrefslogtreecommitdiffstats
path: root/ipalib/aci.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/aci.py')
-rwxr-xr-xipalib/aci.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipalib/aci.py b/ipalib/aci.py
index c911da188..93b1c2d1c 100755
--- a/ipalib/aci.py
+++ b/ipalib/aci.py
@@ -253,6 +253,12 @@ class ACI:
# We got this far so lets declare them the same
return True
+ __eq__ = isequal
+
+ def __neq__(self, b):
+ return not self == b
+
+
if __name__ == '__main__':
# a = ACI('(targetattr="title")(targetfilter="(memberOf=cn=bar,cn=groups,cn=accounts ,dc=example,dc=com)")(version 3.0;acl "foobar";allow (write) groupdn="ldap:///cn=foo,cn=groups,cn=accounts,dc=example,dc=com";)')
# print a