[Bug 1583] User principal name in AIX
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Thu Dec 10 18:26:55 EST 2009
https://bugzilla.mindrot.org/show_bug.cgi?id=1583
--- Comment #13 from Darren Tucker <dtucker at zip.com.au> 2009-12-10 18:26:54 EST ---
(From update of attachment 1713)
>Finally, since the two user attributes are standard AIX user
>attributes, there is no need for an additional configure check.
They're not present on old AIXes, which I still test on and currently
work, so I'm not going to remove the #ifdef
>+ } else if (authname != NULL){
>+ enduserdb();
>+ return xstrdup(authname);
This still uses authname after enduserdb.
Other than those two things it looks good, I'll attach an updated
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.
More information about the openssh-bugs
mailing list