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:
Love Hörnquist Åstrand
2007-06-12 22:21:10 +00:00
parent 09a90d78cc
commit 757bafb34b

View File

@@ -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;