summaryrefslogtreecommitdiffstats
path: root/src/kim/agent/mac/AuthenticationController.h
diff options
context:
space:
mode:
authorJustin Anderson <jander@mit.edu>2008-10-29 19:36:06 +0000
committerJustin Anderson <jander@mit.edu>2008-10-29 19:36:06 +0000
commitf3b81bb59566e6ded787f0485968bd9a8ff7d435 (patch)
treeac7d54523df5735adcf91250244788c18fa33d40 /src/kim/agent/mac/AuthenticationController.h
parent283fa8f6ab994d681f74abcc27dc5a4bfbf037c9 (diff)
KerberosAgent hangs changing pw for passwordless identities
Trying to change the password for an identity which only uses non-password authentication methods left KerberosAgent with a spinning progress indicator. Problem was with auth sheet not being ended. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20935 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kim/agent/mac/AuthenticationController.h')
-rw-r--r--src/kim/agent/mac/AuthenticationController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kim/agent/mac/AuthenticationController.h b/src/kim/agent/mac/AuthenticationController.h
index 3b223f7606..b443d8a736 100644
--- a/src/kim/agent/mac/AuthenticationController.h
+++ b/src/kim/agent/mac/AuthenticationController.h
@@ -100,6 +100,8 @@
- (IBAction) cancelTicketOptions: (id) sender;
- (IBAction) saveTicketOptions: (id) sender;
+- (IBAction) cancelAuthSheet: (id) sender;
+
- (void) authSheetDidEnd: (NSWindow *) sheet
returnCode: (int) returnCode
contextInfo: (void *) contextInfo;