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

Techdebt examples bootstrapping target domain fixes #1937

Conversation

gabrielg5
Copy link
Collaborator

This PR fixes #1936

Basically 2 main fixes were pushed:

  • target definition / resolution logic in ldap_login function (this is the issue reported in GetUserSPNs and findDelegation bug for Target Domain #1936) -> c63d148
  • some examples (GetLAPSPassword, GetNPUsers, GetADUsers and GetADComputers) are not defining -target-domain parameter and are calling same function than those that do define it (GetUserSPNs and findDelegation) - these scenarios has been better handled in ldap_login function -> 91be51e

@anadrianmanrique anadrianmanrique merged commit 352695f into fortra:master Apr 1, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GetUserSPNs and findDelegation bug for Target Domain
2 participants