You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Hi Folks.,
I'm trying to run playbooks on win2016 after enabling enable-credssp on remote machine and other prerequisite and mentioned ansible_winrm_transport as credssp
but now I'm facing this error from ansible
"msg": "credssp: Received error status from the server: (3221225819) UNKOWN_STATUS 0xc000015b",
Jordan Borean
unread,
Nov 6, 2018, 7:22:59 AM11/6/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Make sure the account has that right or is in a group that has that right. Also check that it has not been explicitly denied this logon right with the deny right.
Thanks
Jordan
sase kumar
unread,
Nov 6, 2018, 10:43:33 AM11/6/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Hi Jordan,
It actually worked when I passed the user account with domain name in front but I will check with above links about its behaviour . Thanks
Jordan Borean
unread,
Nov 6, 2018, 3:59:42 PM11/6/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Sounds like there is a local user with that username as well but glad you have it working.