You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
Because of this behaviour, I think that the following options should be converted to lowercase when saving the LDAP configuration: dn, alias, name, email, pager, firstname, lastname.
The text was updated successfully, but these errors were encountered:
sbraz
added a commit
to sbraz/centreon
that referenced
this issue
Dec 26, 2019
BUG REPORT INFORMATION
Versions
Operating System
CentOS 7
Description
When using non-lowercase attributes in the config, those never match.
Steps to Reproduce
samAccountName
asLogin attribute
in the LDAP config.Describe the received result
Describe the expected result
samAccountName
Additional info
That is because PHP's
ldap_get_entries
converts all attributes to lowercase.Because of this behaviour, I think that the following options should be converted to lowercase when saving the LDAP configuration:
dn
,alias
,name
,email
,pager
,firstname
,lastname
.The text was updated successfully, but these errors were encountered: