summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorSimon Rettberg2017-08-09 18:24:08 +0200
committerSimon Rettberg2017-08-09 18:24:08 +0200
commit2b230a34464b5496112fbe30076cec195e8f7be3 (patch)
treea320508098191f8b635cbd3a2b37843731b1912b /types.h
parentDebug output (diff)
downloadldadp-2b230a34464b5496112fbe30076cec195e8f7be3.tar.gz
ldadp-2b230a34464b5496112fbe30076cec195e8f7be3.tar.xz
ldadp-2b230a34464b5496112fbe30076cec195e8f7be3.zip
Add option to disable fixNumeric logic (s-prefixing), but default to ON
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 19477fb..4030902 100644
--- a/types.h
+++ b/types.h
@@ -120,6 +120,7 @@ struct _server_t_ {
unsigned char fingerprint[FINGERPRINTLEN];
char cabundle[MAXPATH];
BOOL plainLdap;
+ BOOL fixNumeric; // prefix numeric account names with an 's'
uint16_t port;
SSL_CTX *sslContext;
epoll_server_t con;