6.7. Removing a local override
If you want to remove local override that is defined in the global LDAP directory, use the following procedure.
Conditions préalables
-
root
access -
Installed
sssd-tools
Procédure
To remove the override for a user account, use:
# sss_override user-del user-name
Replace user-name with the name of the user. The changes take effect immediately.
To remove an override for a group, use:
# sss_override group-del group-name
After removing the first override using the
sss_override user-del
orsss_override group-del
command, restart SSSD for the changes to take effect:# systemctl restart sssd
When you remove overrides for a user or group, all overrides for this object are removed.