From 76c27cf7e3161e0f20f8935d82ae0f2feb77b01a Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sun, 18 Nov 2012 23:48:59 -0500 Subject: 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.) --- src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c b/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c index 02e3b1862b..5252ab428c 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, -- cgit