X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ldap.c;h=8ee0ba73d9c66d7faeea47eec024788210cdd685;hb=17fe41bae8a65fb88683c9795414556ed9b636e9;hp=0477f81231f4dfbc3d97dbd2b939d7c3ea847d18;hpb=5016223c4bc1aba42df0a84b54e80e383b8be723;p=debian%2Fsudo diff --git a/ldap.c b/ldap.c index 0477f81..8ee0ba7 100644 --- a/ldap.c +++ b/ldap.c @@ -71,7 +71,7 @@ #include "parse.h" #ifndef lint -__unused static const char rcsid[] = "$Sudo: ldap.c,v 1.11.2.37 2008/02/09 14:44:47 millert Exp $"; +__unused static const char rcsid[] = "$Sudo: ldap.c,v 1.11.2.38 2008/04/11 14:03:51 millert Exp $"; #endif /* lint */ #ifndef LINE_MAX @@ -82,6 +82,10 @@ __unused static const char rcsid[] = "$Sudo: ldap.c,v 1.11.2.37 2008/02/09 14:44 # define LDAP_OPT_SUCCESS LDAP_SUCCESS #endif +#ifndef LDAPS_PORT +# define LDAPS_PORT 636 +#endif + #define DPRINTF(args, level) if (ldap_conf.debug >= level) warnx args #define CONF_BOOL 0