Add some more flags.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4644 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -39,10 +39,13 @@ HDBFlags ::= BIT STRING {
|
|||||||
client(6), -- may be client
|
client(6), -- may be client
|
||||||
invalid(7), -- entry is invalid
|
invalid(7), -- entry is invalid
|
||||||
require-preauth(8), -- must use preauth
|
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 {
|
hdb_entry ::= SEQUENCE {
|
||||||
principal[0] Principal OPTIONAL, -- this is optional only
|
principal[0] Principal OPTIONAL, -- this is optional only
|
||||||
-- for compatibility with libkrb5
|
-- for compatibility with libkrb5
|
||||||
|
Reference in New Issue
Block a user