116
edits
(Created page with "= Access to hosts = When an employee needs root access to a host, either for client work or SRE maintence, and they are not the First Responder for that week, they can request the First Responder to add them and the hosts to the sla-temporary-access groups. Once work is completed, the employee needs to inform the First Responder that they and the hosts can be removed from the groups again. == Notes == Sometimes the host might have an older cache of IPA (Either by the em...") |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
# sss_cache -E | # sss_cache -E | ||
The first commands installs the necessary package if it is not present already. The second command clears the cache. It can be that after this, the employee still cannot gain root access. In that case, a restart of the sssd service might help | The first commands installs the necessary package if it is not present already. The second command clears the cache. It can be that after this, the employee still cannot gain root access. In that case, a restart of the sssd service might help | ||
* service sssd restart | * service sssd restart ('''WARNING: this is a dangerous operation and can lead to even the first responder no longer having access. Use with caution/as a last resort''') | ||
For further debugging of any problems, the following commands might prove usefull: | For further debugging of any problems, the following commands might prove usefull: | ||
edits