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

Is it possible to have a password popup? #31

Open
simendsjo opened this issue Apr 12, 2018 · 1 comment
Open

Is it possible to have a password popup? #31

simendsjo opened this issue Apr 12, 2018 · 1 comment

Comments

@simendsjo
Copy link

I'm using several services which requires Windows Authentication (NTLM). Is there a way to supply this? And can I use it by requiring a popup instead of writing my password in clear text? And can the password be cached in-memory so I don't have to write it each time?

@davidshen84
Copy link

I would suggest using AuthInfo to store your password and use auth-search-source to get the password.

(funcall
 (plist-get
  (car (auth-source-search :user "simendsjo"))
  :secret))

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

No branches or pull requests

2 participants