mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Update NT build to include recently added SASL sources.
This commit is contained in:
parent
0b8a8cae90
commit
85c2a7a2a8
@ -15,6 +15,9 @@
|
||||
#include <ac/errno.h>
|
||||
|
||||
#include "ldap-int.h"
|
||||
#ifdef LDAP_R_COMPILE
|
||||
#include "ldap_pvt_thread.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
#include <sasl.h>
|
||||
|
@ -163,6 +163,10 @@ SOURCE=.\controls.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\cyrus.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\delete.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -164,6 +164,10 @@ SOURCE=..\libldap\controls.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\libldap\cyrus.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\libldap\delete.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -172,6 +172,10 @@ SOURCE=..\..\include\lutil.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\lutil_ldap.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\lutil_lockf.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@ -200,6 +204,10 @@ SOURCE=..\..\include\portable.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\sasl.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\sha1.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -138,12 +138,12 @@ struct berval **get_entry_referrals(
|
||||
|
||||
int slap_sasl_init(void)
|
||||
{
|
||||
return;
|
||||
return LDAP_SUCCESS;
|
||||
}
|
||||
|
||||
int slap_sasl_destroy(void)
|
||||
{
|
||||
return;
|
||||
return LDAP_SUCCESS;
|
||||
}
|
||||
|
||||
char * slap_sasl_secprops( const char *in )
|
||||
|
Loading…
Reference in New Issue
Block a user