RT RT/krbdev.mit.edu: Ticket #4639 krb5_get_init_creds_password does not consistently prompt for password changing Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

[Display] [History] [Basics] [Dates] [People] [Links] [Jumbo]

 
 

 The Basics  
Id
4639
Status
resolved
Worked
0 min
Priority
0/0
Queue
krb5
 

 Keyword Selections  
Component
  • krb5-libs
Version_reported
  • 1.4.4
Version_Fixed
  • 1.4.5
Target_Version
Tags
  • pullup
 

 Relationships  
Depends on:
Depended on by:
Parents:
Children:

Refers to:
Referred to by:
  • 4802: (jaltman) reset use_master flag when master_kdc cannot be found [resolved]
 
 Dates  
Created: Mon Nov 6 16:55:16 2006
Starts: Not set
Started: Mon Nov 6 16:55:20 2006
Last Contact: Wed Nov 8 18:45:06 2006
Due: Not set
Updated: Wed Jun 25 11:56:25 2008 by guest
 

 People  
Owner
 jaltman
Requestors
 jaltman@mit.edu
Cc
 
AdminCc
 
 

 More about Jeffrey Altman  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 

History   Display mode: [Brief headers] [Full headers]
      Mon Nov  6 16:55:17 2006  jaltman - Ticket created    
     
From: jaltman@mit.edu
Subject: SVN Commit

 	krb5_get_init_creds_password() previously did not consistently
	handle KRB5KDC_ERR_KEY_EXP errors.  If there is a "master_kdc"
 	entry for the realm and the KDC is reachable, then the function
	will prompt the user for a password change.  Otherwise, it will
	return the error code to the caller.  If the caller is a ticket
	manager, it will prompt the user for a password change with a
	dialog that is different from the one generated by the prompter
	function passed to krb5_get_init_creds_password.

	With this change krb5_get_init_creds_password() will always
	prompt the user if it would return KRB5KDC_ERR_KEY_EXP unless
	the function is compiled with USE_LOGIN_LIBRARY.  (KFM)


Commit By: jaltman



Revision: 18764
Changed Files:
U   trunk/src/lib/krb5/krb/gic_pwd.c


Download (untitled) 781b
      Mon Nov  6 16:55:20 2006  jaltman - Tags pullup added    
      Mon Nov  6 16:55:20 2006  jaltman - Status changed from new to resolved    
      Mon Nov  6 16:55:21 2006  jaltman - Requestor jaltman@mit.edu added    
      Mon Nov  6 17:12:14 2006  jaltman - Component krb5-libs added    
      Mon Nov  6 17:12:14 2006  jaltman - Version_reported 1.4.4 added    
      Mon Nov  6 17:13:51 2006  jaltman - Comments added    
     
Please pullup to the 1.4 branch for KFW 3.1 Beta 3.

Please pullup to 1.5 and 1.6 for KFW 3.2.

Thanks.


Download (untitled) 104b
      Wed Nov  8 18:43:28 2006  tlyu - Version_Fixed 1.4.5 added    
      Wed Nov  8 18:43:29 2006  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

pull up r18764 from trunk

 r18764@cathode-dark-space:  jaltman | 2006-11-06 16:55:13 -0500
 ticket: new
 tags: pullup
 subject: krb5_get_init_creds_password does not consistently prompt for password
changing

  	krb5_get_init_creds_password() previously did not consistently
 	handle KRB5KDC_ERR_KEY_EXP errors.  If there is a "master_kdc"
  	entry for the realm and the KDC is reachable, then the function
 	will prompt the user for a password change.  Otherwise, it will
 	return the error code to the caller.  If the caller is a ticket
 	manager, it will prompt the user for a password change with a
 	dialog that is different from the one generated by the prompter
 	function passed to krb5_get_init_creds_password.

 	With this change krb5_get_init_creds_password() will always
 	prompt the user if it would return KRB5KDC_ERR_KEY_EXP unless
 	the function is compiled with USE_LOGIN_LIBRARY.  (KFM)




Commit By: tlyu



Revision: 18768
Changed Files:
_U  branches/krb5-1-4/
U   branches/krb5-1-4/src/lib/krb5/krb/gic_pwd.c


Download (untitled) 1k
      Wed Nov  8 18:43:57 2006  tlyu - Version_Fixed 1.4.5 changed to 1.5.2    
      Wed Nov  8 18:43:57 2006  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

pull up r18764 from trunk

 r18764@cathode-dark-space:  jaltman | 2006-11-06 16:55:13 -0500
 ticket: new
 tags: pullup
 subject: krb5_get_init_creds_password does not consistently prompt for password
changing

  	krb5_get_init_creds_password() previously did not consistently
 	handle KRB5KDC_ERR_KEY_EXP errors.  If there is a "master_kdc"
  	entry for the realm and the KDC is reachable, then the function
 	will prompt the user for a password change.  Otherwise, it will
 	return the error code to the caller.  If the caller is a ticket
 	manager, it will prompt the user for a password change with a
 	dialog that is different from the one generated by the prompter
 	function passed to krb5_get_init_creds_password.

 	With this change krb5_get_init_creds_password() will always
 	prompt the user if it would return KRB5KDC_ERR_KEY_EXP unless
 	the function is compiled with USE_LOGIN_LIBRARY.  (KFM)




Commit By: tlyu



Revision: 18770
Changed Files:
_U  branches/krb5-1-5/
U   branches/krb5-1-5/src/lib/krb5/krb/gic_pwd.c


Download (untitled) 1k
      Wed Nov  8 18:45:00 2006  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

pull up r18764 from trunk

 r18764@cathode-dark-space:  jaltman | 2006-11-06 16:55:13 -0500
 ticket: new
 tags: pullup
 subject: krb5_get_init_creds_password does not consistently prompt for password
changing

  	krb5_get_init_creds_password() previously did not consistently
 	handle KRB5KDC_ERR_KEY_EXP errors.  If there is a "master_kdc"
  	entry for the realm and the KDC is reachable, then the function
 	will prompt the user for a password change.  Otherwise, it will
 	return the error code to the caller.  If the caller is a ticket
 	manager, it will prompt the user for a password change with a
 	dialog that is different from the one generated by the prompter
 	function passed to krb5_get_init_creds_password.

 	With this change krb5_get_init_creds_password() will always
 	prompt the user if it would return KRB5KDC_ERR_KEY_EXP unless
 	the function is compiled with USE_LOGIN_LIBRARY.  (KFM)




Commit By: tlyu



Revision: 18778
Changed Files:
_U  branches/krb5-1-6/
U   branches/krb5-1-6/src/lib/krb5/krb/gic_pwd.c


Download (untitled) 1k
      Wed Nov  8 18:46:44 2006  tlyu - Version_Fixed 1.5.2 changed to 1.4.5