rtliber-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rtliber-help] [PATCH] Instructions for using auth-source


From: jdcampo
Subject: [Rtliber-help] [PATCH] Instructions for using auth-source
Date: Mon, 01 Aug 2016 23:29:25 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.94 (gnu/linux)

diff --git a/doc/rt-liberation.texinfo b/doc/rt-liberation.texinfo
index 3fa9dc9..fbaaaed 100644
--- a/doc/rt-liberation.texinfo
+++ b/doc/rt-liberation.texinfo
@@ -147,6 +147,19 @@ which version of RT the server is running:
       rt-liber-rt-version "4.2.4")
 @end lisp
 
+In addition, specify your username and password:
+
address@hidden
+(setq rt-liber-rest-username "someuser"
+      rt-liber-rest-pasword  "somepassword")
address@hidden lisp
+
+Alternatively, you can make rt-liberation use the auth-source library by
+setting the variable @var{rt-liber-rest-use-auth-source-p}. This way
+Emacs will prompt you for your password. You can also store the
+credentials in the ~/.authinfo.gpg (GPG encrypted) or ~/.authinfo files.
address@hidden,,,auth} for details.
+
 rt-liberation can issue a command to ``take'' a ticket (that is,
 assign it to yourself). For this the variable @var{rt-liber-username}
 must be set:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]