From 3c04febb46445f4af54e9880e3588e6cac2cc453 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sat, 21 Mar 1998 23:46:44 +0000 Subject: [PATCH] Add some more flags. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4644 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb.asn1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/hdb/hdb.asn1 b/lib/hdb/hdb.asn1 index fed988a03..e8675323b 100644 --- a/lib/hdb/hdb.asn1 +++ b/lib/hdb/hdb.asn1 @@ -39,10 +39,13 @@ HDBFlags ::= BIT STRING { client(6), -- may be client invalid(7), -- entry is invalid require-preauth(8), -- must use preauth - change-pw(9) -- change password service + change-pw(9), -- change password service + require-hwauth(10), -- must use hwauth + ok-as-delegate(11), -- as in TicketFlags + user-to-user(12), -- may use user-to-user auth + immutable(13) -- may not be deleted } - hdb_entry ::= SEQUENCE { principal[0] Principal OPTIONAL, -- this is optional only -- for compatibility with libkrb5