mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 22:35:10 +00:00
define LDAPS_PORT if the system headers do not
This commit is contained in:
4
ldap.c
4
ldap.c
@@ -89,6 +89,10 @@ __unused static const char rcsid[] = "$Sudo$";
|
|||||||
# define LDAP_OPT_SUCCESS LDAP_SUCCESS
|
# define LDAP_OPT_SUCCESS LDAP_SUCCESS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef LDAPS_PORT
|
||||||
|
# define LDAPS_PORT 636
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_LDAP_SASL_INTERACTIVE_BIND_S) && !defined(LDAP_SASL_QUIET)
|
#if defined(HAVE_LDAP_SASL_INTERACTIVE_BIND_S) && !defined(LDAP_SASL_QUIET)
|
||||||
# define LDAP_SASL_QUIET 0
|
# define LDAP_SASL_QUIET 0
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user