################################################################################
# Map LDAP groups to ZendHQ RBAC group names
################################################################################

# Each line in this file must contain a regular expression matching LDAP group
# names followed by a ZendHQ RBAC group name separated by at least two spaces or
# <TAB> characters.
#
# Lines starting with `;` or `#` characters are comments and ignored when reading
# the file.
#
# The file can contain multiple lines that are processed in the order they appear
# in this file. The first regular expression matching the LDAP group name will be
# used.
#
# For example:
#
# CN=Zend Test,.*       devel
#
# The ZendHQ RBAC group name "devel" would be used for the LDAP group name
# "CN=Zend Test,CN=Users,DC=ldap,DC=server".
