#1562 Domains overlap in range 1 - 4294967295
Closed: Fixed None Opened 11 years ago by jhrozek.

https://bugzilla.redhat.com/show_bug.cgi?id=861132 (Fedora)

Description of problem:

When sssd starts after being configured with realmd, I see this in the logs:

(Thu Sep 27 17:23:44:576540 2012) [sssd] [check_domain_ranges] (0x0020):
Domains 'ipa.thewalter.lan' and 'AD' overlap in range 1 - 4294967295

Not sure if this is a realmd or sssd bug. Should we be configuring something
different in realmd, or does sssd need better defaults when used with multiple
domains?

Version-Release number of selected component (if applicable):

Installed Packages
Name        : sssd
Arch        : x86_64
Version     : 1.9.0
Release     : 24.fc18

realmd from git master.

The configured sssd.conf file:

[domain/ipa.thewalter.lan]
cache_credentials = True
krb5_store_password_if_offline = True
ipa_domain = ipa.thewalter.lan
id_provider = ipa
auth_provider = ipa
access_provider = ipa
ldap_tls_cacert = /etc/ipa/ca.crt
ipa_hostname = stef-rawhide.thewalter.lan
chpass_provider = ipa
ipa_server = _srv_, dc.ipa.thewalter.lan
dns_discovery_domain = ipa.thewalter.lan
[domain/default]

cache_credentials = True

[sssd]
domains = ipa.thewalter.lan, AD
config_file_version = 2
services = nss, pam

[domain/AD]
auth_provider = ad
ad_domain = ad.thewalter.lan
krb5_realm = AD.THEWALTER.LAN
case_sensitive = False
enumerate = False
chpass_provider = ad
re_expression = (?P<domain>[^\\]+)\\(?P<name>[^\\]+)
cache_credentials = False
id_provider = ad
full_name_format = %2$s\%1$s
krb5_store_password_if_offline = True
access_provider = simple
use_fully_qualified_names = True

Fields changed

blockedby: =>
blocking: =>
coverity: =>
feature_milestone: =>
owner: somebody => jhrozek
patch: 0 => 1
status: new => assigned
testsupdated: => 0

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.9.1

master: 1bf6ebe

resolution: => fixed
status: assigned => closed

Metadata Update from @jhrozek:
- Issue assigned to jhrozek
- Issue set to the milestone: SSSD 1.9.1

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/2604

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata