Skip to content

Instantly share code, notes, and snippets.

Created September 7, 2017 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e7d171f0c5972492006228ff17b2b6c5 to your computer and use it in GitHub Desktop.
Save anonymous/e7d171f0c5972492006228ff17b2b6c5 to your computer and use it in GitHub Desktop.
output of vagrant@salt:/etc/salt$ salt -a pam '*' test.ping -l trace
username: svcuser
password:
[DEBUG ] Initializing new AsyncZeroMQReqChannel for ('/etc/salt/pki/master', 'salt_master', 'tcp://127.0.0.1:4506', 'clear')
[TRACE ] Inserted key into loop_instance_map id 139773745579504 for key ('/etc/salt/pki/master', 'salt_master', 'tcp://127.0.0.1:4506', 'clear') and process 26176
blahhh
<function wrap at 0x7f1fa87410c8>
blahhh
[DEBUG ] LazyLoaded nested.output
[TRACE ] data = Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error occurred (check disk/inode usage).
Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error occurred (check disk/inode usage).
vagrant@salt:/etc/salt$
vagrant@salt:/etc/salt$ id -a svcuser
uid=1004(svcuser) gid=1004(svcuser) groups=1004(svcuser)
vagrant@salt:/etc/salt$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment