Blame SOURCES/sudo-1.8.6p3-mantypos-ldap.patch

72fdaf
diff -up sudo-1.8.6p3/doc/sudoers.ldap.cat.mantypos-ldap sudo-1.8.6p3/doc/sudoers.ldap.cat
72fdaf
--- sudo-1.8.6p3/doc/sudoers.ldap.cat.mantypos-ldap	2012-09-18 15:57:43.000000000 +0200
72fdaf
+++ sudo-1.8.6p3/doc/sudoers.ldap.cat	2015-04-16 11:24:08.277692534 +0200
72fdaf
@@ -119,7 +119,7 @@ D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
72fdaf
      s?su?ud?do?oN?No?ot?tA?Af?ft?te?er?r
72fdaf
            A timestamp in the form yyyymmddHHMMSSZ that indicates an
72fdaf
            expiration date/time, after which the sudoRole will no longer be
72fdaf
-           valid.  If multiple sudoNotBefore entries are present, the last one
72fdaf
+           valid.  If multiple sudoNotAfter entries are present, the last one
72fdaf
            is used.  Note that timestamps must be in Coordinated Universal
72fdaf
            Time (UTC), not the local timezone.  The minute and seconds
72fdaf
            portions are optional, but some LDAP servers require that they be
72fdaf
@@ -134,8 +134,8 @@ D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
72fdaf
            inherent order.  The sudoOrder attribute is an integer (or floating
72fdaf
            point value for LDAP servers that support it) that is used to sort
72fdaf
            the matching entries.  This allows LDAP-based sudoers entries to
72fdaf
-           more closely mimic the behaviour of the sudoers file, where the of
72fdaf
-           the entries influences the result.  If multiple entries match, the
72fdaf
+           more closely mimic the behaviour of the sudoers file, where the order
72fdaf
+           of the entries influences the result.  If multiple entries match, the
72fdaf
            entry with the highest sudoOrder attribute is chosen.  This
72fdaf
            corresponds to the ``last match'' behavior of the sudoers file.  If
72fdaf
            the sudoOrder attribute is not present, a value of 0 is assumed.
72fdaf
diff -up sudo-1.8.6p3/doc/sudoers.ldap.man.in.mantypos-ldap sudo-1.8.6p3/doc/sudoers.ldap.man.in
72fdaf
--- sudo-1.8.6p3/doc/sudoers.ldap.man.in.mantypos-ldap	2012-09-18 15:57:43.000000000 +0200
72fdaf
+++ sudo-1.8.6p3/doc/sudoers.ldap.man.in	2015-04-16 11:24:08.277692534 +0200
72fdaf
@@ -238,7 +238,7 @@ that indicates an expiration date/time,
72fdaf
 \fRsudoRole\fR
72fdaf
 will no longer be valid.
72fdaf
 If multiple
72fdaf
-\fRsudoNotBefore\fR
72fdaf
+\fRsudoNotAfter\fR
72fdaf
 entries are present, the last one is used.
72fdaf
 Note that timestamps must be in Coordinated Universal Time (UTC),
72fdaf
 not the local timezone.
72fdaf
@@ -264,7 +264,7 @@ The
72fdaf
 attribute is an integer (or floating point value for LDAP servers
72fdaf
 that support it) that is used to sort the matching entries.
72fdaf
 This allows LDAP-based sudoers entries to more closely mimic the behaviour
72fdaf
-of the sudoers file, where the of the entries influences the result.
72fdaf
+of the sudoers file, where the order of the entries influences the result.
72fdaf
 If multiple entries match, the entry with the highest
72fdaf
 \fRsudoOrder\fR
72fdaf
 attribute is chosen.
72fdaf
diff -up sudo-1.8.6p3/doc/sudoers.ldap.mdoc.in.mantypos-ldap sudo-1.8.6p3/doc/sudoers.ldap.mdoc.in
72fdaf
--- sudo-1.8.6p3/doc/sudoers.ldap.mdoc.in.mantypos-ldap	2012-09-18 15:57:43.000000000 +0200
72fdaf
+++ sudo-1.8.6p3/doc/sudoers.ldap.mdoc.in	2015-04-16 11:32:51.574469447 +0200
72fdaf
@@ -15,7 +15,7 @@
72fdaf
 .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
72fdaf
 .\"
72fdaf
 .Dd July 12, 2012
72fdaf
-.Dt SUDOERS.LDAP @mansectsu@
72fdaf
+.Dt SUDOERS.LDAP @mansectform@
72fdaf
 .Os Sudo @PACKAGE_VERSION@
72fdaf
 .Sh NAME
72fdaf
 .Nm sudoers.ldap
72fdaf
@@ -224,7 +224,7 @@ that indicates an expiration date/time,
72fdaf
 .Li sudoRole
72fdaf
 will no longer be valid.
72fdaf
 If multiple
72fdaf
-.Li sudoNotBefore
72fdaf
+.Li sudoNotAfter
72fdaf
 entries are present, the last one is used.
72fdaf
 Note that timestamps must be in Coordinated Universal Time (UTC),
72fdaf
 not the local timezone.
72fdaf
@@ -249,7 +249,7 @@ The
72fdaf
 attribute is an integer (or floating point value for LDAP servers
72fdaf
 that support it) that is used to sort the matching entries.
72fdaf
 This allows LDAP-based sudoers entries to more closely mimic the behaviour
72fdaf
-of the sudoers file, where the of the entries influences the result.
72fdaf
+of the sudoers file, where the order of the entries influences the result.
72fdaf
 If multiple entries match, the entry with the highest
72fdaf
 .Li sudoOrder
72fdaf
 attribute is chosen.