Pure-Storage-Ansible / FlashArray-Collection

Ansible Collection for Pure Storage FlashArray
GNU General Public License v3.0
19 stars 21 forks source link

Failure creating new ds configuration when not using force_bind_password #464

Closed tylergmuir closed 9 months ago

tylergmuir commented 9 months ago

Describe the bug If you have force_bind_password: false and there is no current directory services configuration, you will receive an error stating "Both bind user and bind password must be configured." even when providing both bind_user and bind_password.

To Reproduce Steps to reproduce the behavior:

  1. Have no current directory services configuration.
  2. Attempt to configure a new directory services configuration with using force_bind_password: false.

Expected behavior The directory services configuration should be applied without error.