From d9137b153f1266ee5659405b2d7bc11787dad817 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 15 Oct 2012 22:08:05 +0200 Subject: 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. --- src/responder/pac/pacsrv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/responder/pac/pacsrv.h') 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__ */ -- cgit