add object class violation exception to fakeldap

This commit is contained in:
Vishvananda Ishaya
2010-06-28 14:09:54 -07:00
parent d27ddfed6c
commit a0d7812e23

View File

@@ -37,6 +37,8 @@ MOD_DELETE = 1
class NO_SUCH_OBJECT(Exception):
pass
class OBJECT_CLASS_VIOLATION(Exception):
pass
def initialize(uri):
return FakeLDAP()