Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ldap: Instance Name #286

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

JediKev
Copy link
Contributor

@JediKev JediKev commented May 16, 2024

This addresses an issue where if you have more than one LDAP instance running it will show "Active Directory or LDAP" for all instances making it hard to differentiate the instances. This updates the getName() function to grab the name from the config if available otherwise defaults to the default name.

@titodev-it
Copy link

Hi, this pull request solves the problem only partially. You have to change the code for clients as well (same file, lines 478-479 and 485). Could you take a look?

@JediKev
Copy link
Contributor Author

JediKev commented Jul 23, 2024

@titodev-it

Good catch! Thank you.

Cheers.

This addresses an issue where if you have more than one LDAP instance
running it will show "Active Directory or LDAP" for all instances making it
hard to differentiate the instances. This updates the `getName()` function
to grab the name from the config if available otherwise defaults to the
default name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants