summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-12 14:33:23 +0200
committerSimon Rettberg2015-09-12 14:33:23 +0200
commitf49899e409c8dde0953c83cd766ff0be75b88381 (patch)
treedb736d065addc29bbdb5834750001a53718e2377 /types.h
parentError handling in server.c (diff)
downloadldadp-f49899e409c8dde0953c83cd766ff0be75b88381.tar.gz
ldadp-f49899e409c8dde0953c83cd766ff0be75b88381.tar.xz
ldadp-f49899e409c8dde0953c83cd766ff0be75b88381.zip
Support LDAP-LDAP proxying
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 183c41f..d39c3be 100644
--- a/types.h
+++ b/types.h
@@ -102,6 +102,7 @@ struct _server_t_ {
char sid[SIDLEN];
char homeTemplate[MOUNTLEN];
unsigned char fingerprint[FINGERPRINTLEN];
+ BOOL plainLdap;
uint16_t port;
SSL_CTX *sslContext;
epoll_server_t con;