openldap/servers/slapd/back-ldbm
Kurt Zeilenga 6437785a82 Initial implementation of Kerberos password verification for
simple bind via:
	{KERBEROS}principal
Code is disabled by default (for security reasons).  Use
--enable-kpasswd to enable.  Behind SLAPD_KPASSWD.
Reworked Kerberos detection and split out KBIND as independent
feature (--disable-kbind) (LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND).
KBIND depends upon detection of KRB4 (or KRB425) support.  Detection,
building with eBones (as distributed with FreeBSD 3.4) okay, but
wasn't able to test as I don't have a K4 KDC handy.
--with-kerberos has a number of detection options... most likely
don't work properly.
2000-01-08 18:42:11 +00:00
..
abandon.c
add.c
alias.c Plug memory leak. 1999-11-21 23:20:25 +00:00
attr.c
back-ldbm.h Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
backldbm.dsp Update for new password codes for MSVC5 1999-12-08 06:44:22 +00:00
bind.c Initial implementation of Kerberos password verification for 2000-01-08 18:42:11 +00:00
cache.c In preparation for adding dn_rewrite()... 1999-09-24 01:46:37 +00:00
close.c
compare.c
config.c Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
dbcache.c Removed explicit include of <ac/param.h> because it must be included 1999-11-02 19:39:56 +00:00
delete.c
dn2id.c Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
entry.c
extended.c Updated sasl response to support returning of referrals. 1999-12-15 23:22:47 +00:00
external.h Updated sasl response to support returning of referrals. 1999-12-15 23:22:47 +00:00
filterindex.c Stop reducing number of substring candiadates when there is only two or 1999-12-12 19:59:05 +00:00
group.c
id2children.c
id2entry.c Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
idl.c Tentative fix for ITS #402. (Not tested yet.) If successful, this patch 1999-12-17 10:04:31 +00:00
index.c ITS#357 (cont): Don't crash on at_cn == NULL. 1999-11-17 22:53:54 +00:00
init.c Filled in Cyrus SASL authz/storage callbacks for all backends 2000-01-02 05:42:14 +00:00
Makefile.in Merged in preliminary support for Cyrus SASL library; 2000-01-02 01:21:25 +00:00
modify.c Reengineered ldappasswd(1). Uses extended operation to set 1999-12-08 04:37:59 +00:00
modrdn.c Remove DNS_DN experimental code. 1999-12-18 19:54:22 +00:00
nextid.c Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
passwd.c Updated sasl response to support returning of referrals. 1999-12-15 23:22:47 +00:00
proto-back-ldbm.h Merged in preliminary support for Cyrus SASL library; 2000-01-02 01:21:25 +00:00
sasl.c Merged in preliminary support for Cyrus SASL library; 2000-01-02 01:21:25 +00:00
search.c Added numsubordinates operational attribute 1999-10-28 07:09:30 +00:00
startup.c
tools.c Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
unbind.c