Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 278691 Details for
Bug 402721
pam_krb5 password changing problem
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
current proposed patch
pam_krb5-2.2.14-no-pwd-change-prompt.patch (text/plain), 1.71 KB, created by
Nalin Dahyabhai
on 2007-12-05 19:08:35 UTC
(
hide
)
Description:
current proposed patch
Filename:
MIME Type:
Creator:
Nalin Dahyabhai
Created:
2007-12-05 19:08:35 UTC
Size:
1.71 KB
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /usr/local/CVS/pam_krb5/configure.ac,v >retrieving revision 1.9.2.6 >retrieving revision 1.9.2.7 >diff -u -r1.9.2.6 -r1.9.2.7 >--- configure.ac 24 Jul 2007 19:54:02 -0000 1.9.2.6 >+++ configure.ac 5 Dec 2007 18:32:28 -0000 1.9.2.7 >@@ -117,7 +117,7 @@ > > LIBSsave="$LIBS" > LIBS="$LIBS $KRB5_LIBS $KRB4_LIBS" >-AC_CHECK_FUNCS(krb_life_to_time krb_time_to_life krb5_init_secure_context krb5_free_unparsed_name krb5_free_default_realm krb5_set_principal_realm krb_in_tkt in_tkt krb_save_credentials save_credentials) >+AC_CHECK_FUNCS(krb_life_to_time krb_time_to_life krb5_init_secure_context krb5_free_unparsed_name krb5_free_default_realm krb5_set_principal_realm krb_in_tkt in_tkt krb_save_credentials save_credentials krb5_get_init_creds_opt_set_change_password_prompt) > LIBS="$LIBSsave" > headers=' > #include <stdio.h> >Index: src/initopts.c >=================================================================== >RCS file: /usr/local/CVS/pam_krb5/src/initopts.c,v >retrieving revision 1.4 >retrieving revision 1.4.2.1 >diff -u -r1.4 -r1.4.2.1 >--- src/initopts.c 27 Feb 2004 19:56:18 -0000 1.4 >+++ src/initopts.c 5 Dec 2007 18:32:28 -0000 1.4.2.1 >@@ -245,6 +245,10 @@ > _pam_krb5_set_init_opts(krb5_context ctx, krb5_get_init_creds_opt *k5_options, > struct _pam_krb5_options *options) > { >+#ifdef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_CHANGE_PASSWORD_PROMPT >+ /* We want to handle password expiration ourselves, if we can. */ >+ krb5_get_init_creds_opt_set_change_password_prompt(k5_options, 0); >+#endif > /* Only enable or disable these flags if we were told one way or > * another, to avoid stepping on library-wide configuration. */ > if (options->forwardable != -1) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 402721
: 278691