mariadb/plugin/auth_pam/mapper
Sergei Golubchik 5a5f18f3f7 MDEV-9205 PAM user map plugin does not work with LDAP groups
allow more characters in a valid user/group name:
* POSIX allows dashes '-' and dots '.'
* also the name may end with a dollar sign '$'

for our purposes it's enough to allow [-.$] anywhere in the name
2016-01-25 17:04:14 +01:00
..
pam_user_map.c MDEV-9205 PAM user map plugin does not work with LDAP groups 2016-01-25 17:04:14 +01:00