krb5: KRB5_KRBHST_TKTBRIDGEAP
Add a new krbhst type, KRB5_KRBHST_TKTBRIDGEAP to krb5_krbhst_init_flags(), that looks for the DNS SRV record kerberos-tkt-bridge. This is to support a new PADL project.
This commit is contained in:
@@ -844,6 +844,7 @@ typedef struct krb5_krbhst_data *krb5_krbhst_handle;
|
||||
#define KRB5_KRBHST_KRB524 4
|
||||
#define KRB5_KRBHST_KCA 5
|
||||
#define KRB5_KRBHST_READONLY_ADMIN 6
|
||||
#define KRB5_KRBHST_TKTBRIDGEAP 7
|
||||
|
||||
typedef struct krb5_krbhst_info {
|
||||
enum { KRB5_KRBHST_UDP,
|
||||
|
Reference in New Issue
Block a user