Skip to content
Snippets Groups Projects
Commit bac633a7 authored by Honza Petrous's avatar Honza Petrous
Browse files

added LDAP_DEFAULT_URL

Rev: lib/modules/Protocols.pmod/LDAP.pmod/ldap_globals.h:1.4
parent 59a35e0b
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@
#define LDAP_DEFAULT_PORT 389
#define LDAP_DEFAULT_HOST "ldap://127.0.0.1/"
#define LDAP_DEFAULT_HOST "127.0.0.1"
#define LDAP_DEFAULT_URL "ldap://"+LDAP_DEFAULT_HOST+":"+LDAP_DEFAULT_PORT+"/"
#define LDAP_DEFAULT_VERSION 3
#define QUOTED_COMMA "%2c"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment