summaryrefslogtreecommitdiff
path: root/server/stables.c
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-07-29 13:32:16 -0400
committerThomas Markwalder <tmark@isc.org>2015-07-29 13:32:16 -0400
commit743d69375c0e46ebb343cb3c6fa768103b7080d0 (patch)
tree4bea0683ffe2fb7c6428acc0740659f6ca4ae3b6 /server/stables.c
parent6a39bcf0be695fa2e0b62312ea8bdc830a08f7bc (diff)
downloadisc-dhcp-743d69375c0e46ebb343cb3c6fa768103b7080d0.tar.gz
[master] LDAP: Pathces, IPv6 support, GSSAPI support
Merges in 39056.
Diffstat (limited to 'server/stables.c')
-rw-r--r--server/stables.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/stables.c b/server/stables.c
index 4d53a834..963503e7 100644
--- a/server/stables.c
+++ b/server/stables.c
@@ -258,7 +258,12 @@ static struct option server_options[] = {
{ "ldap-tls-crlcheck", "Nldap-tls-crlcheck.", &server_universe, 75, 1 },
{ "ldap-tls-ciphers", "t", &server_universe, 76, 1 },
{ "ldap-tls-randfile", "t", &server_universe, 77, 1 },
+ { "ldap-init-retry", "d", &server_universe, SV_LDAP_INIT_RETRY, 1 },
#endif /* LDAP_USE_SSL */
+#if defined(LDAP_USE_GSSAPI)
+ { "ldap-gssapi-keytab", "t", &server_universe, SV_LDAP_GSSAPI_KEYTAB, 1},
+ { "ldap-gssapi-principal", "t", &server_universe, SV_LDAP_GSSAPI_PRINCIPAL, 1},
+#endif /* LDAP_USE_GSSAPI */
#endif /* LDAP_CONFIGURATION */
{ "dhcp-cache-threshold", "B", &server_universe, 78, 1 },
{ "dont-use-fsync", "f", &server_universe, 79, 1 },