python-ldap and Sun ONE Directory server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Micha³ Kurowski

    python-ldap and Sun ONE Directory server

    Hi,

    I'd like to ask you whether anyone have built python-ldap against
    Sun ONE Directory v5.2 on a Solaris 9.

    Seems developers do not support such config, but many places on the
    web suggest it *is* possible and I would be a major pitta if I had
    to kick out my Ldap server now ...

    I've got python-ldap-2.0.0pre20 and use gcc 3.3.1. It complains
    "ldap_schem a.h" cannot be found - and in fact Sun does not have any
    include file of that name.

    I just hope it is actually possible ...

    --
    Michal Kurowski
    <mkur@poczta.ga zeta.pl>
  • Cameron Laird

    #2
    Re: python-ldap and Sun ONE Directory server

    In article <c42jdq$d5g$1@a chot.icm.edu.pl >,
    Micha³ Kurowski <mkur@poczta.ga zeta.pl> wrote:[color=blue]
    >Hi,
    >
    >I'd like to ask you whether anyone have built python-ldap against
    >Sun ONE Directory v5.2 on a Solaris 9.
    >
    >Seems developers do not support such config, but many places on the
    >web suggest it *is* possible and I would be a major pitta if I had
    >to kick out my Ldap server now ...
    >
    >I've got python-ldap-2.0.0pre20 and use gcc 3.3.1. It complains
    >"ldap_schema.h " cannot be found - and in fact Sun does not have any
    >include file of that name.
    >
    >I just hope it is actually possible ...[/color]

    Comment

    • Tim Hoffman

      #3
      Re: python-ldap and Sun ONE Directory server

      I have built python ldap on Solaris 9 and used it to access
      SunOne Directory Server, but I have to admit I built the
      python-ldap client library against a dist of OpenLDAP first.

      T




      Cameron Laird wrote:[color=blue]
      > In article <c42jdq$d5g$1@a chot.icm.edu.pl >,
      > Micha³ Kurowski <mkur@poczta.ga zeta.pl> wrote:
      >[color=green]
      >>Hi,
      >>
      >>I'd like to ask you whether anyone have built python-ldap against
      >>Sun ONE Directory v5.2 on a Solaris 9.
      >>
      >>Seems developers do not support such config, but many places on the
      >>web suggest it *is* possible and I would be a major pitta if I had
      >>to kick out my Ldap server now ...
      >>
      >>I've got python-ldap-2.0.0pre20 and use gcc 3.3.1. It complains
      >>"ldap_schema. h" cannot be found - and in fact Sun does not have any
      >>include file of that name.
      >>
      >>I just hope it is actually possible ...[/color]
      >
      > .
      > .
      > .
      > At least one of us is confused, or at least misinterpreting .
      > Briefly, LDAP is a client-server protocol. I *think* your
      > goal is to build applications with the python-ldap client
      > library, and deploy them against a Sun ONE LDAP server. In
      > principal, you can use any correct LDAP client, no matter
      > how it was made, against any correct LDAP server. How does
      > that fit what you're doing?
      >
      > Are you not able to build *any* python-ldap client-side
      > library? We can help with that.[/color]

      Comment

      Working...