Skip to content

Valid configuration fails centrifydc_line regular expression #14

@dekimsey

Description

@dekimsey

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

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