32 lines
1.0 KiB
Diff
32 lines
1.0 KiB
Diff
|
From e5dc30e0092b240a32f2004966eeecdc57d50fb8 Mon Sep 17 00:00:00 2001
|
||
|
From: Lukas Slebodnik <lslebodn@redhat.com>
|
||
|
Date: Mon, 8 Oct 2018 07:45:45 +0000
|
||
|
Subject: [PATCH 58/83] MAN: Fix typo in ad_gpo_implicit_deny default value
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
Merges: https://pagure.io/SSSD/sssd/pull-request/3846
|
||
|
|
||
|
Reviewed-by: Michal Židek <mzidek@redhat.com>
|
||
|
---
|
||
|
src/man/sssd-ad.5.xml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml
|
||
|
index 0eac382..ea0adf7 100644
|
||
|
--- a/src/man/sssd-ad.5.xml
|
||
|
+++ b/src/man/sssd-ad.5.xml
|
||
|
@@ -432,7 +432,7 @@ DOM:dom1:(memberOf:1.2.840.113556.1.4.1941:=cn=nestedgroup,ou=groups,dc=example,
|
||
|
apply to them.
|
||
|
</para>
|
||
|
<para>
|
||
|
- Default: False (seconds)
|
||
|
+ Default: False
|
||
|
</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
--
|
||
|
2.9.5
|
||
|
|