Freibuis

Results 9 issues of Freibuis

This should create an enpoint only to show one service group. http://statyus/service-groups/:group_name if not a valid group or a group with no services, then redirect to the `:root` of the...

This should allow access to the HELO setting in the smtp_setting hash. 3rd party systems require this (mailgun for example)

using rails 7.1 with composite + freindly_id will give the following error ```ruby extend FriendlyId friendly_id :name, use: :slugged ``` ``` `scope_for_slug_generator': ["column_one", "column_two"] is not a symbol nor a...

this is an idea for ticket #80 to give influxdb2 support to this module. some notes. will default to influxdb2 (if doing an upgrade rom v1 -> v2 I would...

Should we create a PR to be able to move to influxdb2? or should influxdb puppet module not support influxdb2? (like new module called influxdb2) if so should this module...

This line ``` ruby options[:filter].delete(:in) ``` (https://github.com/Mazwak/active_directory/blob/master/lib/active_directory/base.rb#L269) causes `undefined method 'delete' for Net::LDAP::Filter` if I delete this.. it seems to work (not sure what it was trying to do in...

Add the ability to return group members as an array with out doing an ldap lookup

This pull request should fix 2 problems with large active directory installations. - Changing the base after the base class has been created which can help with speed of find...

Hi, since updating to revision 1.6.1 you will need to use ``` ruby require 'active_directory' ``` regardless if you run this from bundle exec otherwise when you run ``` ruby...