[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: authinfo not working for `su'
From: |
Ted Zlatanov |
Subject: |
Re: authinfo not working for `su' |
Date: |
Tue, 15 Jun 2010 07:52:35 -0500 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) |
On Tue, 15 Jun 2010 09:24:12 +0200 Ulf Stegemann <address@hidden> wrote:
US> auth-source-user-or-password: get password for remote.host.org (su) +
user=nil
It's probably something simple that I missed when I added auth-source
support. The call is (wrapped by a tramp call):
(auth-source-user-or-password "password" tramp-current-host
tramp-current-method)
so can you try
(auth-source-user-or-password "password" "remote.host.org" "su")
please? It certainly seems like that should work based on your settings.
Ted