From: Todd C. Miller Date: Mon, 25 Jun 2018 19:20:04 +0000 (-0600) Subject: RFC 2849 specifies whitespace as the space character only so replace X-Git-Tag: SUDO_1_8_24^2~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=433a74d1dc4b4693406018b169f5506156f818ad;p=sudo RFC 2849 specifies whitespace as the space character only so replace tabs with spaces. Bug #840 --- diff --git a/doc/schema.OpenLDAP b/doc/schema.OpenLDAP index 19365367b..c7a77e8de 100644 --- a/doc/schema.OpenLDAP +++ b/doc/schema.OpenLDAP @@ -61,7 +61,7 @@ attributetype ( 1.3.6.1.4.1.15953.9.1.9 ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 ) -attributeType ( 1.3.6.1.4.1.15953.9.1.10 +attributetype ( 1.3.6.1.4.1.15953.9.1.10 NAME 'sudoOrder' DESC 'an integer to order the sudoRole entries' EQUALITY integerMatch @@ -71,6 +71,7 @@ attributeType ( 1.3.6.1.4.1.15953.9.1.10 objectclass ( 1.3.6.1.4.1.15953.9.2.1 NAME 'sudoRole' SUP top STRUCTURAL DESC 'Sudoer Entries' MUST ( cn ) - MAY ( sudoUser $ sudoHost $ sudoCommand $ sudoRunAs $ sudoRunAsUser $ sudoRunAsGroup $ sudoOption $ sudoOrder $ sudoNotBefore $ sudoNotAfter $ - description ) + MAY ( sudoUser $ sudoHost $ sudoCommand $ sudoRunAs $ sudoRunAsUser $ + sudoRunAsGroup $ sudoOption $ sudoOrder $ sudoNotBefore $ + sudoNotAfter $ description ) )