diff options
| author | Greg Hudson <ghudson@mit.edu> | 2014-06-13 13:52:55 -0400 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2014-06-16 18:40:21 -0400 |
| commit | d4332d0f778b55ccd5ddb05a4cd0b96354da9f39 (patch) | |
| tree | eac7b574921ca51273f5f44c1a0f4e114b850325 /src/plugins/kdb | |
| parent | 70b2ba4852913ceb2bdc9a57edd487da8230f813 (diff) | |
| download | krb5-d4332d0f778b55ccd5ddb05a4cd0b96354da9f39.tar.gz krb5-d4332d0f778b55ccd5ddb05a4cd0b96354da9f39.tar.xz krb5-d4332d0f778b55ccd5ddb05a4cd0b96354da9f39.zip | |
Tidy up k5-int.h variable name constants
Fix three mismatched constant names, and properly alphabetize and
columnize the lists of definitions. No functional changes.
Diffstat (limited to 'src/plugins/kdb')
| -rw-r--r-- | src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c b/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c index 8d72832bb..a0664bc04 100644 --- a/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c +++ b/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c @@ -373,7 +373,7 @@ krb5_ldap_read_server_params(krb5_context context, char *conf_section, if (srv_type == KRB5_KDB_SRV_TYPE_KDC) name = KRB5_CONF_LDAP_KDC_DN; else if (srv_type == KRB5_KDB_SRV_TYPE_ADMIN) - name = KRB5_CONF_LDAP_KADMIN_DN; + name = KRB5_CONF_LDAP_KADMIND_DN; if (name) { st = prof_get_string_def (context, conf_section, name, |
