Bugzilla – Attachment 1787 Details for
Bug 1710
aix_setauthdb/aix_restoredb are not called in getpwnamallow() causing permanently_set_uid() to fail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch fixing this issue
openssh-5.3p1-aixlam.patch (text/plain), 608 bytes, created by
Alexandre Letourneau
on 2010-02-02 05:48:15 AEDT
(
hide
)
Description:
A patch fixing this issue
Filename:
MIME Type:
Creator:
Alexandre Letourneau
Created:
2010-02-02 05:48:15 AEDT
Size:
608 bytes
patch
obsolete
>diff -c -r ./openssh-5.3p1/auth.c ./openssh-5.3p1-aixlam-patch/auth.c >*** ./openssh-5.3p1/auth.c Wed Nov 5 00:12:54 2008 >--- ./openssh-5.3p1-aixlam-patch/auth.c Mon Feb 1 09:53:56 2010 >*************** >*** 525,531 **** >--- 525,539 ---- > parse_server_match_config(&options, user, > get_canonical_hostname(options.use_dns), get_remote_ipaddr()); > >+ #ifdef HAVE_SETAUTHDB >+ aix_setauthdb(user); >+ #endif >+ > pw = getpwnam(user); >+ >+ #ifdef HAVE_SETAUTHDB >+ aix_restoreauthdb(); >+ #endif > if (pw == NULL) { > logit("Invalid user %.100s from %.100s", > user, get_remote_ipaddr()); >
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 1710
: 1787 |
1788