Use krb5_realm.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1894 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -126,11 +126,13 @@ typedef struct krb5_ccache_data *krb5_ccache;
|
|||||||
typedef struct krb5_context_data *krb5_context;
|
typedef struct krb5_context_data *krb5_context;
|
||||||
|
|
||||||
#ifdef USE_ASN1_PRINCIPAL
|
#ifdef USE_ASN1_PRINCIPAL
|
||||||
|
typedef Realm krb5_realm;
|
||||||
typedef Principal krb5_principal_data;
|
typedef Principal krb5_principal_data;
|
||||||
#else
|
#else
|
||||||
|
typedef krb5_data krb5_realm;
|
||||||
typedef struct krb5_principal_data{
|
typedef struct krb5_principal_data{
|
||||||
int type;
|
int type;
|
||||||
krb5_data realm;
|
krb5_realm realm;
|
||||||
krb5_data *comp;
|
krb5_data *comp;
|
||||||
int ncomp;
|
int ncomp;
|
||||||
}krb5_principal_data;
|
}krb5_principal_data;
|
||||||
@@ -202,8 +204,6 @@ enum{
|
|||||||
KRB5_NT_UID = 5
|
KRB5_NT_UID = 5
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef Realm krb5_realm;
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct krb5_ticket {
|
typedef struct krb5_ticket {
|
||||||
#if 0
|
#if 0
|
||||||
|
Reference in New Issue
Block a user