From: Jim B. <jbo...@bc...> - 2006-10-26 12:12:00
|
Micheal, my apologies, I wasn't paying attention to the reply behaviour etc I intended it to be on list! That has cracked it, thanks muchly! This Python + LDAP stuff is really quite a powerful tool, and it makes me look good into the bargain ;-) Cheers Jim Michael Ströder wrote: >Jim, > >please stay on the python-ldap-dev mailing list (again Cc:-ed) with your >responses so others can comment as well! > >Jim Boone wrote: > > >>l.simple_bind(dn,oldpass) >>valid=True >>except ldap.LDAPError, e: >>valid=False >>if valid: >>print "****************valid****************" >>else: >>print "--------------- nope ----------------" >> >> > >You probably want to use the synchronous method >l.simple_bind_s(dn,oldpass). simple_bind() returns just a message ID >which you have pass to result(). > >Ciao, Michael. > > > > -- Jim Boone -------------------------------------------- Buckinghamshire Chilterns University College R&D Manager - Information and Communication Technologies Tel: 01494 522141 ext 3569 The myth that Bill Gates has appeared like a knight in shining armor to lead all customers out of a mire of technological chaos neatly ignores the fact that it was he who, by peddling second-rate technology, led them into it in the first place, and continues to do so today. ~Douglas Adams~ |