BZValoche

Results 5 issues of BZValoche

DayInterval and WeekInterval are directly the number of days of weeks between task runs.

Hi, When entry.DN contains a backslash, a parenthesis, an asterisk or a null character, the following query fails because the filter is invalid. https://github.com/korylprince/go-ad-auth/blob/0ee4caa3e0d969ebe086e28cf082fe17f63ee6a7/auth.go#L60 You should escape entry.DN using the...

Hi, My use case : I sent a huge stdin to a powershell in order to transfer a file. I send a base64 stream which is decoded on the fly...

Added in v2.10.0, not documented other than in the release notes and the code.

Add the associated VLAN list when creating a network. For example : ``` nios_network: provider: "{{ipam_provider}}" network: "10.0.0.0/27" state: present vlans: - vlan: "{{lookup('nios', 'vlan', filter={'id':123}, provider=ipam_provider)._ref}}" - vlan: "{{lookup('nios',...