Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-support / openldap / files / 0016-openldap-man-ldap-conf.patch
1 From 8196f53139c4d7e6c1cb8508d1a421299f7eaa61 Mon Sep 17 00:00:00 2001
2 From: babak sarashki <babak.sarashki@windriver.com>
3 Date: Sun, 3 Nov 2019 15:14:39 -0800
4 Subject: [PATCH 16/20] openldap man ldap conf
5
6 From Stx 1901: openldap-man-ldap-conf.patch
7
8 This patch makes clear what is the actual behavior in RHEL due to bug #38402.
9
10 Author: Matus Honek <mhonek@redhat.com>
11 Resolves: #1498841
12 ---
13  doc/man/man5/ldap.conf.5 | 4 ++--
14  1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5
17 index 313b9c2..904bf24 100644
18 --- a/doc/man/man5/ldap.conf.5
19 +++ b/doc/man/man5/ldap.conf.5
20 @@ -25,7 +25,7 @@ in their home directory which will be used to override the system-wide
21  defaults file.
22  The file
23  .I ldaprc
24 -in the current working directory is also used.
25 +in the current working directory is \fBNOT\fP used (this differs from upstream).
26  .LP
27  .LP
28  Additional configuration files can be specified using
29 @@ -50,7 +50,7 @@ Thus the following files and variables are read, in order:
30  .nf
31      variable     $LDAPNOINIT, and if that is not set:
32      system file  ETCDIR/ldap.conf,
33 -    user files   $HOME/ldaprc,  $HOME/.ldaprc,  ./ldaprc,
34 +    user files   $HOME/ldaprc,  $HOME/.ldaprc,  (\fBNOT\fP ./ldaprc, see above),
35      system file  $LDAPCONF,
36      user files   $HOME/$LDAPRC, $HOME/.$LDAPRC, ./$LDAPRC,
37      variables    $LDAP<uppercase option name>.
38 -- 
39 2.17.1
40