From eafd110730ff123526439b807b3adc229a19c1ee Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 3 Apr 2010 17:48:36 +0200 Subject: Imported Upstream version 0.15 --- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README') 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. -- cgit