Skip to content

Spaces in parameter names aren't handled properly #63

Description

@simpz

If you have spaces in multi word parameters this module doesn't replace them, even though they perform an identical function.
You just end up with duplicate entries.

e.g.


passdb  backend = tdbsam

   map to guest = Never
   passdb backend = tdbsam

The original file had a double space between "passdb" and "backend", so they are treated as different options and you get a duplicate.

I have submitted a PR to handle idmap config, which is easier to handle around the colon:
https://github.com/rehanone/puppet-samba/pull/62/files

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions