aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-05-04 07:51:30 +0200
committerGuido Günther <agx@sigxcpu.org>2010-05-04 07:51:30 +0200
commit6c36311e345b9d3dcd6541b618e389e5ee2413a1 (patch)
tree343979035ad4ddfc8925357aa7934fa8ba8b5cc0 /README
parentdocument changes and release 0.15-1 (diff)
parentImported Upstream version 0.16~rc1 (diff)
downloadkrb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.tar.gz
krb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.tar.bz2
krb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.zip
Merge commit 'upstream/0.16.rc1'
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 6ee4ac7..aadbd9f 100644
--- a/README
+++ b/README
@@ -41,3 +41,13 @@ 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. To enable them you have to set the gconf key:
+
+Enable pam and dummy plugions:
+gconftool-2 --set --list-type=string --type=list /apps/krb5-auth-dialog/plugins/enabled [pam,dummy]
+
+To list currently enabled plugins:
+gconftool-2 --get --list-type=string /apps/krb5-auth-dialog/plugins/enabled
bgstack15