Add krbEncSaltTypes value descriptions. Bump doc to rev 01.

This commit is contained in:
Howard Chu 2009-10-27 02:16:16 +00:00
parent 585940984c
commit d3addb8247

View file

@ -1,6 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [ <!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!ENTITY rfc2119 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml'> <!ENTITY rfc2119 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml'>
<!ENTITY rfc3961 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.3961.xml'>
<!ENTITY rfc4120 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4120.xml'> <!ENTITY rfc4120 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4120.xml'>
<!ENTITY rfc4511 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4511.xml'> <!ENTITY rfc4511 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4511.xml'>
<!ENTITY rfc4513 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4513.xml'> <!ENTITY rfc4513 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4513.xml'>
@ -21,7 +22,7 @@
<rfc <rfc
ipr="trust200902" ipr="trust200902"
category="info" category="info"
docName="draft-chu-ldap-kdc-schema-00"> docName="draft-chu-ldap-kdc-schema-01">
<front> <front>
<title abbrev="LDAP KDC Schema"> <title abbrev="LDAP KDC Schema">
An LDAP Schema for Kerberos KDC Information An LDAP Schema for Kerberos KDC Information
@ -239,9 +240,22 @@
This attribute implements section 6.1.1.13 of the Information Model. This attribute implements section 6.1.1.13 of the Information Model.
Holds the allowed encryption/salt type combinations for this principal. Holds the allowed encryption/salt type combinations for this principal.
If empty or absent any combination supported by the implementation is allowed. If empty or absent any combination supported by the implementation is allowed.
<vspace/>
Note that sections 6.1.1.4 thru 6.1.1.10 are implemented using the Values are stored in the form of key:salt strings.
LDAP Password Policy schema. The supported encryption types are mentioned in
<xref target="RFC3961"/>. The supported salt types are:
<list style='empty'>
<t>NORMAL</t>
<t>V4</t>
<t>NOREALM</t>
<t>ONLYREALM</t>
<t>SPECIAL</t>
<t>AFS3</t>
</list>
Example: <spanx style='verb'>des-cbc-crc:normal</spanx>
<vspace blankLines='1'/>
Note that sections 6.1.1.4 thru 6.1.1.10 of the Information Model
are implemented using the LDAP Password Policy schema.
</t> </t>
<t> <t>
<figure> <figure>
@ -597,6 +611,7 @@
<references title="Normative References"> <references title="Normative References">
&rfc2119; &rfc2119;
&rfc3062; &rfc3062;
&rfc3961;
&rfc4120; &rfc4120;
&rfc4511; &rfc4511;
&rfc4516; &rfc4516;