aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-07-21 13:25:02 +0200
committerGuido Günther <agx@sigxcpu.org>2016-07-21 13:25:02 +0200
commitaa3809290e81ac377de40e3635f07c5b02d8268a (patch)
tree84e5a55f7e2bda2de01673163491e5755702e9ac /README
parentSwitch gbp.conf to unstable (diff)
parentNew upstream version 3.20.0 (diff)
downloadkrb5-auth-dialog-aa3809290e81ac377de40e3635f07c5b02d8268a.tar.gz
krb5-auth-dialog-aa3809290e81ac377de40e3635f07c5b02d8268a.tar.bz2
krb5-auth-dialog-aa3809290e81ac377de40e3635f07c5b02d8268a.zip
Merge tag 'upstream/3.20.0' into debian/sid
Upstream version 3.20.0 # gpg: Signature made Do 21 Jul 2016 13:25:02 SAST # gpg: using RSA key 0x07B8B7B0EA98120B # gpg: please do a --check-trustdb # gpg: Good signature from "Guido Günther <agx@sigxcpu.org>" [ultimate] # gpg: aka "Guido Günther <gg@godiug.net>" [ultimate] # gpg: aka "Guido Günther <agx@debian.org>" [ultimate] # gpg: aka "Guido Günther <guido@xcpu.ch>" [ultimate] # Primary key fingerprint: D343 9DAA 19DC FACD AE87 9CF2 B999 CDB5 8C8D DBD2 # Subkey fingerprint: BC7C D072 3875 EBAD 05DF 1CD9 07B8 B7B0 EA98 120B
Diffstat (limited to 'README')
-rw-r--r--README40
1 files changed, 3 insertions, 37 deletions
diff --git a/README b/README
index 8a2d036..65cb103 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-krb5-auth-dialog is a simple dialog that monitors kerberos tickets, and
+krb5-auth-dialog is a simple dialog that monitors Kerberos tickets, and
pops up a dialog when they are about to expire. Eventually, we expect
it to be part of GNOME.
@@ -40,40 +40,6 @@ Plugins are currently disabled by default. Individual plugins can be enabled via
Enable pam and dummy plugions:
.
-
-You can set the principal that is used to acquire tickets via:
-gsettings set org.gnome.KrbAuthDialog principal "principal@YOUR.REALM"
-
-You can set the time of the first password prompt via:
-gsettings set org.gnome.KrbAuthDialog prompt-minutes 30
-
-You can set the principals pkinit identifier via:
-gsettings set org.gnome.KrbAuthDialog pk-userid "FILE:/path/to/user.pem,/path/to/user.key"
-
-or if you're using a smartcard:
-gsettings set org.gnome.KrbAuthDialog pk-userid "PKCS11:/usr/lib/opensc/opensc-pkcs11.so"
-
-DBus API
-========
-You can request a ticket granting ticket via DBus:
-
- dbus-send --print-reply --type=method_call \
- --dest=org.gnome.KrbAuthDialog \
- /org/gnome/KrbAuthDialog \
- org.gnome.KrbAuthDialog.acquireTgt \
- string:'principal'
-
-If the sent principal doesn't match the one currently in the ticket cache the
-request fails. To request a TGT for the "default" principal use string:''.
-
-See examples/tgt-signals.py for information about sent DBus signals.
-
-
-Plugins
-=======
-Plugins are currently disabled by default. Individual plugins can be enabled via gsettings:
-
-Enable pam and dummy plugions:
gsettings set org.gnome.KrbAuthDialog.plugins enabled "['pam', 'dummy']"
To list currently enabled plugins:
@@ -85,8 +51,8 @@ A Note on Translations
Kerberos doesn't translate either its prompts or its error messages.
As the prompt is very visible, we need to translate it externally. To
do this, the etpo binary in etpo/ can be used to extract the public
-strings that kerberos uses. We are checking that in for now, until
-kerberos gets translated.
+strings that Kerberos uses. We are checking that in for now, until
+Kerberos gets translated.
If your language doesn't have a translation yet and you want to provide one do a
bgstack15