From bc58f5892d3a8f6b28e2148c5a0cca34b63ef354 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 25 Sep 2009 09:46:30 -0400 Subject: Initial implementation of sasl bind support Inits krb5 credentials, if sasl mech is GSSAPI. Tested with GSSAPI and host keytab as well as user credentials. Updates also manpages with the new options. --- server/providers/ldap/sdap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'server/providers/ldap/sdap.h') diff --git a/server/providers/ldap/sdap.h b/server/providers/ldap/sdap.h index 8a932d3d..cb98668c 100644 --- a/server/providers/ldap/sdap.h +++ b/server/providers/ldap/sdap.h @@ -90,6 +90,12 @@ enum sdap_basic_opt { SDAP_STALE_TIME, SDAP_TLS_CACERT, SDAP_TLS_CACERTDIR, + SDAP_ID_TLS, + SDAP_SASL_MECH, + SDAP_SASL_AUTHID, + SDAP_KRB5_KEYTAB, + SDAP_KRB5_KINIT, + SDAP_KRB5_REALM, SDAP_OPTS_BASIC /* opts counter */ }; -- cgit