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

Fixed Kerberos authentication error. #8

Merged
merged 1 commit into from
May 14, 2022

Conversation

TahiTi
Copy link

@TahiTi TahiTi commented Apr 26, 2022

Fixed a problem where when using Kerberos authentication, KDC machine name was being used to create the ldap binding, but not its ip address. If name resolution was not configured, ldap binding would not work, as the dns resolution could not be done.

Now the script checks if the -dc-ip option is configured, it uses the -dc-ip value to perform the ldap binding.

@ShutdownRepo
Copy link
Owner

Thanks for the PR 🙏

@ShutdownRepo ShutdownRepo merged commit ed7f48b into ShutdownRepo:dacledit May 14, 2022
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