Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #46018 > unrolled thread

RE: authentication with python-ldap

Started by"Joseph L. Casale" <jcasale@activenetwerx.com>
First post2013-05-25 18:25 +0000
Last post2013-05-25 18:25 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  RE: authentication with python-ldap "Joseph L. Casale" <jcasale@activenetwerx.com> - 2013-05-25 18:25 +0000

#46018 — RE: authentication with python-ldap

From"Joseph L. Casale" <jcasale@activenetwerx.com>
Date2013-05-25 18:25 +0000
SubjectRE: authentication with python-ldap
Message-ID<mailman.2149.1369506325.3114.python-list@python.org>
> I have been doing the same thing and I tried to use java for testing the credentials and they are correct. It works perfectly with java.
> I really don´t know what we´re doing wrong.
>
>
> You are accessing a protected operation of the LDAP server
> and it (the server) rejects it due to invalid credentials.
> You may have forgotten to pass on credentials (e.g. a password)
> or the credentials do not fit to the specified user
> (maybe the user does not exist at all).

Depending on the directory (which we don't know) and the code as well, the way you auth
might be the problem. Possibly Java met the directory requirements with the methods you
used whereas they did not with Python given your code.

For example, certain operations in AD require specific transports to be used...

jlc

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web