Skip Menu |
 

From: jaltman@mit.edu
Subject: SVN Commit
krb5_get_init_creds_opt_set_change_password_prompt is a new
gic option that permits the prompter code to be skipped
when the password has expired. This option is meant to
be used by credential managers such as NetIDMgr and
Kerberos.app that have their own built in password change
dialogs.

This patch adds the new function, exports it on Windows,
and makes use of it within the Krb5 identity provider
for NetIDMgr.

The patch is written to ensure that no changes to the
krb5_get_init_creds_opt structure are required and
to ensure that the default behavior, prompting, is
maintained.

The export lists for UNIX and KFM must still be updated.

The function prototype was committed as part of ticket 3642.


Commit By: jaltman



Revision: 18954
Changed Files:
U trunk/src/lib/krb5/krb/gic_opt.c
U trunk/src/lib/krb5/krb/gic_pwd.c
U trunk/src/lib/krb5_32.def
U trunk/src/windows/identity/plugins/common/dynimport.c
U trunk/src/windows/identity/plugins/common/dynimport.h
U trunk/src/windows/identity/plugins/krb5/krb5funcs.c
From: tlyu@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 1.3KiB
pull up r18954 from trunk

r18954@cathode-dark-space: jaltman | 2006-12-14 18:33:53 -0500
ticket: new
subject: krb5_get_init_creds_opt_set_change_password_prompt

krb5_get_init_creds_opt_set_change_password_prompt is a new
gic option that permits the prompter code to be skipped
when the password has expired. This option is meant to
be used by credential managers such as NetIDMgr and
Kerberos.app that have their own built in password change
dialogs.

This patch adds the new function, exports it on Windows,
and makes use of it within the Krb5 identity provider
for NetIDMgr.

The patch is written to ensure that no changes to the
krb5_get_init_creds_opt structure are required and
to ensure that the default behavior, prompting, is
maintained.

The export lists for UNIX and KFM must still be updated.

The function prototype was committed as part of ticket 3642.




Commit By: tlyu



Revision: 18969
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/lib/krb5/krb/gic_opt.c
U branches/krb5-1-6/src/lib/krb5/krb/gic_pwd.c
U branches/krb5-1-6/src/lib/krb5_32.def
U branches/krb5-1-6/src/windows/identity/plugins/common/dynimport.c
U branches/krb5-1-6/src/windows/identity/plugins/common/dynimport.h
U branches/krb5-1-6/src/windows/identity/plugins/krb5/krb5funcs.c
Does libkrb5.exports also need updating?
Date: Mon, 18 Dec 2006 19:17:48 -0500
From: Jeffrey Altman <jaltman@mit.edu>
To: rt@krbdev.mit.edu
Subject: Re: [krbdev.mit.edu #5090] krb5_get_init_creds_opt_set_change_password_prompt
RT-Send-Cc:
Tom Yu via RT wrote:
Show quoted text
> Does libkrb5.exports also need updating?

I think so.
From: tlyu@mit.edu
Subject: SVN Commit
export krb5_get_init_creds_opt_set_change_password_prompt

Commit By: tlyu



Revision: 18970
Changed Files:
_U trunk/
U trunk/src/lib/krb5/libkrb5.exports
From: tlyu@mit.edu
Subject: SVN Commit
r18970@cathode-dark-space: tlyu | 2006-12-18 19:21:38 -0500
ticket: 5090

export krb5_get_init_creds_opt_set_change_password_prompt



Commit By: tlyu



Revision: 18971
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/lib/krb5/libkrb5.exports