You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `domains` | Config dictionary of domains that can authenticate | Hash[String, Any] |
1423
1429
| `access_tags` | List of host tags that domain user can connect to | Array[String] |
1430
+
| `ensure` | Desired state of the `sssd` service (`running` or `stopped`) | Enum['running', 'stopped'] |
1424
1431
| `deny_access` | Deny access to the domains on the host including this class, if undef, the access is defined by tags. | Optional[Boolean] |
1425
1432
| `ldapclient_domain` | Identify which domain (i.e.: a key from `domains`) will be used by ldap clients. if FreeIPA is installed and this parameter is left undefined, ldap client defaults to FreeIPA domain. | Optional[String] |
1426
1433
@@ -1430,6 +1437,7 @@ This class configures external authentication domains
0 commit comments