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

Re: LDAP_DEPRECATED in OPENLDAP_REL_ENG_2_2



Howard Chu wrote:

Personally, I think it's the calling app's responsibility to obtain the necessary info in advance. The current approach with ldap_sasl_interactive_bind has too many moving parts, all to achieve very little.

Yupp. Drop ldap_simple_interactive_bind. The application should handle prompting the user and query for all the necessary things to logon.


Especially it makes wrapper modules like python-ldap's C module part really clumpsy and ugly because of the callback approach.

Ciao, Michael.