If the type field is prefixed with a hyphen, and the module is not
found on disk, ignore the entry instead of failing. This simplifies
management of systems which rely on third-party PAM modules.
Details
Details
- Reviewers
ivy
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 63996 Build 60880: arc lint + arc unit
Event Timeline
Comment Actions
to make it easier to review this change, could you please describe what the current behaviour is, and what the behaviour would be with your change?
you might also consider providing a test case for this change.
contrib/openpam/lib/libpam/openpam_configure.c | ||
---|---|---|
296 |
Comment Actions
The current behavior is described in pam.conf(5). The change is described in the commit message.
contrib/openpam/lib/libpam/openpam_configure.c | ||
---|---|---|
296 | no, this is third-party code which follows its own style. |