[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: commit: ldap/libraries/libldap gssapi.c



Howard Chu wrote:
> Since I doubt that anything besides Samba4 will ever use the gssapi.c
> portion,

I'd like to implement support for binding with SASL/GSSAPI to a LDAP
server with a forwardable ticket received from the web browser via
SPNEGO/Kerberos. Since web2ldap is multi-threaded I'd prefer to have an
API to explicitly setup the GSSAPI context and pass this smoehow to
ldap_sasl_interactive_bind_s() (all via python-ldap).

My C programming knowledge is limited so I can't tell how to achieve
this and I can't provide patches for libldap either.

Ciao, Michael.