| Summary: | don't link kerberos libs into ssh | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Pierre Ossman <ossman> | ||||
| Component: | Kerberos support | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | enhancement | CC: | dtucker | ||||
| Priority: | P5 | ||||||
| Version: | 6.1p1 | ||||||
| Hardware: | Other | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 2035 | ||||||
| Attachments: |
|
||||||
Applied, thanks. It will be in 6.2p1. mark bugs closed by openssh-6.2 release as CLOSED |
Created attachment 2221 [details] no-krb5.patch ssh just needs the GSSAPI stuff, whilst the full kerberos suite is for sshd. So to avoid a whole bunch of pointless libraries, these would preferably be treated separately. Attached patch does just that.