summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_auth.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-09-01 17:50:45 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-09-01 17:50:45 +0200
commita1601f16ca9860f3b09627f6804fc910d53b6fbd (patch)
treef1c0a2ad0351401738da5b9deb39075bef5df098 /src/providers/krb5/krb5_auth.c
parentb39360bc41b5b501dcb3ad25aaf374796829dfd7 (diff)
downloadsssd-subdomfo.tar.gz
sssd-subdomfo.tar.xz
sssd-subdomfo.zip
WIP: Use be_mark_dom_as_offlinesubdomfo
Diffstat (limited to 'src/providers/krb5/krb5_auth.c')
-rw-r--r--src/providers/krb5/krb5_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_auth.c b/src/providers/krb5/krb5_auth.c
index d35df1399..2c8f68265 100644
--- a/src/providers/krb5/krb5_auth.c
+++ b/src/providers/krb5/krb5_auth.c
@@ -720,7 +720,7 @@ static void krb5_auth_resolve_done(struct tevent_req *subreq)
* was found good, setting offline,
* but we still have to call the child to setup
* the ccache file if we are performing auth */
- be_mark_offline(state->be_ctx);
+ be_mark_dom_offline(state->domain, state->be_ctx);
kr->is_offline = true;
if (kr->pd->cmd == SSS_PAM_CHAUTHTOK ||