Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit
Download (untitled) / with headers
text/plain 1.1KiB

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>.

https://github.com/krb5/krb5/commit/e94082d8c923cff454c1bc53b377ba394a3cec3c
Author: Greg Hudson <ghudson@mit.edu>
Commit: e94082d8c923cff454c1bc53b377ba394a3cec3c
Branch: master
src/Makefile.in | 1 +
src/config/pre.in | 3 +
src/configure.in | 6 ++
src/include/k5-int.h | 8 ++
src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.h | 4 +
src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap_conn.c | 87 +++++++++++++++++++---
src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c | 68 +++++++++++++++++
7 files changed, 167 insertions(+), 10 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Add tests for LDAP SASL support

In t_kdb.py, add a test case for EXTERNAL, and a test case for
DIGEST-MD5 if we built with the SASL header file and found the core
schema file.

https://github.com/krb5/krb5/commit/3902e509d0d3ad41ce3938ee11b3a3765a194238
Author: Greg Hudson <ghudson@mit.edu>
Commit: 3902e509d0d3ad41ce3938ee11b3a3765a194238
Branch: master
src/tests/t_kdb.py | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 65 insertions(+), 1 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Document LDAP SASL configuration

Document the LDAP SASL profile tags and DB options. For consistency,
also condense the kdc.conf documentation for the two bind DN variables
into one entry.

https://github.com/krb5/krb5/commit/15b7e405ff7b62ab96af45999d1350455948e602
Author: Greg Hudson <ghudson@mit.edu>
Commit: 15b7e405ff7b62ab96af45999d1350455948e602
Branch: master
doc/admin/admin_commands/kadmin_local.rst | 29 +++++++++++--
doc/admin/admin_commands/kdb5_ldap_util.rst | 14 ++++--
doc/admin/conf_files/kdc_conf.rst | 60 ++++++++++++++++++++------
3 files changed, 80 insertions(+), 23 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Fix doc build

Commit 15b7e405ff7b62ab96af45999d1350455948e602 contained an
indentation error which broke the doc build. Fix it.

https://github.com/krb5/krb5/commit/b0d8a9d85cf2d42dec75fe3bf57775e0d9d2ac07
Author: Greg Hudson <ghudson@mit.edu>
Commit: b0d8a9d85cf2d42dec75fe3bf57775e0d9d2ac07
Branch: master
doc/admin/conf_files/kdc_conf.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)