Include salt type in salt.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3317 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-31 19:30:29 +00:00
parent d6d2f3dda4
commit 0305bed653

View File

@@ -6,13 +6,22 @@ EncryptionKey EXTERNAL
KerberosTime EXTERNAL
Principal EXTERNAL
HDB_DB_FORMAT INTEGER ::= 0 -- format of database,
HDB_DB_FORMAT INTEGER ::= 1 -- format of database,
-- update when making changes
-- these should have the same value as the pa-* counterparts
hdb-pw-salt INTEGER ::= 3
hdb-afs3-salt INTEGER ::= 10
Salt ::= SEQUENCE {
type[0] INTEGER,
salt[1] OCTET STRING
}
Key ::= SEQUENCE {
mkvno[0] INTEGER, -- master key version number
key[1] EncryptionKey,
salt[2] OCTET STRING OPTIONAL
salt[2] Salt OPTIONAL
}
Event ::= SEQUENCE {