Bugzilla – Attachment 386 Details for
Bug 633
Password authentication fails in HP-UX trusted mode due to DISABLE_SHADOW
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Move protected pw hash retrieval to getspnam
shadow.patch (text/plain), 1.17 KB, created by
Michael Steffens
on 2003-09-06 00:22:32 AEST
(
hide
)
Description:
Move protected pw hash retrieval to getspnam
Filename:
MIME Type:
Creator:
Michael Steffens
Created:
2003-09-06 00:22:32 AEST
Size:
1.17 KB
patch
obsolete
>--- configure.ac-orig Tue Aug 26 03:58:16 2003 >+++ configure.ac Fri Sep 5 13:42:31 2003 >@@ -139,7 +139,6 @@ > AC_DEFINE(USE_PIPES) > AC_DEFINE(LOGIN_NO_ENDOPT) > AC_DEFINE(LOGIN_NEEDS_UTMPX) >- AC_DEFINE(DISABLE_SHADOW) > AC_DEFINE(DISABLE_UTMP) > AC_DEFINE(LOCKED_PASSWD_STRING, "*") > AC_DEFINE(SPT_TYPE,SPT_PSTAT) >@@ -156,7 +155,6 @@ > AC_DEFINE(USE_PIPES) > AC_DEFINE(LOGIN_NO_ENDOPT) > AC_DEFINE(LOGIN_NEEDS_UTMPX) >- AC_DEFINE(DISABLE_SHADOW) > AC_DEFINE(DISABLE_UTMP) > AC_DEFINE(LOCKED_PASSWD_STRING, "*") > AC_DEFINE(SPT_TYPE,SPT_PSTAT) >@@ -170,7 +168,6 @@ > AC_DEFINE(USE_PIPES) > AC_DEFINE(LOGIN_NO_ENDOPT) > AC_DEFINE(LOGIN_NEEDS_UTMPX) >- AC_DEFINE(DISABLE_SHADOW) > AC_DEFINE(DISABLE_UTMP) > AC_DEFINE(LOCKED_PASSWD_STRING, "*") > AC_DEFINE(SPT_TYPE,SPT_PSTAT) >--- openbsd-compat/xcrypt.c-orig Mon Aug 11 15:00:34 2003 >+++ openbsd-compat/xcrypt.c Fri Sep 5 13:42:11 2003 >@@ -104,10 +104,6 @@ > > if (spw != NULL) > pw_password = spw->ufld.fd_encrypt; >-# elsif defined(__hpux) && !defined(HAVE_SECUREWARE) >- struct pr_passwd *spw; >- if (iscomsec() && (spw = getprpwnam(pw->pw_name)) != NULL) >- pw_password = spw->ufld.fd_encrypt; > # endif > > return pw_password;
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 633
:
383
|
385
| 386