Este conteúdo não está disponível no idioma selecionado.
5.5. Changing the Format of User Names Displayed by SSSD
By default, SSSD uses the
user_name@domain_name format when displaying user names. Before you change the format, see Section 5.2.1.9, “Supported User Name Formats” to learn about the reason of this default value.
To configure that SSSD displays only the user name without domain:
- Add the following entry to the domain's section in the
/etc/sssd/sssd.conffile:full_name_format = %1$s - Restart SSSD:
# systemctl restart sssd