diff options
author | Gunter Knauf <gk@gknw.de> | 2007-08-15 16:17:32 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-08-15 16:17:32 +0000 |
commit | 7f7e42732d813ffccc7a33267b46a2e445069fef (patch) | |
tree | 99f16b1fbf3412579a7bb06f391c7473aed7f7b3 /lib | |
parent | ca410ec2ca79c880fa71b4abd5a05470a42467ee (diff) |
added define PORT_LDAPS.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/urldata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 41d852832..5975406fa 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -34,6 +34,7 @@ #define PORT_HTTPS 443 #define PORT_DICT 2628 #define PORT_LDAP 389 +#define PORT_LDAPS 636 #define PORT_TFTP 69 #define PORT_SSH 22 |