Searched defs:LdapException (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/tests/python/sssd/testlib/common/
H A Dexceptions.py47 class LdapException(StandardException): class in inherits:StandardException
H A Dlibdirsrv.py11 from sssd.testlib.common.exceptions import LdapException namespace
199 LdapException
208 raise LdapException('fail to enable TLS, Error:%s' % (ret))
222 raise LdapException('fail to set Server-Cert nick:%s' % (ret))
231 raise LdapException(
242 raise LdapException(
514 except LdapException:

Completed in 18 milliseconds