[krb5-auth-dialog] Remove duplicate docs



commit 7256304b12604857528d4c79d6d84c3f70ba0b4e
Author: Guido Günther <agx sigxcpu org>
Date:   Mon Jun 8 08:53:07 2015 +0200

    Remove duplicate docs

 README |   34 ----------------------------------
 1 files changed, 0 insertions(+), 34 deletions(-)
---
diff --git a/README b/README
index 8a2d036..25a192e 100644
--- a/README
+++ b/README
@@ -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:


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