proxy.h revision 4fcc50e133f90cd4c5931a3ac48c84cb628b16fc
286N/A along with this program. If not, see <http://www.gnu.org/licenses/>.
286N/A#ifndef __PROXY_H__
286N/A#define __PROXY_H__
286N/A#include "providers/dp_backend.h"
286N/A#include "sss_client/nss_compat.h"
286N/Astruct proxy_nss_ops {
286N/Astruct authtok_conv {
286N/Astruct proxy_id_ctx {
286N/A bool fast_alias;
286N/Astruct proxy_auth_ctx {
286N/A char *pam_target;
286N/A int timeout_ms;
286N/Astruct proxy_child_ctx {
286N/Astruct pc_init_ctx {
286N/A/* From proxy_id.c */
286N/A/* From proxy_auth.c */
286N/A/* From proxy_netgroup.c */