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
The centrifydc_line type's regular expression prevents setting legitimate configuration values.
Valid examples from centrify.conf which are blocked by this regex:
Setting these kind of values results in the error:
Encountered in v1.0.2