From: <mi...@st...> - 2004-04-06 23:24:03
|
Gavin Doughtie wrote: > I'm running the Python script from an interactive shell, and I have a > Kerberos ticket. So far, everything is running as me with my tickets. As > far as the Python script having access -- well, as far as I can > understand things it *should* have access via the native sasl library > which, using GSSAPI, should go grab my ticket and present it to the LDAP > server. Running as the same user? > However, I think either the sasl_bind_interactive method is > broken or I'm not giving it the right information. Hmm, maybe it's broken. Please raise debug level set with ldap.set_option(ldap.OPT_DEBUG_LEVEL,0). Maybe this gives some hints. Ciao, Michael. |