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

correction in sssd.conf man page #5325

Closed
ikerexxe opened this issue Sep 21, 2020 · 1 comment
Closed

correction in sssd.conf man page #5325

ikerexxe opened this issue Sep 21, 2020 · 1 comment
Assignees
Labels
Closed: Fixed Issue was closed as fixed.

Comments

@ikerexxe
Copy link
Contributor

Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 8): Bug 1879860

Description of problem:

The sssd.conf(5) man page documents the pam_response_filter as an integer
configuration and then proceeds with instructions on how to configure the
parameter with text. You may want to update the type to (string) instead.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

As seen in the man page of sssd.conf

---
       pam_response_filter (integer)
           A comma separated list of strings which allows to remove (filter)
data sent by the PAM responder to pam_sss PAM module. There are different kind
of responses sent to pam_sss e.g. messages displayed to the user or
           environment variables which should be set by pam_sss.

           While messages already can be controlled with the help of the
pam_verbosity option this option allows to filter out other kind of responses
as well.

           Currently the following filters are supported:

           ENV
               Do not send any environment variables to any service.

           ENV:var_name
               Do not send environment variable var_name to any service.

           ENV:var_name:service
               Do not send environment variable var_name to service.

           Default: not set

           Example: ENV:KRB5CCNAME:sudo-i
---
@ikerexxe ikerexxe self-assigned this Sep 21, 2020
tscherf added a commit to tscherf/sssd that referenced this issue Sep 21, 2020
@pbrezina
Copy link
Member

Pushed PR: #5324

  • master
    • b377253 - MAN: fix 'pam_responsive_filter' option type

@pbrezina pbrezina added the Closed: Fixed Issue was closed as fixed. label Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed: Fixed Issue was closed as fixed.
Projects
None yet
Development

No branches or pull requests

2 participants