aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2014-06-16 12:41:03 -0400
committerGreg Hudson <ghudson@mit.edu>2014-07-19 16:34:57 -0400
commite94082d8c923cff454c1bc53b377ba394a3cec3c (patch)
tree48d699005c206e08cc0a7b5d66411923b1ad02a7 /src/Makefile.in
parent89b3b6b80d4812722e8d3b02e2134ccf5d1360c2 (diff)
downloadkrb5-e94082d8c923cff454c1bc53b377ba394a3cec3c.zip
krb5-e94082d8c923cff454c1bc53b377ba394a3cec3c.tar.gz
krb5-e94082d8c923cff454c1bc53b377ba394a3cec3c.tar.bz2
Add SASL support to LDAP KDB module
Add variables for the SASL mechanism, authcid, authzid, and realm. If a SASL mechanism is set, perform an interactive bind with that mechanism. If <sasl/sasl.h> is found at build time, provide the authcid, authzid, and realm in the interaction function, and provide a SASL secret read from the service password file (under the authcid) if we found one. Based on a patch from Zoran Pericic <zpericic@netst.org>. ticket: 7944 (new)
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 522f21d..60a17d9 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -555,6 +555,7 @@ pyrunenv.vals: Makefile
eval echo 'env['\\\'$$i\\\''] = '\\\'\$$$$i\\\'; \
done > $@
echo "tls_impl = '$(TLS_IMPL)'" >> $@
+ echo "have_sasl = '$(HAVE_SASL)'" >> $@
runenv.py: pyrunenv.vals
echo 'env = {}' > $@