Provide components option for configuring PAM daemon
The main drive behind this is to provide the ability to disable the SSH agent and subsequently the SSH_AUTH_SOCK
env var when the daemon is started through the PAM module.
The components=<component,component>
argument is exposed for the PAM module which if provided, is passed to the daemon when started.
The context around this change upstream - https://github.com/NixOS/nixpkgs/issues/101616#issuecomment-915872352
Edited by avitex