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
Adding new user raises following error
managed object not found: UserDirectory:UserDirectory
The text was updated successfully, but these errors were encountered:
@Akasurde Same thing here. Can you clarify what command did you run, and what version of vcsim did you use?
Sorry, something went wrong.
@anfernee Thanks for response.
I am facing this issue while using vcsim with Ansible module called vmware_local_user_manager.py
vmware_local_user_manager.py
vmware_local_user_manager.py uses an API
content.userDirectory.RetrieveUserGroups(...)
This is where vcsim fails.
You can reproduce this using following Ansible Playbook against latest vcsim code.
--- - name: Add User hosts: localhost tasks: - name: Add user vmware_local_user_manager: validate_certs: false hostname: 0.0.0.0 username: user password: pass local_user_name: dev_0001 local_user_password: dev123 local_user_description: Sample Development user state: present
Fixed in #855
No branches or pull requests
Adding new user raises following error
The text was updated successfully, but these errors were encountered: