mark runas become method experimental (#23235)

Due to the number of "real world" caveats in the current runas become method, it was agreed that we'd warn that it's experimental on use. A potential future version based on LogonUser/CreateProcessAsUser will have very different requirements and limitations.
This commit is contained in:
Matt Davis 2017-04-03 13:46:51 -07:00 committed by GitHub
parent 2d8c5e6b8f
commit d85f4a443f
3 changed files with 5 additions and 4 deletions

View file

@ -39,11 +39,11 @@ Target: Mid April 2017
- **Windows platform** (nitzmahone)
- Pipelining support **(done)**
- Become support **(done)**
- Become support **(done/experimental)**
- Integrated kerberos ticket management (via ansible_user/ansible_password) **(done)**
- Switch PS input encoding to BOM-less UTF8 **(done)**
- Server 2016 support/testing (now RTMd) **(in progress)**
- Modularize Windows module_utils (allow N files) **(in progress)**
- Server 2016 support/testing (now RTMd) **(partial)**
- Modularize Windows module_utils (allow N files) **(partial)**
- Declarative argspec for PS / .NET **(bumped to 2.4)**
- Kerberos encryption (via notting, pywinrm/requests_kerberos/pykerberos) **(in progress, available in pywinrm post 2.3 release)**
- Fix plugin-specific connection var lookup/delegation (either registered explicitly by plugins or ansible_(plugin)_*) **(bumped to 2.4)**