Este contenido no está disponible en el idioma seleccionado.
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.conf
file:full_name_format = %1$s
full_name_format = %1$s
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Restart SSSD:
systemctl restart sssd
# systemctl restart sssd
Copy to Clipboard Copied! Toggle word wrap Toggle overflow