[Bug 1583] User principal name in AIX

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Thu Aug 20 20:44:25 EST 2009


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


Darren Tucker <dtucker at zip.com.au> changed:

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


--- Comment #8 from Darren Tucker <dtucker at zip.com.au> 2009-08-20 20:44:24 EST ---
Created an attachment (id=1672)
Make the krb5name patch generic.

This patch is based on #1654, but it's bigger.  There's method in the
madness, honest.  The constraints are:
 - we want to keep the diffs between OpenBSD and Portable to a minimum
 - we'd prefer platform specific code in the relevant platform's file
(in this case, openbsd-compat/port-aix.c)
 - we'd any hooks to be usable by any other platforms.

So, this diff:
 - adds a platform_get_krb5_client_name in platform.c and hooks it in
to auth-krb5.c
 - moves the platform specific code into port-aix.c and adds the hooks
to enable it when appropriate.

I can only compile test this as I don't have (and in fact deny all
knowledge of) kerberos.  Please let me know if it works, or if
differnent names for the functions would be more appropriate.

-- 
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.


More information about the openssh-bugs mailing list