]> granicus.if.org Git - sudo/commitdiff
sync with schema.OpenLDAP
authorTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 25 Jun 2018 19:20:34 +0000 (13:20 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 25 Jun 2018 19:20:34 +0000 (13:20 -0600)
doc/sudoers.ldap.cat
doc/sudoers.ldap.man.in
doc/sudoers.ldap.mdoc.in

index aee0da85873c8c84da63f5d4352467dcd351620b..7792ad44a85bf80e07e633b0248e74880e1fcf10 100644 (file)
@@ -936,7 +936,7 @@ E\bEX\bXA\bAM\bMP\bPL\bLE\bES\bS
           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
@@ -985,4 +985,4 @@ D\bDI\bIS\bSC\bCL\bLA\bAI\bIM\bME\bER\bR
      file distributed with s\bsu\bud\bdo\bo or https://www.sudo.ws/license.html for
      complete details.
 
-Sudo 1.8.24                     March 29, 2018                     Sudo 1.8.24
+Sudo 1.8.24                      June 25, 2018                     Sudo 1.8.24
index aecee5a6f97b759fb3ffcc326cf5643e522d0dbd..979e83d7575566da7fa5996d739d784d50c584d1 100644 (file)
@@ -15,7 +15,7 @@
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH "SUDOERS.LDAP" "5" "March 29, 2018" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
+.TH "SUDOERS.LDAP" "5" "June 25, 2018" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
 .nh
 .if n .ad l
 .SH "NAME"
@@ -1577,7 +1577,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
@@ -1588,8 +1588,8 @@ 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 $ sudoNotBefore $ sudoNotAfter $
-        sudoOrder $ description )
+         sudoRunAsGroup $ sudoOption $ sudoNotBefore $ sudoNotAfter $
+         sudoOrder $ description )
    )
 .RE
 .fi
index a4d1d5a63173de8491f0601403a11c68342eac1f..982b80fb455f01e8a0efea0ff7d3621f0d0c3aa9 100644 (file)
@@ -14,7 +14,7 @@
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd March 29, 2018
+.Dd June 25, 2018
 .Dt SUDOERS.LDAP @mansectform@
 .Os Sudo @PACKAGE_VERSION@
 .Sh NAME
@@ -1443,7 +1443,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
@@ -1454,8 +1454,8 @@ 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 $ sudoNotBefore $ sudoNotAfter $
-        sudoOrder $ description )
+         sudoRunAsGroup $ sudoOption $ sudoNotBefore $ sudoNotAfter $
+         sudoOrder $ description )
    )
 .Ed
 .Sh SEE ALSO