aboutsummaryrefslogtreecommitdiff
path: root/src/windows/identity/ui/cfg_identities_wnd.c
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-04-07 01:02:00 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-04-07 01:02:00 +0000
commit5ace55fd0e100506f4803ffebc9b1aeb8f252185 (patch)
treee2a0952ffc2418d0dfea7c0a40bbd3e542d60293 /src/windows/identity/ui/cfg_identities_wnd.c
parentd8038bd24c942e972517d9a845b9a9c1f1bf56ef (diff)
downloadkrb5-5ace55fd0e100506f4803ffebc9b1aeb8f252185.zip
krb5-5ace55fd0e100506f4803ffebc9b1aeb8f252185.tar.gz
krb5-5ace55fd0e100506f4803ffebc9b1aeb8f252185.tar.bz2
NIM 1.2.0.1 corrections
NetIdMgr Version 1.2.0.1 netidmgr.exe: - add functionality to implement previously defined "DefaultSticky" registry based configuration parameter. This value is can be added to an installer by a transform or pushed by Group Policy. When set, it controls the default setting of the "sticky" flag for new identities. nidmgr32.dll: - fix the version resources: FileVersion, ProductName, and ProductVersion krb5cred.dll: - when importing an identity from the MSLSA, if there has never been a default identity, configure the MSLSA identity to be the default. ticket: new component: windows tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19407 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/identity/ui/cfg_identities_wnd.c')
-rw-r--r--src/windows/identity/ui/cfg_identities_wnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/identity/ui/cfg_identities_wnd.c b/src/windows/identity/ui/cfg_identities_wnd.c
index 3ba843f..a8813d1 100644
--- a/src/windows/identity/ui/cfg_identities_wnd.c
+++ b/src/windows/identity/ui/cfg_identities_wnd.c
@@ -500,7 +500,7 @@ write_params_idents(void) {
cfg_idents.applied = TRUE;
}
if (cfg_idents.work.sticky != cfg_idents.saved.sticky) {
- khc_write_int32(csp_cw, L"DefaultMonitor",
+ khc_write_int32(csp_cw, L"DefaultSticky",
!!cfg_idents.work.sticky);
cfg_idents.work.sticky = cfg_idents.saved.sticky;
cfg_idents.applied = TRUE;