2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

define LDAPS_PORT if the system headers do not

This commit is contained in:
Todd C. Miller
2008-04-11 14:03:30 +00:00
parent a890d723d1
commit 3fa2f32928

4
ldap.c
View File

@@ -89,6 +89,10 @@ __unused static const char rcsid[] = "$Sudo$";
# define LDAP_OPT_SUCCESS LDAP_SUCCESS
#endif
#ifndef LDAPS_PORT
# define LDAPS_PORT 636
#endif
#if defined(HAVE_LDAP_SASL_INTERACTIVE_BIND_S) && !defined(LDAP_SASL_QUIET)
# define LDAP_SASL_QUIET 0
#endif