From 64af76e2bef2565caa9738f675c108a4b3789237 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 18 Oct 2012 18:43:56 -0400 Subject: Change pam data auth tokens. Use the new authtok abstraction and interfaces throught the code. --- src/providers/proxy/proxy.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/providers/proxy/proxy.h') diff --git a/src/providers/proxy/proxy.h b/src/providers/proxy/proxy.h index cea03382..962cb28f 100644 --- a/src/providers/proxy/proxy.h +++ b/src/providers/proxy/proxy.h @@ -89,11 +89,8 @@ struct proxy_nss_ops { }; struct authtok_conv { - uint32_t authtok_size; - uint8_t *authtok; - - uint32_t newauthtok_size; - uint8_t *newauthtok; + struct sss_auth_token authtok; + struct sss_auth_token newauthtok; bool sent_old; }; -- cgit