Back to bug 1327272
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Jakub Hrozek | 2016-04-14 16:00:14 UTC | CC | apetrova | |
| Flags | needinfo?(apetrova) | |||
| Jakub Hrozek | 2016-04-14 16:01:15 UTC | Status | NEW | POST |
| Aneta Šteflová Petrová | 2016-04-15 07:58:46 UTC | Docs Contact | mmuehlfe | |
| Flags | needinfo?(apetrova) | |||
| Marc Muehlfeld | 2016-04-18 12:21:15 UTC | Doc Text | SSSD correctly creates local overrides in an AD environment Previously, the System Security Services Daemon (SSSD) generated distinguished names (DN) when the `id_provider` option was set to `ad` in the `/etc/sssd/sssd.conf` file. As a consequence, local overrides were not created for users from the Active Directory (AD) subdomain or for users with mixed-case account names. With this update, SSSD searches the object in the AD subdomain and uses the DN from the search result. This fixes the problem in the mentioned situation. | |
| Flags | needinfo?(sssd-maint) | |||
| Jakub Hrozek | 2016-04-18 12:40:20 UTC | Flags | needinfo?(sssd-maint) | |
| Marc Muehlfeld | 2016-04-18 16:00:46 UTC | Doc Text | SSSD correctly creates local overrides in an AD environment Previously, the System Security Services Daemon (SSSD) generated distinguished names (DN) when the `id_provider` option was set to `ad` in the `/etc/sssd/sssd.conf` file. As a consequence, local overrides were not created for users from the Active Directory (AD) subdomain or for users with mixed-case account names. With this update, SSSD searches the object in the AD subdomain and uses the DN from the search result. This fixes the problem in the mentioned situation. | SSSD correctly creates local overrides in an AD environment Previously, the System Security Services Daemon (SSSD) generated case-insensitive distinguished names (DN) when the `id_provider` option was set to `ad` in the `/etc/sssd/sssd.conf` file. However, the DNs in the SSSD cache is stored case-sensitive. As a consequence, local overrides were not created for users from the Active Directory (AD) subdomain or for users with mixed-case account names. With this update, SSSD searches the object in the AD subdomain and uses the DN from the search result. This fixes the problem in the mentioned situation. |
| Flags | needinfo?(sssd-maint) | |||
| Jakub Hrozek | 2016-04-18 16:12:32 UTC | Flags | needinfo?(sssd-maint) | |
| Marc Muehlfeld | 2016-04-19 09:59:31 UTC | Doc Text | SSSD correctly creates local overrides in an AD environment Previously, the System Security Services Daemon (SSSD) generated case-insensitive distinguished names (DN) when the `id_provider` option was set to `ad` in the `/etc/sssd/sssd.conf` file. However, the DNs in the SSSD cache is stored case-sensitive. As a consequence, local overrides were not created for users from the Active Directory (AD) subdomain or for users with mixed-case account names. With this update, SSSD searches the object in the AD subdomain and uses the DN from the search result. This fixes the problem in the mentioned situation. | SSSD correctly creates local overrides in an AD environment Previously, the `sss_override` tool created case-insensitive distinguished names (DN) when the `id_provider` option was set to `ad` in the `/etc/sssd/sssd.conf` file. However, the DNs in the SSSD cache is stored case-sensitive. As a consequence, local overrides were not created for users from the Active Directory (AD) subdomain or for users with mixed-case account names. With this update, SSSD searches the object in the cache and uses the DN from the search result. This fixes the problem in the mentioned situation. |
| Marc Muehlfeld | 2016-04-19 12:33:34 UTC | Doc Text | SSSD correctly creates local overrides in an AD environment Previously, the `sss_override` tool created case-insensitive distinguished names (DN) when the `id_provider` option was set to `ad` in the `/etc/sssd/sssd.conf` file. However, the DNs in the SSSD cache is stored case-sensitive. As a consequence, local overrides were not created for users from the Active Directory (AD) subdomain or for users with mixed-case account names. With this update, SSSD searches the object in the cache and uses the DN from the search result. This fixes the problem in the mentioned situation. | SSSD correctly creates local overrides in an AD environment Previously, the `sss_override` tool created case-insensitive distinguished names (DN) when the `id_provider` option was set to `ad` in the `/etc/sssd/sssd.conf` file. However, the DNs in the SSSD cache are stored case-sensitive. As a consequence, local overrides were not created for users from the Active Directory (AD) subdomain or for users with mixed-case account names. With this update, SSSD searches the object in the cache and uses the DN from the search result. This fixes the problem in the mentioned situation. |
| Marc Muehlfeld | 2016-04-27 09:42:33 UTC | Doc Text | SSSD correctly creates local overrides in an AD environment Previously, the `sss_override` tool created case-insensitive distinguished names (DN) when the `id_provider` option was set to `ad` in the `/etc/sssd/sssd.conf` file. However, the DNs in the SSSD cache are stored case-sensitive. As a consequence, local overrides were not created for users from the Active Directory (AD) subdomain or for users with mixed-case account names. With this update, SSSD searches the object in the cache and uses the DN from the search result. This fixes the problem in the mentioned situation. | SSSD incorrectly creates local overrides in an AD environment The `sss_override` tool creates case-insensitive distinguished names (DN) when the `id_provider` option is set to `ad` in the `/etc/sssd/sssd.conf` file. However, the DNs in the SSSD cache are stored case-sensitive. As a consequence, local overrides are not created for users from the Active Directory (AD) subdomain or for users with mixed-case account names. |
| Doc Type | Bug Fix | Known Issue | ||
| John Skeoch | 2016-06-01 01:29:35 UTC | CC | preichl | |
| Jakub Hrozek | 2016-10-05 19:44:53 UTC | Status | POST | MODIFIED |
| Fixed In Version | sssd-1.13.3-36.el6 | |||
| errata-xmlrpc | 2016-10-06 13:29:13 UTC | Status | MODIFIED | ON_QA |
| Marc Muehlfeld | 2016-12-13 09:20:26 UTC | Doc Text | SSSD incorrectly creates local overrides in an AD environment The `sss_override` tool creates case-insensitive distinguished names (DN) when the `id_provider` option is set to `ad` in the `/etc/sssd/sssd.conf` file. However, the DNs in the SSSD cache are stored case-sensitive. As a consequence, local overrides are not created for users from the Active Directory (AD) subdomain or for users with mixed-case account names. | SSSD correctly creates local overrides in an AD environment Previously, the `sss_override` tool created case-insensitive distinguished names (DN) when the `id_provider` option was set to `ad` in the `/etc/sssd/sssd.conf` file. However, the DNs in the SSSD cache are stored case-sensitive. As a consequence, local overrides were not created for users from the Active Directory (AD) subdomain or for users with mixed-case account names. With this update, SSSD searches the object in the cache and uses the DN from the search result. This fixes the problem in the mentioned situation. |
| Doc Type | Known Issue | Bug Fix | ||
| Marc Muehlfeld | 2016-12-14 12:03:59 UTC | Doc Text | SSSD correctly creates local overrides in an AD environment Previously, the `sss_override` tool created case-insensitive distinguished names (DN) when the `id_provider` option was set to `ad` in the `/etc/sssd/sssd.conf` file. However, the DNs in the SSSD cache are stored case-sensitive. As a consequence, local overrides were not created for users from the Active Directory (AD) subdomain or for users with mixed-case account names. With this update, SSSD searches the object in the cache and uses the DN from the search result. This fixes the problem in the mentioned situation. | SSSD correctly creates local overrides in an AD environment Previously, the `sss_override` utility created case-insensitive distinguished names (DNs) when the `id_provider` option was set to `ad` in the `/etc/sssd/sssd.conf` file. However, the DNs in the SSSD cache are stored as case-sensitive. As a consequence, local overrides were not created for users from the Active Directory (AD) subdomain and for users with mixed-case account names. With this update, SSSD searches the object in the cache and uses the DN from the search result. This fixes the problem in the mentioned situation. |
| Niranjan Mallapadi Raghavender | 2016-12-20 17:49:16 UTC | CC | mniranja | |
| Niranjan Mallapadi Raghavender | 2016-12-20 17:53:46 UTC | Flags | needinfo?(jhrozek) | |
| Jakub Hrozek | 2016-12-20 20:14:45 UTC | Flags | needinfo?(jhrozek) | |
| Niranjan Mallapadi Raghavender | 2016-12-21 06:38:01 UTC | Status | ON_QA | VERIFIED |
| errata-xmlrpc | 2017-03-21 00:45:41 UTC | Status | VERIFIED | RELEASE_PENDING |
| errata-xmlrpc | 2017-03-21 09:55:38 UTC | Status | RELEASE_PENDING | CLOSED |
| Resolution | --- | ERRATA | ||
| Last Closed | 2017-03-21 05:55:38 UTC | |||
| Pavel Březina | 2020-05-04 10:54:43 UTC | Link ID | Github SSSD/sssd/issues/4030 |
Back to bug 1327272