Ok, thank you very much! Many of the previous failures of the Windows credentials , can be solved with CredSSP? Windows does have a lot of limitations, and it will be much easier to deploy on Linux later.
在 2018年3月22日星期四 UTC+8下午7:09:30,Jordan Borean写道: > > Installing SQL server requires access to the DPAPI and because a normal > logon process does not have access to the user's credentials it is unable > to access DPAPI. To get around this your either need to; > > * Used CredSSP as the authentication transport, CredSSP sends the user's > credentials and not just a hash so the WinRM session has the credentials > required to access DPAPI > * Use become with the process, like CredSSP it would then have credentials > to access DPAPI > * Use win_psexec, this is like become but is available pre-2.5 > * Use a scheduled task, this is probably too fiddly and the above 3 > options are easier to do so use this as a last resort. > > Thanks > > Jordan > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/de5d0897-b1d1-4b70-b286-336fafd14a7d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
