summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_utils.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-08-30 11:31:23 -0400
committerSimo Sorce <simo@redhat.com>2013-09-09 15:11:45 -0400
commitbfd32c9e8f302d7722838a68572c6801f5640657 (patch)
tree53fa628e46580536f728d3d9b5458e853a4dbb5e /src/providers/krb5/krb5_utils.h
parent1536e39c191a013bc50bb6fd4b8eaef11cf0d436 (diff)
downloadsssd-bfd32c9e8f302d7722838a68572c6801f5640657.tar.gz
sssd-bfd32c9e8f302d7722838a68572c6801f5640657.tar.bz2
sssd-bfd32c9e8f302d7722838a68572c6801f5640657.zip
krb5: Move determination of user being active
The way a user is checked for being active does not depend on the ccache type so move that check out of the ccache specific functions. Resolves: https://fedorahosted.org/sssd/ticket/2061
Diffstat (limited to 'src/providers/krb5/krb5_utils.h')
-rw-r--r--src/providers/krb5/krb5_utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/providers/krb5/krb5_utils.h b/src/providers/krb5/krb5_utils.h
index a73098d4..ca332058 100644
--- a/src/providers/krb5/krb5_utils.h
+++ b/src/providers/krb5/krb5_utils.h
@@ -47,8 +47,7 @@ typedef errno_t (*cc_be_create_fn)(const char *location, pcre *illegal_re,
uid_t uid, gid_t gid, bool private_path);
typedef errno_t (*cc_be_check_existing)(const char *location, uid_t uid,
const char *realm, const char *princ,
- const char *cc_template, bool *active,
- bool *valid);
+ const char *cc_template, bool *valid);
/* A ccache back end */
struct sss_krb5_cc_be {