New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFE] Add "enabled" option to domain section #4743
Labels
Comments
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jun 1, 2020
Append the unit tests for the feature. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jun 16, 2020
Append the unit tests for the feature. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jun 17, 2020
Append the unit tests for the feature. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jun 18, 2020
Append the unit tests for the feature. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jun 19, 2020
Append the unit tests for the feature. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jun 19, 2020
Append the unit tests for the feature. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jun 23, 2020
Append the unit tests for the feature. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jun 23, 2020
A new attribute is appended to [domain/*] sections so that a domain ca be enabled/disabled by domain section and for extension by configuration file if each domain is divided in separate files. This attribute override the list of domains at [sssd] section, however the new **enabled** attribute override the values of the list. If no **enabled** attribute is found for a domain section, the domain list criteria is used to enable/disable a domain. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jun 23, 2020
A new attribute is appended to [domain/*] sections so that a domain ca be enabled/disabled by domain section and for extension by configuration file if each domain is divided in separate files. This attribute override the list of domains at [sssd] section, however the new **enabled** attribute override the values of the list. If no **enabled** attribute is found for a domain section, the domain list criteria is used to enable/disable a domain. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jun 24, 2020
A new attribute is appended to [domain/*] sections so that a domain ca be enabled/disabled by domain section and for extension by configuration file if each domain is divided in separate files. This attribute override the list of domains at [sssd] section, however the new **enabled** attribute override the values of the list. If no **enabled** attribute is found for a domain section, the domain list criteria is used to enable/disable a domain. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jun 25, 2020
A new attribute is appended to [domain/*] sections so that a domain ca be enabled/disabled by domain section and for extension by configuration file if each domain is divided in separate files. This attribute override the list of domains at [sssd] section, however the new **enabled** attribute override the values of the list. If no **enabled** attribute is found for a domain section, the domain list criteria is used to enable/disable a domain. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jun 28, 2020
A new attribute is appended to [domain/*] sections so that a domain ca be enabled/disabled by domain section and for extension by configuration file if each domain is divided in separate files. This attribute override the list of domains at [sssd] section, however the new **enabled** attribute override the values of the list. If no **enabled** attribute is found for a domain section, the domain list criteria is used to enable/disable a domain. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jun 29, 2020
A new attribute is appended to [domain/*] sections so that a domain ca be enabled/disabled by domain section and for extension by configuration file if each domain is divided in separate files. This attribute override the list of domains at [sssd] section, however the new **enabled** attribute override the values of the list. If no **enabled** attribute is found for a domain section, the domain list criteria is used to enable/disable a domain. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jun 29, 2020
A new attribute is appended to [domain/*] sections so that a domain ca be enabled/disabled by domain section and for extension by configuration file if each domain is divided in separate files. This attribute override the list of domains at [sssd] section, however the new **enabled** attribute override the values of the list. If no **enabled** attribute is found for a domain section, the domain list criteria is used to enable/disable a domain. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jul 7, 2020
A new attribute is appended to [domain/*] sections so that a domain ca be enabled/disabled by domain section and for extension by configuration file if each domain is divided in separate files. This attribute override the list of domains at [sssd] section, however the new **enabled** attribute override the values of the list. If no **enabled** attribute is found for a domain section, the domain list criteria is used to enable/disable a domain. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jul 7, 2020
A new attribute is appended to [domain/*] sections so that a domain ca be enabled/disabled by domain section and for extension by configuration file if each domain is divided in separate files. This attribute override the list of domains at [sssd] section, however the new **enabled** attribute override the values of the list. If no **enabled** attribute is found for a domain section, the domain list criteria is used to enable/disable a domain. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jul 8, 2020
A new attribute is appended to [domain/*] sections so that a domain ca be enabled/disabled by domain section and for extension by configuration file if each domain is divided in separate files. This attribute override the list of domains at [sssd] section, however the new **enabled** attribute override the values of the list. If no **enabled** attribute is found for a domain section, the domain list criteria is used to enable/disable a domain. Resolves: SSSD#4743
avisiedo
added a commit
to avisiedo/sssd
that referenced
this issue
Jul 9, 2020
A new attribute is appended to [domain/*] sections so that a domain ca be enabled/disabled by domain section and for extension by configuration file if each domain is divided in separate files. This attribute override the list of domains at [sssd] section, however the new **enabled** attribute override the values of the list. If no **enabled** attribute is found for a domain section, the domain list criteria is used to enable/disable a domain. Resolves: SSSD#4743
alexey-tikhonov
added a commit
to alexey-tikhonov/sssd
that referenced
this issue
Aug 12, 2020
In case CONFDB_DOMAIN_ENABLED option was set to a value other than "true"/"false", function would return EOK while leaving `_enabled` uninitialized. Resolves: SSSD#4743
pbrezina
pushed a commit
that referenced
this issue
Sep 4, 2020
In case CONFDB_DOMAIN_ENABLED option was set to a value other than "true"/"false", function would return EOK while leaving `_enabled` uninitialized. Resolves: #4743 Reviewed-by: Sumit Bose <sbose@redhat.com>
madhuriupadhye
added a commit
to madhuriupadhye/sssd
that referenced
this issue
Dec 2, 2020
Configure multiple domain and check 'enabled' parameter. It consists of 4 test cases: 1. Add 'enabled = true' in both ldap domains and check userlookups. 2. Check userlookup when 'domains = ldap1' and add 'enabled = true' in both ldap1, ldap2 section. 3. Check userlookup when enabled option in snippet file and 'domains = ' in sssd section. 4. Check userlookup when enabled option is set true in snippet file Verifies: Issue: SSSD#4743 Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1884196 Signed-off-by: Madhuri Upadhye <mupadhye@redhat.com>
sumit-bose
pushed a commit
that referenced
this issue
Dec 16, 2020
Configure multiple domain and check 'enabled' parameter. It consists of 4 test cases: 1. Add 'enabled = true' in both ldap domains and check userlookups. 2. Check userlookup when 'domains = ldap1' and add 'enabled = true' in both ldap1, ldap2 section. 3. Check userlookup when enabled option in snippet file and 'domains = ' in sssd section. 4. Check userlookup when enabled option is set true in snippet file Verifies: Issue: #4743 Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1884196 Signed-off-by: Madhuri Upadhye <mupadhye@redhat.com> Reviewed-by: Shridhar Gadekar <sgadekar@redhat.com>
akuster
pushed a commit
to akuster/sssd
that referenced
this issue
May 18, 2021
Configure multiple domain and check 'enabled' parameter. It consists of 4 test cases: 1. Add 'enabled = true' in both ldap domains and check userlookups. 2. Check userlookup when 'domains = ldap1' and add 'enabled = true' in both ldap1, ldap2 section. 3. Check userlookup when enabled option in snippet file and 'domains = ' in sssd section. 4. Check userlookup when enabled option is set true in snippet file Verifies: Issue: SSSD#4743 Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1884196 Signed-off-by: Madhuri Upadhye <mupadhye@redhat.com> Reviewed-by: Shridhar Gadekar <sgadekar@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/3735
Instead of enabling domains using the "domains" option in [sssd] section we could have [domain/*] option "enabled". This would allow admins to configure and enable domain in the same snippet file.
Comments
Comment from jhrozek at 2018-05-23 17:18:50
Metadata Update from @jhrozek:
Comment from jhrozek at 2018-05-23 17:20:27
Metadata Update from @jhrozek:
Comment from thalman at 2020-03-11 14:47:05
Metadata Update from @thalman:
Comment from thalman at 2020-03-11 14:48:53
Metadata Update from @thalman:
Comment from pbrezina at 2020-03-11 14:49:48
Metadata Update from @pbrezina:
The text was updated successfully, but these errors were encountered: