Add list of etypes to hdb_entry.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4724 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-04-05 05:20:22 +00:00
parent f43f1bd246
commit 9799799e42

View File

@@ -58,7 +58,8 @@ hdb_entry ::= SEQUENCE {
pw-end[7] KerberosTime OPTIONAL,
max-life[8] INTEGER OPTIONAL,
max-renew[9] INTEGER OPTIONAL,
flags[10] HDBFlags
flags[10] HDBFlags,
etypes[11] SEQUENCE OF INTEGER OPTIONAL
}
END