I have an Ldap Server configured an running and another server listen to this users database. (Ldap client)
I need to force users login on ssh with user as email
(dc: mail=myself@anymail.com)
and not default username.
(uid:)
example:
ssh -l user@anymail.com 192.168.0.100
Is this possible?