Bug 254193 - security/sssd: update man page
Summary: security/sssd: update man page
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-10 15:29 UTC by amendlik
Modified: 2021-11-01 18:32 UTC (History)
4 users (show)

See Also:
fernape: maintainer-feedback-


Attachments
Patch to update paths in man docs (830 bytes, patch)
2021-10-29 22:30 UTC, amendlik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description amendlik 2021-03-10 15:29:20 UTC
Update documentation for sss_ssh_knownhostsproxy for FreeBSD-specific paths.

The current man page includes this section:

       ssh(1) can be configured to use sss_ssh_knownhostsproxy for host key
       authentication by using the following directives for ssh(1)
       configuration:

           ProxyCommand /usr/bin/sss_ssh_knownhostsproxy -p %p %h
           GlobalKnownHostsFile /var/lib/sss/pubconf/known_hosts


On FreeBSD, the paths should be as follows:

           ProxyCommand /usr/local/bin/sss_ssh_knownhostsproxy -p %p %h
           GlobalKnownHostsFile /var/db/sss/pubconf/known_hosts
Comment 1 amendlik 2021-10-29 22:30:14 UTC
Created attachment 229131 [details]
Patch to update paths in man docs
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-11-01 18:31:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=99e88a089ad0d7db7edc77a1cb45797cd610428d

commit 99e88a089ad0d7db7edc77a1cb45797cd610428d
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2021-11-01 16:12:27 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2021-11-01 17:24:23 +0000

    security/sssd: Fix man page paths

    Adapt paths in man page to FreeBSD filesystem layout.

    PR:     254193
    Reported by:    amendlik@gmail.com
    Approved by:    lukas.slebodnik@intrak.sk (maintainter timeout > 4 weeks)

 security/sssd/Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2021-11-01 18:32:50 UTC
Maintainer timeout.

Committed,

Thanks.

Note: The patch did not apply cleanly. It had DOS endline characters.
This change needed  PORTREVISION bump.