ldap

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mr.enx@alice.it

    ldap

    sorry, i'm new with Python.
    I must do interaction beetween Python and Ldap, and I don't know how
    do this.
    Searching on the web I know that exists PythonLdap, but I dont'know if
    this is best choise or not.

    Thank's
  • Diez B. Roggisch

    #2
    Re: ldap

    mr.enx@alice.it wrote:
    sorry, i'm new with Python.
    I must do interaction beetween Python and Ldap, and I don't know how
    do this.
    Searching on the web I know that exists PythonLdap, but I dont'know if
    this is best choise or not.
    Who cares? Use it, and see if it's good enough for your needs. Then, if not,
    see if alternatives are better.

    There seldomly is "the best" if there are several options, because the
    details and quirks of various solutions might appeal to one and repulse
    someone else. But nobody is going to know what *you* like best.

    Diez

    Comment

    • David Harrison

      #3
      Re: ldap

      On 07/04/2008, mr.enx@alice.it <mr.enx@alice.i twrote:
      sorry, i'm new with Python.
      I must do interaction beetween Python and Ldap, and I don't know how
      do this.
      Searching on the web I know that exists PythonLdap, but I dont'know if
      this is best choise or not.
      >
      Thank's
      >
      --

      >
      I've used python-ldap for writing scripts to interact with LDAP
      directories quite a few times, check it out here at the cheeseshop:

      Python modules for implementing LDAP clients

      Comment

      • =?ISO-8859-1?Q?Michael_Str=F6der?=

        #4
        Re: ldap

        mr.enx@alice.it wrote:
        Searching on the web I know that exists PythonLdap, but I dont'know if
        this is best choise or not.
        http://python-ldap.sf.net is the most complete implementation I know of.
        (Being the maintainer I might be biased.) It has the caveat of depending
        on the OpenLDAP client libs and possibly other libs (OpenSSL,
        cyrus-sasl). So generating a binary build can be heavy work. For which
        OSs are you developing and which kind of LDAP servers do you want to access?

        Ciao, Michael.

        Comment

        Working...