Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remctld -h output missing -k information #34

Open
macrotex opened this issue Sep 27, 2023 · 0 comments
Open

remctld -h output missing -k information #34

macrotex opened this issue Sep 27, 2023 · 0 comments

Comments

@macrotex
Copy link

When running remctld -h on Debian bookworm I see this:

Usage: remctld <options>

Options:
    -b <addr>     Bind to a specific address (may be given multiple times)
    -d            Log verbose debugging information
    -F            Run in the foreground instead of forking and exiting
    -f <file>     Config file (default: /etc/remctl/remctl.conf)
    -h            Display this help
    -m            Stand-alone daemon mode, meant mostly for testing
    -P <file>     Write PID to file, only useful with -m
    -p <port>     Port to use, only for standalone mode (default: 4373)
    -S            Log to standard output/error rather than syslog
    -s <service>  Service principal to use (default: host/<host>)
    -v            Display the version of remctld
    -Z            Raise SIGSTOP once ready for connections

Supported ACL methods: file, princ, deny, localgroup, regex

However, running man remctld shows (in part) this:

 -k keytab
     [2.8] Use keytab as the keytab for server credentials rather than the system default or the value of the KRB5_KTNAME
     environment variable.  Using -k just sets the KRB5_KTNAME environment variable internally in the process.

Suggestion, add the -k option information to the output of remctld -h.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant