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

sasl util on the client side (ITS#2742)



Full_Name: Hung Pham Quang
Version: 2.1.22
OS: Windows
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (194.213.203.154)


Hi,
I want to create an ldap client and did the same way for set up and binding with
ldap
server (client/tools/common.c). However, I realized that I cannot use the
methods declared in include/lutil_ldap.h, because there is no way to clean them
- method lutil_sasl_freedefs() is *not* declared in any of header files. So the
methods lutil_sasl_defaults() and lutil_sasl_interact() *cannot* be used if we
don't want memory leak.

The only way to work arround is completely duplicate and modify
libraries/libutil/sasl.c module. 

Is it an issue, known problem or am I wrong?

thanks for answer
--
P.Q.Hung