summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_auth.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-02-18 11:39:39 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-02-19 16:10:06 -0500
commit953e07b7c43bc9bb7c7616180b1ba1730e22c59a (patch)
tree7a808c2773c61731df4398ede75b39e411ab48f7 /src/providers/krb5/krb5_auth.h
parentd8d5cf15fe5fb71dc47d8cbab154d5bf032e9309 (diff)
downloadsssd-953e07b7c43bc9bb7c7616180b1ba1730e22c59a.tar.gz
sssd-953e07b7c43bc9bb7c7616180b1ba1730e22c59a.tar.xz
sssd-953e07b7c43bc9bb7c7616180b1ba1730e22c59a.zip
Remove unneeded items from struct pam_data
Diffstat (limited to 'src/providers/krb5/krb5_auth.h')
-rw-r--r--src/providers/krb5/krb5_auth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/krb5/krb5_auth.h b/src/providers/krb5/krb5_auth.h
index a011af890..3e11f2702 100644
--- a/src/providers/krb5/krb5_auth.h
+++ b/src/providers/krb5/krb5_auth.h
@@ -48,6 +48,9 @@ struct krb5child_req {
const char *ccname;
const char *homedir;
+ const char *upn;
+ uid_t uid;
+ gid_t gid;
bool is_offline;
struct fo_server *srv;
bool active_ccache_present;