Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: OpenSSH: Bugs

[Bug 1583] User principal name in AIX

 

 

OpenSSH bugs RSS feed   Index | Next | Previous | View Threaded


bugzilla-daemon at bugzilla

Oct 29, 2009, 5:58 AM

Post #1 of 2 (209 views)
Permalink
[Bug 1583] User principal name in AIX

https://bugzilla.mindrot.org/show_bug.cgi?id=1583

--- Comment #11 from Miguel Sanders <miguel.sanders[at]arcelormittal.com> 2009-10-29 23:58:00 EST ---
Hi Darren

I made some changes to the patch you provided earlier on.
Since enduserdb() will free all allocations made by the getuserattr()
call, it must be located before the actual return.
I also renamed the functions to platform_krb5_get_principal_name and
aix_krb5_get_principal_name.
Finally, since the two user attributes are standard AIX user
attributes, there is no need for an additional configure check. I
changed the platform_krb5_get_principal_name function to

char *
platform_krb5_get_principal_name(const char *pw_name)
{
#ifdef _AIX
return aix_krb5_get_principal_name(pw_name);
#else
return NULL;
#endif
}

Could you review the patch?

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs[at]mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


bugzilla-daemon at bugzilla

Oct 29, 2009, 5:59 AM

Post #2 of 2 (188 views)
Permalink
[Bug 1583] User principal name in AIX [In reply to]

https://bugzilla.mindrot.org/show_bug.cgi?id=1583

Miguel Sanders <miguel.sanders[at]arcelormittal.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #1672|0 |1
is obsolete| |

--- Comment #12 from Miguel Sanders <miguel.sanders[at]arcelormittal.com> 2009-10-29 23:59:11 EST ---
Created an attachment (id=1713)
--> (https://bugzilla.mindrot.org/attachment.cgi?id=1713)
Generic patch

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs[at]mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

OpenSSH bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.