#115 All LDAP BE configurations failing to return users and groups
Closed: Fixed None Opened 14 years ago by jgalipea.

Description:

With the latest daily builds - getent is failing to return valid users and groups in properly configure LDAP Back ends.[[BR]]

Debug

[sssd[nss]] [accept_fd_handler] (4): Client connected!
[sssd[nss]] [sss_cmd_get_version] (5): Received client version [1].
[sssd[nss]] [sss_cmd_get_version] (5): Offered version [1].
[sssd[nss]] [nss_cmd_getpwent] (4): Requesting info for all accounts
[sssd[nss]] [nss_cmd_setpwent_ext] (4): Requesting info for all users
[sssd[nss]] [sss_dp_send_acct_req] (0): Could not query request list (Bad table)
[sssd[nss]] [nss_cmd_setpwent_ext] (1): Failed to send enumeration request for domain [LDAP]!
[sssd[nss]] [client_recv] (5): Client disconnected!
[sssd[nss]] [accept_fd_handler] (4): Client connected!

Example Configuration

[services]
description = Local Service Configuration
activeServices = nss, dp, pam

[services/nss]
description = NSS Responder Configuration
# the following prevents sssd for searching for the root user/group in
# all domains (you can add here a comma separated list of system accounts are
# always going to be /etc/passwd users, or that you want to filter out)
filterGroups = root
filterUsers = root

[services/dp]
description = Data Provider Configuration

[services/pam]
description = PAM Responder Configuration

[services/monitor]
description = Service Monitor Configuration
#if a backend is particularly slow you can raise this timeout here
sbusTimeout = 30

[domains]
description = Domains served by SSSD
domains = LDAP

[domains/LDAP]
description = Proxy request to our LDAP server
enumerate = 3
minId = 1000
useFullyQualifiedNames = TRUE
cache-credentials = TRUE

provider = proxy
libName = ldap
libPath = libnss_ldap.so.2

Steps to reproduce[[BR]]
1. install sssd and use above configuration[[BR]]
2. getent -s sss passwd[[BR]]

Version:[[BR]]
sssd-debuginfo-2009081714-0.fc11.i586


Commit c0f3393 removed a needed
hash_create.

Assigning this bug to Sumit because he already found and fixed the problem.

milestone: SSSD 1.0 => Iteration 6
owner: somebody => sbose
priority: major => blocker

Fields changed

status: new => assigned

fixed with 26584f63fdf4139c1d3bf6577e9dd26a5c2520ae

fixedin: => 0.5.0
resolution: => fixed
status: assigned => closed

Fields changed

rhbz: => 0

Metadata Update from @jgalipea:
- Issue assigned to sbose
- Issue set to the milestone: SSSD 0.5.0

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/1157

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