This shows you the differences between two versions of the page.
| linux:redhat:sssd [2020/01/30 10:09] – created lunetikk | linux:redhat:sssd [2020/01/30 10:15] (current) – lunetikk | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ==== Configuration ==== | ==== Configuration ==== | ||
| + | |||
| + | example / | ||
| + | < | ||
| + | [sssd] | ||
| + | domains = mydomain.local | ||
| + | config_file_version = 2 | ||
| + | services = nss, pam | ||
| + | |||
| + | [domain/ | ||
| + | ldap_idmap_range_size= 2000000 | ||
| + | ad_domain = mydomain.local | ||
| + | krb5_realm = MYDOMAIN.LOCAL | ||
| + | realmd_tags = manages-system joined-with-adcli | ||
| + | cache_credentials = True | ||
| + | id_provider = ad | ||
| + | krb5_store_password_if_offline = True | ||
| + | default_shell = /bin/bash | ||
| + | ldap_id_mapping = True | ||
| + | use_fully_qualified_names = True | ||
| + | fallback_homedir = /home/%d/%u | ||
| + | access_provider = simple | ||
| + | simple_allow_groups = admins, | ||
| + | simple_allow_users = administrator, | ||
| + | </ | ||
| ==== Commands ==== | ==== Commands ==== | ||
| + | |||
| + | ^ Command | ||
| + | | sss_cache -E | clear cache and update all records | ||
| + | | sss_cache -d < | ||
| + | | sss_cache -u < | ||
| + | | sss_cache -g < | ||