Christopher Huhn

Results 7 comments of Christopher Huhn

For the record: Old bug, fixed [here](https://github.com/chef/chef/commit/5320cbf9b41789a46a5c5c0a2d818966c9716405?diff=unified#diff-8561ad40ccb208ff3c3f12bf88746df2) Still present though in the [distro-provided chef package from Debian Buster](https://packages.debian.org/buster/chef).

Another observation: LDAP login attempts with an existing user but wrong password are declined with 'Unknown user' instead of 'Wrong password'. This is due to the direct bind that fails....

grrrreg is absolute right that ONA does not work at all without GMP eg. you cannot create subnets. A fix would be to move is_ipv4 definition outside of ip_mangle_gmp definition.

What's still unclear to me is the assignent of `$g++` which I copied from https://github.com/opennetadmin/ona/blob/53c03bcd8eccd7216ec9cc8ab8c70a44d58fa08d/www/include/auth/ldap.class.php#L221 AFAICT the correct `groups.id` for the given group name should looked up and assigned here...

This problem now extends to Ruby >= 2.6.0 as Bundler 2.4 [dropped support for older Rubys](https://github.com/rubygems/rubygems/pull/6107). This affects eg. Debian 10. Can this be fixed?

This fork pins bundler and restores compatibility with older Ruby versions: https://github.com/clemblanco/busser-serverspec_chefdk30 Works for me.