AnsibleGuy76
AnsibleGuy76
Selectors are empty : &:not(.is-left-to-right), &:not(.is-right-to-left) and are throwing warnings in compilers.
The basic strategy project is abandoned and flawed. A simple example : you can have a colon ":" in the password. The github "https://github.com/jaredhanson/passport-http" has even 28 pull requests, including...
While implementing ldap authentication against AD with ldapjs, I have noticed the following : When searching for a user with non-ascii characters, I noticed AD returns the DN encoded. example...
Add function : ``` function unescapeLdapResult(ldapResult) { // Regular expression to match the escaped sequences const regex = /\\([0-9a-fA-F]{2})\\([0-9a-fA-F]{2})/g; // Replace each escaped sequence with its Unicode character return ldapResult.replace(regex,...
### Discussed in https://github.com/ansibleguy76/ansibleforms/discussions/145 Originally posted by **checkifexist** February 7, 2024 Can we have a button for downloading logs that are displayed after executing the form, This feature is already...
### Summary When you don't manually set the https property to true, the module fails with "https must be true" ### Component Name na_ontap_software_update ### Ansible Version ```console $ ansible...
### Summary This module is missing several properties - qos_adaptive_policy_group - space_guarantee - snaplock_type - junction_active - comment ### Component Name na_ontap_volume_clone ### Ansible Version ```console $ ansible --version N/A...
### Summary Hi, For consistency, can we add an alias for flexvol_name => volume_name. I don't see the use of deviating names from one module to another ### Component Name...
### Summary same a qtree, you use volume_name in many module but for qtree & lun, you use flexvol_name, there is no consistency ### Component Name na_ontap_lun ### Additional Information...
### Summary property increment_size is not supported for rest and is not mentioned ### Component Name na_ontap_volume_autosize ### Ansible Version ```console $ ansible --version latest ``` ### ONTAP Collection Version...