Patrik Sj�gren wrote: > Are there any plugins for Netscape's LDAPSDK to enable it to > manage other SASL mechanisms than SIMPLE or EXTERNAL? > I would like to make the bind procedure more secure but do not > want the overhead that use of SSL would generate. > Thanks, Patrik Sj�gren
I do not know of any such plugins, but you can implement any SASL mechanism you like yourself by using the ldap_sasl_bind(), ldap_sasl_bind_s(), and ldap_parse_sasl_bind_result() functions. -- Mark Smith Netscape Directory Product Development My words are my own, not my employer's.
