Changes between Initial Version and Version 1 of Ticket #2989, comment 1
- Timestamp:
- 01/13/21 02:57:04 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2989, comment 1
initial v1 4 4 I seem to remember saying this before but I can't locate the ticket comment: you should split your `pamexec` module: there is no need to duplicate so much code. 5 5 (and even if there was, you should import most of it from the other modules, not duplicate it) 6 Just configure your socket with two authentication modules , the first one is `pam` and the second one can do what you want.6 Just configure your socket with two authentication modules (see [/wiki/Authentication]), the first one is `pam` and the second one can do what you want. 7 7 8 8 See also ticket:2933#comment:2 wrt capabilities. Don't use a global.