wainuiomata / sambal

Experimental web admin for Samba and Active Directory domains
https://wainuiomata.com
GNU General Public License v3.0
1 stars 1 forks source link

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

Closed robvdl closed 7 months ago

robvdl commented 7 months ago

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