summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/ldap
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-11-18 23:48:59 -0500
committerGreg Hudson <ghudson@mit.edu>2012-12-20 11:35:42 -0500
commit76c27cf7e3161e0f20f8935d82ae0f2feb77b01a (patch)
tree8cf0cffea528af14595166ef154c2ef5a53f1798 /src/plugins/kdb/ldap
parenteb464c4ba8dcae82f6de1273cdadaddb9a052ae8 (diff)
downloadkrb5-76c27cf7e3161e0f20f8935d82ae0f2feb77b01a.tar.gz
krb5-76c27cf7e3161e0f20f8935d82ae0f2feb77b01a.tar.xz
krb5-76c27cf7e3161e0f20f8935d82ae0f2feb77b01a.zip
Get rid of KRB5_KDB_SRV_TYPE_PASSWD
Nothing was using KRB5_KDB_SRV_TYPE_PASSWD, so get rid of it. (kpasswdd is part of kadmind and interacts with the KDB using KRB5_KDB_SRV_TYPE_ADMIN.)
Diffstat (limited to 'src/plugins/kdb/ldap')
-rw-r--r--src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c b/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
index 02e3b1862..5252ab428 100644
--- a/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
+++ b/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
@@ -241,8 +241,6 @@ krb5_ldap_read_server_params(krb5_context context, char *conf_section,
name = KRB5_CONF_LDAP_KDC_DN;
else if (srv_type == KRB5_KDB_SRV_TYPE_ADMIN)
name = KRB5_CONF_LDAP_KADMIN_DN;
- else if (srv_type == KRB5_KDB_SRV_TYPE_PASSWD)
- name = KRB5_CONF_LDAP_KPASSWDD_DN;
if (name) {
st = prof_get_string_def (context, conf_section, name,