Jorge Alberto Diaz Orozco wrote:
> hi there.
> I'm working with python ldap and I need to authenticate my user.
> this is the code I'm using.
>
> import ldap
> ldap.set_option(ldap.OPT_REFERRALS,0)
> ldap.protocol_version = 3
> conn = ldap.initialize("ldap://ldap.domain.cu";)
> conn.simple_bind_s(
hi there.
I'm working with python ldap and I need to authenticate my user.
this is the code I'm using.
import ldap
ldap.set_option(ldap.OPT_REFERRALS,0)
ldap.protocol_version = 3
conn = ldap.initialize("ldap://ldap.domain.cu";)
conn.simple_bind_s("u...@domain.cu","password")
every time I do this
Perrin Aybara wrote:
> my code was working pretty well until yesterday.suddenly it started
> giving me bind error: address already in use.
google has the details:
http://hea-www.harvard.edu/~fine/Tech/addrinuse.html
> but i have logged out and again logged in, but still the probl
Perrin Aybara wrote:
hi..
my code was working pretty well until yesterday.suddenly it started
giving me bind error: address already in use.
but i have logged out and again logged in, but still the problem is not solved
can somebody give me solution for this
thankx
perrin
Next time, please ask a
Title: RE: bind error!
[Perrin Aybara]
#- my code was working pretty well until yesterday.suddenly it started
#- giving me bind error: address already in use.
#- but i have logged out and again logged in, but still the
#- problem is not solved
#- can somebody give me solution for this
hi..
my code was working pretty well until yesterday.suddenly it started
giving me bind error: address already in use.
but i have logged out and again logged in, but still the problem is not solved
can somebody give me solution for this
thankx
perrin
--
http://mail.python.org/mailman/listinfo