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

Re: ldapdb auxprop works with EXTERNAL mech only (ITS#2574)



I note that bv_len is generally size_t or unsigned long,
not unsigned.  Hence, the cast appears to be dubious.

Kurt

At 07:05 PM 6/4/2003, you wrote:
>Full_Name: Igor Brezac
>Version: Any
>OS: Solaris 9
>URL: ftp://ftp.openldap.org/incoming/ldapdb.patch
>Submission from: (NULL) (209.170.129.80)
>
>
>ldapdb auxprop works with EXTERNAL mech only.
>
>In addition, ldapdb.c is not portable because of setenv().  I am not sure if
>putenv() is portable?