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

login: fix login was working on one machine but not another #67

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

robvdl
Copy link
Member

@robvdl robvdl commented Apr 2, 2024

After comparing with Samba's code in CredentialOptions.get_credentials, it appears the line I took out was actually needed:

creds.guess(lp)

I took that line out initially because I didn't think it was needed, turns out I was wrong.

Closes #66

After comparing with Samba's code in CredentialOptions.get_credentials, it appears the line I took out was actually needed:

    creds.guess(lp)

I took that line out initially because I didn't think it was needed, turns out I was wrong.

Closes #66
@robvdl robvdl merged commit 35afd83 into master Apr 2, 2024
1 check passed
@robvdl robvdl deleted the fix-connect branch April 2, 2024 10:57
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.

Login not working on my workstation, must be "missing something"
1 participant