summaryrefslogtreecommitdiffstats
path: root/server.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 /server.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 'server.h')
-rw-r--r--server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server.h b/server.h
index 813634b..417fa88 100644
--- a/server.h
+++ b/server.h
@@ -8,6 +8,8 @@ struct SearchRequest;
void server_setPort(const char *server, const char *portStr);
+void server_setPlainLdap(const char *server, const char *enabledStr);
+
void server_setBind(const char *server, const char *bind);
void server_setPassword(const char *server, const char *password);