From d3addb8247593e085ee36a56541f4d88b7551a98 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 27 Oct 2009 02:16:16 +0000 Subject: [PATCH] Add krbEncSaltTypes value descriptions. Bump doc to rev 01. --- doc/drafts/draft-chu-ldap-kdc-schema-xx.xml | 23 +++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/doc/drafts/draft-chu-ldap-kdc-schema-xx.xml b/doc/drafts/draft-chu-ldap-kdc-schema-xx.xml index a544ce19b5..5345945abf 100644 --- a/doc/drafts/draft-chu-ldap-kdc-schema-xx.xml +++ b/doc/drafts/draft-chu-ldap-kdc-schema-xx.xml @@ -1,6 +1,7 @@ + @@ -21,7 +22,7 @@ + docName="draft-chu-ldap-kdc-schema-01"> An LDAP Schema for Kerberos KDC Information @@ -239,9 +240,22 @@ This attribute implements section 6.1.1.13 of the Information Model. Holds the allowed encryption/salt type combinations for this principal. 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 - LDAP Password Policy schema. + + Values are stored in the form of key:salt strings. + 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> <figure> @@ -597,6 +611,7 @@ <references title="Normative References"> &rfc2119; &rfc3062; + &rfc3961; &rfc4120; &rfc4511; &rfc4516; -- 2.39.5