Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 12. Eliminating typographical errors in local SSSD configuration
You can test if the /etc/sssd/sssd.conf file on your host contains any typographical errors using the sssctl config-check command.
Prerequisites
- You are logged in as root.
-
The
sssd-toolspackage is installed.
Procedure
Enter the
sssctl config-checkcommand:# sssctl config-check Issues identified by validators: 1 [rule/allowed_domain_options]: Attribute 'ldap_search' is not allowed in section 'domain/<domain_name>'. Check for typos. Messages generated during configuration merging: 0 Used configuration snippet files: 0Open the
/etc/sssd/sssd.conffile and correct the typo. If you, for example, received the error message in the previous step, replaceldap_searchwithldap_search_base:[...] [domain/<domain_name>] ldap_search_base = dc=<domain_component>,dc=<tld> [...]- Save the file.
Restart SSSD:
# systemctl restart sssd
Verification
Enter the
sssctl config-checkcommand:# sssctl config-checkThe output should indicate that no issues were found:
Issues identified by validators: 0
Messages generated during configuration merging: 0
Used configuration snippet files: 0
The /etc/sssd/sssd.conf file now has no typographical errors.