Puppet Data Type Alias: Bodgitlib::LDAP::DN

Defined in:
types/ldap/dn.pp

Overview

Alias of

Pattern[/(?x) ^ (? (? (?: [[:alpha:]] [[:alnum:]_-]* | (?: (?: oid | OID ) \. )? [[:digit:]]+ (?: \. [[:digit:]]+ )* ) [[:space:]]* = [[:space:]]* (?: \# (?: [[:xdigit:]]{2} )+ | (?: [^,=\+<>#;\\"] | \\ [,=\+<>#;\\"] | \\ [[:xdigit:]]{2} )* | " (?: [^\\"] | \\ [,=\+<>#;\\"] | \\ [[:xdigit:]]{2} )* " ) ) (?: [[:space:]]* \+ [[:space:]]* \g )* ) (?: [[:space:]]* [,;] [[:space:]]* \g )* $/]

Since:

  • 1.5.0



# File 'types/ldap/dn.pp', line 2