Skip to content

Commit

Permalink
CONFIG: add missing ldap attributes for validation
Browse files Browse the repository at this point in the history
https://pagure.io/SSSD/sssd/issue/3961

This patch adds missing 'ldap_host_*' attributes for config validation.

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
  • Loading branch information
tscherf authored and jhrozek committed Feb 20, 2019
1 parent 938dd6c commit 85e3630
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/config/cfg_rules.ini
Expand Up @@ -730,6 +730,14 @@ option = ldap_user_ssh_public_key
option = ldap_user_uid_number
option = ldap_user_uuid
option = ldap_use_tokengroups
option = ldap_host_object_class
option = ldap_host_name
option = ldap_host_fqdn
option = ldap_host_serverhostname
option = ldap_host_member_of
option = ldap_host_search_base
option = ldap_host_ssh_public_key
option = ldap_host_uuid

# For application domains
option = inherit_from
Expand Down

0 comments on commit 85e3630

Please sign in to comment.