From: <mi...@st...> - 2005-05-13 14:42:34
|
Ali Fawaz wrote: > > l.sasl_interactive_bind_s("uid=afawaz,cn=users,dc=arteris,dc=net","Mona3592") > [..] > AttributeError: 'str' object has no attribute 'mech' The second argument is not a string. Please have a look at files Demo/sasl_bind.py and Lib/ldap/sasl.py in the source distribution. Ciao, Michael. |