Skip to content

Issue #22: Parameters for LDAP attribute description are too restrictive

David Verdin requested to merge github/fork/ikedas/issue-22 into sympa-6.2

Created by: ikedas

This PR is intended to be fix to Issue #22 (closed).

Parameters for LDAP attribute description such as "include_ldap_query" did not allow those including option(s) like "cn;lang-ja". Fixed regular expression to check their format according to RFC2251, 4.1.5.

Merge request reports