From: Michael S. <mi...@st...> - 2010-03-25 23:18:09
|
Pascal, it seems you're not described to the python-ldap-dev list so your posting was delayed in the list maintainer's queue... Pascal wrote: > I'm on an M$AD and I'm trying python-ldap from a LINUX host with Python 2.6.4. > All is ok, I can search_s after a bind_s. > The problem is the plain text password (wireshark)... > LDAPs is not not avaible and I can't play with certificats... > Kerberos is nativelly available on M$AD and is ok on the LINUX host > (heimdal ~ kinit ok and klist ok)... > I search (Google) and try for ldap.sasl.gssapi but it is always ko :-( > Can anybody help me ? Well, it simply works for me. If klist shows a service ticket everything should be fine. Most times issues are because of mis-configuration (principal names, enc-types etc.). Ciao, Michael. |