Nicolas Quiniou-Briand

Results 151 comments of Nicolas Quiniou-Briand

In fact, what is needed is to install RSAT (https://dev.tranquil.it/samba/fr/samba_config_server/samba_install_RSAT.html)

I started to work on this topic at: http://github.com/inverse-inc/ansible-windows. If all is working as expected, I can open a PR here.

Hello @jborean93, Thanks for your feedback. I've published a first version of the collection: https://galaxy.ansible.com/inverse_inc/windows

Hello, With `kitchen 1.24`, I didn't reproduce the issue under a Debian 9 virtual machine: ``` $ kitchen exec centos -c "ansible --version" -----> Execute command on hello-doc-nginstall-centos. ansible 2.7.0...

Hello, Try again your playbook without passing "network_interface_name2=eth1" on CLI, error message is different and doesn't contain name of undefined variable.

@jrouzierinverse, you can find a dump of `$scope` , `$switch`, `$args` and `$switch_params` below from https://github.com/inverse-inc/packetfence/blob/58837a6150ae255f4c106ec4cbbf68e9724c6dc3/lib/pf/access_filter/switch.pm#L125 To avoid any confusion, I'm using following syntax to dump: `Dumper(\$var)` (with a backslash...

IIRC, I tried with another switch module and behavior was identical. So I don't think it's a misconfiguration.

@jrouzierinverse, I can confirm it works **without** `switch=Aruba`: a `Disconnect-Request` is sent (as I expect) and not a `CoA-Request`. Does it mean it's not possible to instantiate a different switch...