ldap python, how2?

Michael Ströder michael at stroeder.com
Tue Oct 17 04:45:20 EDT 2000


In article <971767705.395821 at proxy.bos.nl> you wrote:
>
> Could anybody tell me where i can find the documentation of the python-ldap
> module?

See the tex files in Doc/.

> try:
> [..]
> except ldap.LDAPError:
>         pass
> [..]
> I get no error's but after i execute it, it isn't inserted........

Off course you won't get an error if you catch all LDAP-related
exceptions! Try these things manually in the Python interpreter to
get familiar with it.

Ciao, Michael.



More information about the Python-list mailing list