summaryrefslogtreecommitdiffstats
path: root/src/util/sss_krb5.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-10-11 17:39:21 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-11-05 19:54:52 +0100
commit0348c74bad010d35f92400c749a7acc2fea8b2cb (patch)
tree8bcaa44684c0e6b58e0ec4dca6f19997c7a8521d /src/util/sss_krb5.h
parent45414c12aa933a33d9a635cc212c448c858c6bab (diff)
downloadsssd-0348c74bad010d35f92400c749a7acc2fea8b2cb.tar.gz
sssd-0348c74bad010d35f92400c749a7acc2fea8b2cb.tar.xz
sssd-0348c74bad010d35f92400c749a7acc2fea8b2cb.zip
LDAP: Move sss_krb5_verify_keytab_ex to ldap_child
The function was called from one place only, so it makes no sense to keep it in a shared module. Moreover, the function should only be called from code that runs as root. Reviewed-by: Michal Židek <mzidek@redhat.com>
Diffstat (limited to 'src/util/sss_krb5.h')
-rw-r--r--src/util/sss_krb5.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/sss_krb5.h b/src/util/sss_krb5.h
index 83c720975..afa0d1943 100644
--- a/src/util/sss_krb5.h
+++ b/src/util/sss_krb5.h
@@ -70,9 +70,6 @@ void KRB5_CALLCONV sss_krb5_get_init_creds_opt_free (krb5_context context,
void KRB5_CALLCONV sss_krb5_free_unparsed_name(krb5_context context, char *name);
-int sss_krb5_verify_keytab_ex(const char *principal, const char *keytab_name,
- krb5_context context, krb5_keytab keytab);
-
krb5_error_code find_principal_in_keytab(krb5_context ctx,
krb5_keytab keytab,
const char *pattern_primary,