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
When configuring an LDAP user backend in Icinga Web 2, the validation process fails due to the uid attribute not being recognized as part of the inetOrgPerson object class.
To Reproduce
Create a resource exactly as below
Attempt to create an LDAP user backend from it, validate configuration
Failed to successfully validate the configuration: UserNameAttribute "uid" not existing in objectClass "inetOrgPerson"
Add LDAP Filter (uid=*), validate configuration
The configuration has been successfully validated. (...) 14 users found in backend
Describe the bug
When configuring an LDAP user backend in Icinga Web 2, the validation process fails due to the uid attribute not being recognized as part of the inetOrgPerson object class.
To Reproduce
(uid=*)
, validate configurationResource
Expected behavior
Icinga Web auto-adds
(LDAP User Name Attribute=*)
to filter.Your Environment
php --version
): PHP 7.4.33 (cli) (built: Dec 7 2024 22:44:42) ( NTS )The text was updated successfully, but these errors were encountered: