Add KRB5_PRINCIPAL_UNPARSE_NO_QUOTE.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21072 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -753,7 +753,8 @@ enum {
|
||||
/* flags for krb5_unparse_name_flags */
|
||||
enum {
|
||||
KRB5_PRINCIPAL_UNPARSE_SHORT = 1,
|
||||
KRB5_PRINCIPAL_UNPARSE_NO_REALM = 2
|
||||
KRB5_PRINCIPAL_UNPARSE_NO_REALM = 2,
|
||||
KRB5_PRINCIPAL_UNPARSE_NO_QUOTE = 4
|
||||
};
|
||||
|
||||
typedef struct krb5_sendto_ctx *krb5_sendto_ctx;
|
||||
|
Reference in New Issue
Block a user