]> granicus.if.org Git - sudo/commitdiff
RFC 2849 specifies whitespace as the space character only so replace
authorTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 25 Jun 2018 19:20:04 +0000 (13:20 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 25 Jun 2018 19:20:04 +0000 (13:20 -0600)
tabs with spaces. Bug #840

doc/schema.OpenLDAP

index 19365367b0b001399511911f713ffc5906d439e3..c7a77e8de166b5122a7592e9960968dfaea158ad 100644 (file)
@@ -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 )
     )