]> git.sur5r.net Git - openldap/commitdiff
Remove TABs in artwork elements
authorHoward Chu <hyc@openldap.org>
Tue, 27 Oct 2009 01:25:31 +0000 (01:25 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 27 Oct 2009 01:25:31 +0000 (01:25 +0000)
doc/drafts/draft-chu-ldap-kdc-schema-xx.xml

index 1477934a842da180e552921f331dd686cd786ed8..f6c0a45188e4e8d66044661cf0df694092af6397 100644 (file)
         <artwork>
   ( KRBATTR.1
                 NAME 'krbPrincipalName'
-               DESC 'Canonical principal name'
+                DESC 'Canonical principal name'
                 EQUALITY caseExactIA5Match
                 SUBSTR caseExactSubstringsMatch
                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-               SINGLE-VALUE )
+                SINGLE-VALUE )
         </artwork>
       </figure>
       <figure>
         <artwork>
   ( KRBATTR.2
                 NAME 'krbPrincipalAliases'
-               SUP krbPrincipalName )
+                SUP krbPrincipalName )
         </artwork>
       </figure>
        These attributes implement section 6.1.1.1 of the Information Model. The
   ( KRBATTR.5
                 NAME 'krbTicketMaxLife'
                 EQUALITY integerMatch
-               ORDERING integerOrderingMatch
+                ORDERING integerOrderingMatch
                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-               SINGLE-VALUE )
+                SINGLE-VALUE )
         </artwork>
       </figure>
        This attribute implements section 6.1.1.11 of the Information Model.
   ( KRBATTR.6
                 NAME 'krbTicketMaxRenewal'
                 EQUALITY integerMatch
-               ORDERING integerOrderingMatch
+                ORDERING integerOrderingMatch
                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-               SINGLE-VALUE )
+                SINGLE-VALUE )
         </artwork>
       </figure>
        This attribute implements section 6.1.1.12 of the Information Model.
         <artwork>
   ( KRBATTR.9
                 NAME 'krbPrincipalRealm'
-               DESC 'DN of krbRealm entry'
-               SUP distinguishedName )
+                DESC 'DN of krbRealm entry'
+                SUP distinguishedName )
         </artwork>
       </figure>
        These attributes provide information about the current realm. They provide
   ( KRBATTR.10
                 NAME 'krbKeyVersion'
                 EQUALITY integerMatch
-               ORDERING integerOrderingMatch
+                ORDERING integerOrderingMatch
                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-               SINGLE-VALUE )
+                SINGLE-VALUE )
         </artwork>
       </figure>
        This attribute implements section 6.2.1.1 of the Information Model.
                 NAME 'krbTicketPolicy'
                 EQUALITY integerMatch
                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-               SINGLE-VALUE )
+                SINGLE-VALUE )
         </artwork>
       </figure>
        This attribute is related to section 6.4 of the Information Model. It
                 NAME 'krbPrincNamingAttr'
                 EQUALITY objectIdentifierMatch
                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
-               SINGLE-VALUE )
+                SINGLE-VALUE )
         </artwork></figure>
        This attribute records what attribute will be used to name
        newly created principal entries.
         <artwork>
   ( KRBATTR.15
                 NAME 'krbPrincContainer'
-               DESC 'DN of container entry for principals'
-               SUP distinguishedName
-               SINGLE-VALUE )
+                DESC 'DN of container entry for principals'
+                SUP distinguishedName
+                SINGLE-VALUE )
         </artwork></figure>
        This attribute points to the container entry under which
        new principal entries will be created.
         <artwork>
   ( KRBATTR.16
                 NAME 'krbPwdPolicy'
-               DESC 'DN of password policy subentry'
-               SUP distinguishedName
-               SINGLE-VALUE )
+                DESC 'DN of password policy subentry'
+                SUP distinguishedName
+                SINGLE-VALUE )
         </artwork></figure>
        This attribute points to the LDAP password policy subentry
        containing the policy that should be applied to Kerberos principals.
         <artwork>
   ( KRBATTR.17
                 NAME 'krbLDAPURI'
-               DESC 'LDAP search parameters for locating principals'
-               SUP labeledURI )
+                DESC 'LDAP search parameters for locating principals'
+                SUP labeledURI )
         </artwork></figure>
        This attribute contains LDAP URIs that the KDC will search when
        locating principals. The URI values must conform to the syntax
         <artwork>
   ( KRBOC.1 NAME 'krbKDCInfo' SUP top AUXILIARY
       MAY ( krbTicketMaxLife $ krbTicketMaxRenewal $
-       krbEncSaltTypes $ krbTicketPolicy $
-       krbKeySet $ krbKeyVersion ) )
+            krbEncSaltTypes $ krbTicketPolicy $
+            krbKeySet $ krbKeyVersion ) )
        </artwork>
        </figure>
       <figure>
       MUST ( krbPrincipalName )
       MAY ( krbPrincipalAliases $ krbPrincipalRealm $
             krbPrincStartTime $ krbPrincEndTime $
-       krbExtraData ) )
+            krbExtraData ) )
        </artwork>
        </figure>
        </t>
   ( KRBOC.3 NAME 'krbRealm' SUP krbKDCInfo AUXILIARY
       MUST ( krbRealmName )
       MAY ( krbPrincNamingAttr $ krbPrincContainer $
-       krbPwdPolicy $ krbLDAPURI ) )
+            krbPwdPolicy $ krbLDAPURI ) )
        </artwork>
        </figure>
        Note that in a krbRealm object the krbKeySet and krbKeyVersion