summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf
diff options
context:
space:
mode:
authormanojkiraneda <manojkiran.eda@gmail.com>2019-02-05 10:28:00 +0300
committerAndrew Geissler <geissonator@yahoo.com>2019-03-05 16:19:44 +0300
commit56e35711b2431ff54ad3428fb72b019615244eac (patch)
treed45d6cf5534cce6c71b254d4a9124ea46d02f35d /meta-phosphor/conf
parentfd87f1b7e8640348ab38effacd6f5082df6ae228 (diff)
downloadopenbmc-56e35711b2431ff54ad3428fb72b019615244eac.tar.xz
Adding pam_ldap.so by masking pam load errors
Absence of ldap distro feature will not generate pam_ldap.so because of which we might see some unwanted error messages regarding the failure in opening the pam_ldap.so in journalctl incase if pam_ldap is present in PAM Configuration. This commit would: - Leverage '-' option before the 'type' in pam configuration, by which the PAM library will not log any errors in the syslog if it is not able to load the module beacause it is missing in the system.By using this we don't need two pam configuration files for ldap and unix. - Leverages ignore_unknown_user & ignore_authinfo_unavail options of pam_ldap.so, which forces the PAM framework to ignore pam_ldap incase if the user is not present in LDAP server or if the client cannot connect to LDAP Server. (From meta-phosphor rev: 2c7efc937785a76e35a06b6807e12765ad40d99d) Change-Id: Ic1044989ccae4e6e442de9865cf00cea33f75262 Signed-off-by: manojkiraneda <manojkiran.eda@gmail.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/conf')
0 files changed, 0 insertions, 0 deletions