RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1142830 - Can not select multiple LDAP servers with authconfig
Summary: Can not select multiple LDAP servers with authconfig
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: authconfig
Version: 7.1
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Tomas Mraz
QA Contact: Eduard Benes
URL:
Whiteboard:
: 1145824 (view as bug list)
Depends On:
Blocks: 1145137
TreeView+ depends on / blocked
 
Reported: 2014-09-17 13:30 UTC by Arpit Tolani
Modified: 2019-05-20 11:17 UTC (History)
4 users (show)

Fixed In Version: authconfig-6.2.8-9.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1145137 (view as bug list)
Environment:
Last Closed: 2015-03-05 11:07:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:0512 0 normal SHIPPED_LIVE authconfig bug fix update 2015-03-05 16:00:45 UTC

Description Arpit Tolani 2014-09-17 13:30:07 UTC
Description of problem:
Can not select multiple LDAP servers with authconfig

Version-Release number of selected component (if applicable):
authconfig-6.2.8-8.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
 
[root@dhcp210-38 ~]# authconfig --enableldap --enableldapauth  --ldapserver='ldap://ldap1.example.com ldap://ldap2.example.com ldap://ldap3.example.com' --ldapbasedn="dc=example,dc=com" --update
authconfig: Invalid LDAP URI.
Job for nslcd.service failed. See 'systemctl status nslcd.service' and 'journalctl -xn' for details.

[root@dhcp210-38 ~]# authconfig --enableldap --enableldapauth  --ldapserver='ldap://ldap1.example.com,ldap://ldap2.example.com,ldap://ldap3.example.com' --ldapbasedn="dc=example,dc=com" --update
authconfig: Invalid LDAP URI.
Job for nslcd.service failed. See 'systemctl status nslcd.service' and 'journalctl -xn' for details.

Actual results:
Authconfig now takes only one LDAP server in arguement. 

Expected results:
authconfig should take multiple server in arguement.

Comment 1 David Spurek 2014-09-17 14:03:19 UTC
nslcd.conf man page says following about multiple uri:
This  option may be specified multiple times. Normally, only the first server will be used with the following  servers  as  fallback (see bind_timelimit below).

We should simply add 3 uri entries to nslcd.conf

This option may also influence sssd.conf.
sssd may also take multiple ldap uris but it has different syntax. It takes comma-separated list of URIs.

Comment 2 Tomas Mraz 2014-09-29 11:00:33 UTC
*** Bug 1145824 has been marked as a duplicate of this bug. ***

Comment 7 errata-xmlrpc 2015-03-05 11:07:19 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-0512.html

Comment 8 kevin Ehsani 2016-07-15 12:36:27 UTC
I am using centos 7 and the bug seems to persist when I use:

authconfig --ldapserver="ldap://simple-provider.example.com,ldap://clone-provider.example.com"

Which ever I put first will be the ldap server and switching off that server will not change the ldap server. I am using virtual box to create the servers and clients


Note You need to log in before you can comment on or make changes to this bug.