krb5_auth.h revision 5096bb4c2242b426aa6f5ea2cb82223e0b81a345
c27245ef934dbf93c8469fd1ae0519e6971ae64fTimo Sirainen Kerberos Backend, private header file
c27245ef934dbf93c8469fd1ae0519e6971ae64fTimo Sirainen Sumit Bose <sbose@redhat.com>
c27245ef934dbf93c8469fd1ae0519e6971ae64fTimo Sirainen Copyright (C) 2009 Red Hat
c27245ef934dbf93c8469fd1ae0519e6971ae64fTimo Sirainen This program is free software; you can redistribute it and/or modify
c27245ef934dbf93c8469fd1ae0519e6971ae64fTimo Sirainen it under the terms of the GNU General Public License as published by
along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __KRB5_AUTH_H__
#define __KRB5_AUTH_H__
#include <pcre.h>
#include "util/sss_krb5.h"
#include "providers/dp_backend.h"
#include "providers/krb5/krb5_common.h"
struct krb5child_req {
int read_from_child_fd;
int write_to_child_fd;
const char *ccname;
const char *homedir;
const char *upn;
bool is_offline;
bool active_ccache_present;
bool valid_tgt_present;
struct fo_service;
struct krb5_ctx {
int forwardable;
int proxiable;
int addresses;
int not_forwardable;
int not_proxiable;
int no_addresses;
int verbose;
char* principal_name;
char* service_name;
char* keytab_name;
char* k5_cache_name;
char* k4_cache_name;
int child_debug_fd;