[Pkg-wmaker-commits] [wmbiff] 07/19: another askpass recipe

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_11
in repository wmbiff.

commit 93cb96a165e0042e6db62d5f881e7a9bdd4a2e7e
Author: bluehal <bluehal>
Date:   Sun Dec 29 01:05:07 2002 +0000

    another askpass recipe
---
 wmbiff/sample.wmbiffrc | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/wmbiff/sample.wmbiffrc b/wmbiff/sample.wmbiffrc
index 070e8d2..ffe0a5c 100644
--- a/wmbiff/sample.wmbiffrc
+++ b/wmbiff/sample.wmbiffrc
@@ -1,4 +1,4 @@
-# $Id: sample.wmbiffrc,v 1.14 2002/12/09 21:45:29 bluehal Exp $
+# $Id: sample.wmbiffrc,v 1.15 2002/12/29 01:05:07 bluehal Exp $
 #
 # See wmbiffrc(5) for more info.
 #
@@ -25,6 +25,11 @@ interval=60
 # line, you can use something like this:
 #askpass = /bin/echo mypassword ; true
 
+# If you's like to chain the password to another program,
+# such as kinit for Kerberos authentication, use (with the
+# ruby interpreter installed):
+askpass = /usr/bin/ssh-askpass -fg cyan -bg black -xrm '*Dialog.title: WMBiff Password Entry' | /usr/bin/ruby -e 'm = gets; IO.popen("/usr/bin/kinit > /dev/null", "w").puts(m); puts(m)' && true
+
 # Skin.  A different source pixmap can be loaded dynamically.
 # If not a full path, wmbiff will search /usr/share/wmbiff:/usr/local/share/wmbiff:.
 # which is intended to keep the .wmbiffrc simple and portable to
@@ -110,6 +115,7 @@ fetchcmd.3=fetchmail
 label.4=IMAP4
 # IMAP4 format: imap:user:password at server[/mailbox][:port] [auth]
 # mailbox is optional, default - INBOX
+# password is optional, default - ask using the askpass config
 # port is optional, default - 143
 path.4=imap:user:password at server
 interval.4=300		# 5 minutes
@@ -117,6 +123,7 @@ interval.4=300		# 5 minutes
 # label.4=IMAPS
 # Secure IMAP format: imaps:user:password at server[/mailbox][:port] [auth]
 # mailbox is optional, default - INBOX
+# password is optional, default - ask using the askpass config
 # port is optional, default - 993
 # path.4=imaps:user:password at server cram-md5
 # interval.4=300          # 5 minutes

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list