On Tue, 22 Feb 2000, Suki Chana wrote:
> I am trying to write an LDAP extension for one of our products. I have
> incorporated your ldap module into this extension to provide the ldap
> services needed by our product. Unfortunately I don't seem to be able to
> find enough detail in your documentation regarding the LDAPError base
> class. Do you have any more details or know where I can find them.
See section 7 of RFC1823. I don't know what the semantics are. They are
simply converted into python exceptions. Perhaps they are better documented
in the OpenLDAP documentation?
The class inheritance heirarchy as I recall is
+ Exception
+ ldap.error
+ ldap.SUCCESS # never raised!
+ ldap.OERATIONS_ERROR
+ ldap.PROTOCOL_ERROR
...
--
David Leonard Dav...@cs...
Dept of Comp. Sci. and Elec. Engg _ Room:78-624 Ph:+61 7 336 52447
The University of Queensland |+| http://www.csee.uq.edu.au/~leonard/
QLD 4072 AUSTRALIA ~` '~ E2A24DC6446E5779D7AFC41AA04E6401
Hey you! Don't disrespect our legal system. Ours is the best legal system
that money can buy. - Anonymous Coward
|