Re: python-ldap wrong auth. after server down

2008-09-26 Thread Michael Ströder
Please don't e-mail me personally. Stay on the mailing list! mete bilgin wrote: > 2008/9/26 Michael Ströder <[EMAIL PROTECTED] > > > > mete bilgin wrote: > > i'm trying to connect ldap into python. when i give it to true > username > > and password, nothi

Re: python-ldap wrong auth. after server down

2008-09-26 Thread Michael Ströder
mete bilgin wrote: > i'm trying to connect ldap into python. when i give it to true username > and password, nothing going wrong...But i try to wrong password ,the > server shutdown...How can i pass that. What does "the server shutdown" mean exactly. Is it stopped? > ps: > ldap_server=ldap.open('

python-ldap wrong auth. after server down

2008-09-26 Thread mete bilgin
Hi all, i'm trying to connect ldap into python. when i give it to true username and password, nothing going wrong...But i try to wrong password ,the server shutdown...How can i pass that. ps: ldap_server=ldap.open('localhost') ldap_server.protocol_version = ldap.VERSION3 try: ldap_server.simpl