Codebase list krb5-auth-dialog / 578488d
New patch 0003-Always-startup-not-only-with-a-valid-ticket-cache.patch Always startup, not only with a valid ticket cache Closes: #582497 Guido Günther 13 years ago
2 changed file(s) with 24 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
1 Date: Thu, 19 Aug 2010 14:26:30 +0200
2 Subject: [PATCH] Always startup, not only with a valid ticket cache
3
4 Closes: #582497
5 ---
6 src/krb5-auth-dialog.desktop.in | 2 +-
7 1 files changed, 1 insertions(+), 1 deletions(-)
8
9 diff --git a/src/krb5-auth-dialog.desktop.in b/src/krb5-auth-dialog.desktop.in
10 index 6c83b31..ed21e6e 100644
11 --- a/src/krb5-auth-dialog.desktop.in
12 +++ b/src/krb5-auth-dialog.desktop.in
13 @@ -1,7 +1,7 @@
14 [Desktop Entry]
15 _Name=Network Authentication
16 _Comment=Kerberos Network Authentication Dialog
17 -Exec=krb5-auth-dialog
18 +Exec=krb5-auth-dialog -A
19 Terminal=false
20 Type=Application
21 X-GNOME-Bugzilla-Bugzilla=GNOME
22 --
00 0001-Add-simple-AFS-plugin.patch
11 0002-Rerun-autoreconf.patch
2 0003-Always-startup-not-only-with-a-valid-ticket-cache.patch