SSSD Manual pages sss_override 8 sss_override create local overrides of user and group attributes sss_override COMMAND options DESCRIPTION sss_override enables to create a client-side view and allows to change selected values of specific user and groups. This change takes effect only on local machine. Overrides data are stored in SSSD cache. If the cache is deleted all local overrides are lost. AVAILABLE COMMANDS Argument NAME is the name of original object in all commands. It is not possible to override uid or gid to 0. NAME NAME UID GID HOME SHELL GECOS Override attributes of an user. NAME Remove user overrides. FILE Import user overrides from FILE. Data format is similar to standard passwd file. The format is: original_name:name:uid:gid:gecos:home:shell where original_name is original name of the user whose attributes should be overridden. The rest of fields correspond to new values. You can omit a value simply by leaving corresponding field empty. Examples: ckent:superman:::::: ckent@krypton.com::501:501:Superman:/home/earth:/bin/bash FILE Export all overridden attributes and store them in FILE. See user-import for data format. NAME NAME GID Override attributes of a group. NAME Remove group overrides. FILE Import group overrides from FILE. Data format is similar to standard group file. The format is: original_name:name:gid where original_name is original name of the group whose attributes should be overridden. The rest of fields correspond to new values. You can omit a value simply by leaving corresponding field empty. Examples: admins:administrators: Domain Users:Users:501 FILE Export all overridden attributes and store them in FILE. See group-import for data format. COMMON OPTIONS Those options are available with all commands. , LEVEL