aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-04-03 17:48:36 +0200
committerGuido Günther <agx@sigxcpu.org>2010-04-03 17:48:36 +0200
commiteafd110730ff123526439b807b3adc229a19c1ee (patch)
treead44458958883d55fbfc943b3911bec31bf5ed43 /README
parentImported Upstream version 0.14 (diff)
downloadkrb5-auth-dialog-eafd110730ff123526439b807b3adc229a19c1ee.tar.gz
krb5-auth-dialog-eafd110730ff123526439b807b3adc229a19c1ee.tar.bz2
krb5-auth-dialog-eafd110730ff123526439b807b3adc229a19c1ee.zip
Imported Upstream version 0.15
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index c66eaa6..6ee4ac7 100644
--- a/README
+++ b/README
@@ -2,7 +2,8 @@ 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.
-Configuration:
+Configuration
+=============
Configuration settings are handled via gconf.
You can set the principal that is used to acquire tickets via:
@@ -26,7 +27,8 @@ 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.
-Requesting a TGT via DBus:
+DBus API
+========
You can request a ticket granting ticket via DBus:
dbus-send --print-reply --type=method_call \
@@ -37,3 +39,5 @@ You can request a ticket granting ticket via DBus:
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.
bgstack15