diff options
author | Guido Guenther <agx@sigxcpu.org> | 2008-06-08 17:28:55 +0200 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-06-08 17:28:55 +0200 |
commit | 58cc3326be8fa3b841d0596987090d7cb356e101 (patch) | |
tree | 9382dca6a9fa5a503bb1f307c902f73d5e7b8653 /README | |
parent | Imported upstream version 0.6 (diff) | |
download | krb5-auth-dialog-58cc3326be8fa3b841d0596987090d7cb356e101.tar.gz krb5-auth-dialog-58cc3326be8fa3b841d0596987090d7cb356e101.tar.bz2 krb5-auth-dialog-58cc3326be8fa3b841d0596987090d7cb356e101.zip |
Imported Upstream version 0.7.git30891fc
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -2,9 +2,21 @@ 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. -A note on translations: +Configuration: +Configuration settings are handled via gconf. + +You can set the principal that is used to acquire tickets via: +gconftool-2 --type=string --set /apps/krb5-auth-dialog/principal "principal@YOUR.REALM" + +You can hide the tray icon via: +gconftool-2 --type=bool --set /apps/krb5-auth-dialog/show_trayicon false -Kerberos doesn't translate either it's prompts or its error messages. +You can set the time of the first password prompt via: +gconftool-2 --type=int --set /apps/krb5-auth-dialog/prompt_minutes 30 + + +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 |