ITS#9794 Update behera draft for submission to IETF

This commit is contained in:
Ondřej Kuzník 2022-02-15 12:45:56 +00:00
parent a2a2ebba23
commit fb736b01b4
2 changed files with 607 additions and 937 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!ENTITY rfc2119 PUBLIC '' "http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY rfc2195 PUBLIC '' 'http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2195.xml'>
<!ENTITY rfc4422 PUBLIC '' 'http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4422.xml'>
<!ENTITY rfc4511 PUBLIC '' 'http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4511.xml'>
<!ENTITY rfc4512 PUBLIC '' 'http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4512.xml'>
<!ENTITY rfc4513 PUBLIC '' 'http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4513.xml'>
<!ENTITY rfc4517 PUBLIC '' 'http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4517.xml'>
<!ENTITY rfc2831 PUBLIC '' 'http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2831.xml'>
<!ENTITY rfc4616 PUBLIC '' 'http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4616.xml'>
<!ENTITY rfc3062 PUBLIC '' 'http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.3062.xml'>
<!ENTITY rfc4520 PUBLIC '' 'http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4520.xml'>
<!ENTITY rfc3672 PUBLIC '' 'http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.3672.xml'>
<!ENTITY rfc7677 PUBLIC '' 'http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7677.xml'>
]>
<?xml-stylesheet type='text/xsl' href='http://xml2rfc.ietf.org/authoring/rfc2629.xslt' ?>
@ -64,7 +64,13 @@
<email>hyc@symas.com</email>
</address>
</author>
<date year="2014" month="July"/>
<author initials="O." fullname="Ondřej Kuzník" surname="Kuzník" role="editor">
<organization>Symas Corp.</organization>
<address>
<email>okuznik@symas.com</email>
</address>
</author>
<date year="2022" month="February"/>
<abstract>
<t>
Password policy as described in this document is a set of rules that
@ -111,8 +117,9 @@
<section title="Conventions">
<t>Imperative keywords defined in <xref target="RFC2119"/> are used in this document,
and carry the meanings described there.</t>
<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in <xref target="RFC2119"/>.</t>
<t>All ASN.1 <xref target="X.680"/> Basic Encoding Rules (BER) <xref target="X.690"/> encodings follow the
conventions found in Section 5.1 of <xref target="RFC4511"/>.</t>
@ -138,8 +145,8 @@
<t>This policy is typically applied to the userPassword attribute in the
case of the LDAP simple authentication method <xref target="RFC4511"/> or the case
of password based SASL <xref target="RFC4422"/> authentication such as CRAM-MD5
<xref target="RFC2195"/> and DIGEST-MD5 <xref target="RFC2831"/>.</t>
of password based SASL <xref target="RFC4422"/> authentication such as PLAIN
<xref target="RFC4616"/> and SCRAM-SHA-256 <xref target="RFC7677"/>.</t>
<t>The policy described in this document assumes that the password
attribute holds a single value. No considerations are made for
@ -2052,16 +2059,16 @@
<back>
<references title="Normative References">
&rfc2119;
&rfc2195;
&rfc4422;
&rfc4511;
&rfc4512;
&rfc4513;
&rfc4517;
&rfc2831;
&rfc4616;
&rfc3062;
&rfc4520;
&rfc3672;
&rfc7677;
<reference anchor="X.680">
<front>