#include "LDAPUrl.h"#include <sstream>#include <iomanip>#include "debug.h"Defines | |
| #define | PCT_ENCFLAG_NONE 0x0000U |
| #define | PCT_ENCFLAG_COMMA 0x0001U |
| #define | PCT_ENCFLAG_SLASH 0x0002U |
| #define | LDAP_DEFAULT_PORT 389 |
| #define | LDAPS_DEFAULT_PORT 636 |
| #define LDAP_DEFAULT_PORT 389 |
Referenced by LDAPUrl::parseUrl().
| #define LDAPS_DEFAULT_PORT 636 |
Referenced by LDAPUrl::parseUrl().
| #define PCT_ENCFLAG_COMMA 0x0001U |
Referenced by LDAPUrl::percentEncode().
| #define PCT_ENCFLAG_NONE 0x0000U |
| #define PCT_ENCFLAG_SLASH 0x0002U |
Referenced by LDAPUrl::components2Url(), and LDAPUrl::percentEncode().
1.5.6