summaryrefslogtreecommitdiffstats
path: root/src/responder/pac/pacsrv.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2012-10-15 22:08:05 +0200
committerSumit Bose <sbose@redhat.com>2012-10-26 10:32:05 +0200
commitd9137b153f1266ee5659405b2d7bc11787dad817 (patch)
tree73f614773fd6a11756f9a3ea9f139a15f556aa9b /src/responder/pac/pacsrv.h
parentf57808442ef362478320f5a142b40319608c583c (diff)
downloadsssd-d9137b153f1266ee5659405b2d7bc11787dad817.tar.gz
sssd-d9137b153f1266ee5659405b2d7bc11787dad817.tar.xz
sssd-d9137b153f1266ee5659405b2d7bc11787dad817.zip
pac responder: add user principal and name alias to cached user object
The principal name for the user is generated with the user name and the domain from the PAC. It is stored in the cache so that if e.g. can be used by password authentication. Additionally the name alias is stored to allow case-insensitive searches.
Diffstat (limited to 'src/responder/pac/pacsrv.h')
-rw-r--r--src/responder/pac/pacsrv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/responder/pac/pacsrv.h b/src/responder/pac/pacsrv.h
index 08b4461f4..e088e212a 100644
--- a/src/responder/pac/pacsrv.h
+++ b/src/responder/pac/pacsrv.h
@@ -104,5 +104,6 @@ errno_t get_pwd_from_pac(TALLOC_CTX *mem_ctx,
struct pac_ctx *pac_ctx,
struct sss_domain_info *dom,
struct PAC_LOGON_INFO *logon_info,
- struct passwd **_pwd);
+ struct passwd **_pwd,
+ struct sysdb_attrs **_attrs);
#endif /* __PACSRV_H__ */