aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-06-19 15:27:57 +0200
committerGuido Günther <agx@sigxcpu.org>2010-06-19 15:27:57 +0200
commitdaedd98264fd9aa755f3122d46ce27f93e08cfca (patch)
tree482a9e1683593e017f49a1fecb230c87c038f22b /README
parentImported Upstream version 0.16~rc1 (diff)
downloadkrb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.tar.gz
krb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.tar.bz2
krb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.zip
Imported Upstream version 0.16~rc2
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 17 insertions, 6 deletions
diff --git a/README b/README
index aadbd9f..9eb5bae 100644
--- a/README
+++ b/README
@@ -20,12 +20,6 @@ gconftool-2 --type=string --set /apps/krb5-auth-dialog/pk_userid "FILE:/path/to/
or if you're using a smartcard:
gconftool-2 --type=string --set /apps/krb5-auth-dialog/pk_userid "PKCS11:/usr/lib/opensc/opensc-pkcs11.so"
-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.
DBus API
========
@@ -42,6 +36,7 @@ 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:
@@ -51,3 +46,19 @@ gconftool-2 --set --list-type=string --type=list /apps/krb5-auth-dialog/plugins
To list currently enabled plugins:
gconftool-2 --get --list-type=string /apps/krb5-auth-dialog/plugins/enabled
+
+
+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.
+
+If your language doesn't have a translation yet and you want to provide one do a
+
+ cd po; make krb5-auth-dialog.pot
+
+in the unpacked source tree to get a template of translatable strings.
+
bgstack15