https://github.com/aws/aws-parallelcluster-cookbook/blob/develop/cookbooks/aws-parallelcluster-platform/files/dcv/pcluster_dcv_authenticator.py#L136 above line is not allowing usernames with `.` (dot) in their username to create a dcv session. dots are usually permitted in AD/LDAP environments- and pcluster claims compatability with AD/LDAP via https://docs.aws.amazon.com/parallelcluster/latest/ug/tutorials_05_multi-user-ad.html
https://github.com/aws/aws-parallelcluster-cookbook/blob/develop/cookbooks/aws-parallelcluster-platform/files/dcv/pcluster_dcv_authenticator.py#L136
above line is not allowing usernames with
.(dot) in their username to create a dcv session.dots are usually permitted in AD/LDAP environments- and pcluster claims compatability with AD/LDAP via https://docs.aws.amazon.com/parallelcluster/latest/ug/tutorials_05_multi-user-ad.html