| Summary: | Enchancement: Integration with GridEngine | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Ron Chen <ron_chen_123> | ||||||||
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||||
| Status: | CLOSED WONTFIX | ||||||||||
| Severity: | enhancement | CC: | djm | ||||||||
| Priority: | P2 | ||||||||||
| Version: | 4.1p1 | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Ron Chen
2005-08-17 11:18:12 AEST
Created attachment 948 [details]
Diff against sshd.c, -DSGESSH_INTEGRATION to enable this integration
Created attachment 949 [details]
And also header file changes
Comment on attachment 948 [details] Diff against sshd.c, -DSGESSH_INTEGRATION to enable this integration >! #ifdef SGESSH_INTEGRATION >! sgessh_do_setusercontext(authctxt->pw); The code implementing this function appears to be missing. Or is it supplied by a library (and if so, which one)? Created attachment 950 [details] Diff against sshd.c, -DSGESSH_INTEGRATION to enable this integration attached unified diff, and made the function declaration inside the file. Our build process will call OpenSSH's configure with: % ./configure --with-libs="-L<path> -lsgessh <other SGE libs>" The file that has sgessh_readconfig() and sgessh_do_setusercontext() implemented was post on the SGE mailing list. There's the pointer to the message: http://gridengine.sunsource.net/servlets/ReadMsg?list=users&msgNo=9768 We don't plan to integrate this. closing resolved bugs as of 8.6p1 release |