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

Bug found (ITS#1325)



Full_Name: Leonid Prokopovich
Version: 2.0.13
OS: Win2k Pro
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (212.9.229.85)


BUG #1. Unable to delete 'userCertificate;binary' atrribute. SLAPD returns
'[ERROR 18] Inappropriate matching'
Note: Using compiler MS VC 6.0 SP5
BUG #2. OpenLDAP file mods.c doesn't compile. Missing #include <stdio.h> 
BUG #3. OpenLDAP file entropy.c doesn't compile. Missing #include <windows.h>
before including <wincrypt.h>.
BUG #4. Library 'advapi32.lib' not linked in projects. To link properly it needs
to be manually added.
BUG #5. All projects need to be compiled using dynamic RTL. not a static ones.