Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Valid configuration fails centrifydc_line regular expression #14

Open
dekimsey opened this issue Aug 11, 2017 · 0 comments
Open

Valid configuration fails centrifydc_line regular expression #14

dekimsey opened this issue Aug 11, 2017 · 0 comments

Comments

@dekimsey
Copy link

dekimsey commented Aug 11, 2017

The centrifydc_line type's regular expression prevents setting legitimate configuration values.

Valid examples from centrify.conf which are blocked by this regex:

# adclient.krb5.tkt.encryption.types: aes256-cts aes128-cts arcfour-hmac-md5 des-cbc-md5 des-cbc-crc
# pam.auth.failure.mesg: Password authentication failure
# pam.password.enter.mesg: "Password: "

Setting these kind of values results in the error:

Failed to apply catalog: Parameter value failed on Centrifydc_line[adclient.krb5.tkt.encryption.types]: Invalid value "aes256-cts aes128-cts". Valid values match /^[\w\.:\/]+$/. at /etc/puppetlabs/code/environments/modules/tweaks/manifests/centrify.pp:5

Encountered in v1.0.2

dekimsey added a commit to dekimsey/centrify that referenced this issue Jul 27, 2018
Some configuration values are full-on phrases or prompts, others are whitelist separated lists, some are uris.

Fixes walkamongus#14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant