We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using this PAM config file (example_config):
example_config
# sshd: auth account password session auth optional pam_krb5.so use_kcminit auth optional pam_ntlm.so try_first_pass auth optional pam_mount.so try_first_pass auth required pam_opendirectory.so try_first_pass account required pam_nologin.so account required pam_sacl.so sacl_service=ssh account required pam_opendirectory.so password required pam_opendirectory.so session required pam_launchd.so session optional pam_mount.so
Running the following command:
% python pam_parser.py -s -t session example_config
Yields this:
[Exit stack] ---------------------
Even though we should be seeing both session modules in the stack.
session
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using this PAM config file (
example_config
):Running the following command:
Yields this:
Even though we should be seeing both
session
modules in the stack.The text was updated successfully, but these errors were encountered: