]> Frank Brehm's Git Trees - config/berta/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Mon, 11 Feb 2019 12:09:44 +0000 (13:09 +0100)
committerFrank Brehm <frank@brehm-online.com>
Mon, 11 Feb 2019 12:09:44 +0000 (13:09 +0100)
openldap/schema/sudo.schema

index d3e95e00c716811c916169802c924234c3468450..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 )
 
-attributeTypes ( 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 @@ attributeTypes ( 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 )
     )