diff options
| author | Greg Hudson <ghudson@mit.edu> | 2012-11-18 23:48:59 -0500 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2012-12-20 11:35:42 -0500 |
| commit | 76c27cf7e3161e0f20f8935d82ae0f2feb77b01a (patch) | |
| tree | 8cf0cffea528af14595166ef154c2ef5a53f1798 /src/plugins/kdb | |
| parent | eb464c4ba8dcae82f6de1273cdadaddb9a052ae8 (diff) | |
| download | krb5-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')
| -rw-r--r-- | src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c | 2 |
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 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, |
