Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Unexpected error is no more seen. Tested on RHEL7.4
[root@master ~]# rpm -q ipa-server krb5-server selinux-policy sssd pki-server pki-ca 389-ds-base
ipa-server-4.5.0-13.el7.x86_64
krb5-server-1.15.1-8.el7.x86_64
selinux-policy-3.13.1-152.el7.noarch
sssd-1.15.2-35.el7.x86_64
pki-server-10.4.1-4.el7.noarch
pki-ca-10.4.1-4.el7.noarch
389-ds-base-1.3.6.1-14.el7.x86_64
ipa : DEBUG importing plugin module ipaserver.plugins.xmlserver
ipa.ipaserver.plugins.ldap2.ldap2: DEBUG Created connection context.ldap2_40652496
ipa : DEBUG File "/usr/lib/python2.7/site-packages/ipaserver/install/installutils.py", line 906, in run_script
return_value = main_function()
File "/usr/sbin/ipa-managed-entries", line 114, in main
sys.exit("\nYou must specify a managed entry definition")
ipa : DEBUG The ipa-managed-entries command failed, exception: SystemExit:
You must specify a managed entry definition
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://access.redhat.com/errata/RHBA-2017:2304
Description of problem: The ipa-managed-entries command failed, exception: AttributeError: ldap2 Version-Release number of selected component (if applicable): ipa-server-common-4.4.90-201703072305.el7.noarch ipa-server-dns-4.4.90-201703072305.el7.noarch ipa-server-4.4.90-201703072305.el7.x86_64 How reproducible: Always Steps to Reproduce: 1. Install ipa-server 2. Try running the below commands ipa-managed-entries enable/status/disable Actual results: [root@intel ~]# ipa-managed-entries enable -d ipa : DEBUG importing all plugin modules in ipaclient.remote_plugins.schema$e2bd3f45... ipa : DEBUG importing plugin module ipaclient.remote_plugins.schema$e2bd3f45.plugins ipa : DEBUG importing all plugin modules in ipaclient.plugins... ipa : DEBUG importing plugin module ipaclient.plugins.automember ipa : DEBUG importing plugin module ipaclient.plugins.automount ipa : DEBUG importing plugin module ipaclient.plugins.ca ipa : DEBUG importing plugin module ipaclient.plugins.cert ipa : DEBUG importing plugin module ipaclient.plugins.certprofile ipa : DEBUG importing plugin module ipaclient.plugins.csrgen ipa : DEBUG importing plugin module ipaclient.plugins.dns ipa : DEBUG importing plugin module ipaclient.plugins.hbacrule ipa : DEBUG importing plugin module ipaclient.plugins.hbactest ipa : DEBUG importing plugin module ipaclient.plugins.host ipa : DEBUG importing plugin module ipaclient.plugins.idrange ipa : DEBUG importing plugin module ipaclient.plugins.internal ipa : DEBUG importing plugin module ipaclient.plugins.location ipa : DEBUG importing plugin module ipaclient.plugins.migration ipa : DEBUG importing plugin module ipaclient.plugins.misc ipa : DEBUG importing plugin module ipaclient.plugins.otptoken ipa : DEBUG importing plugin module ipaclient.plugins.otptoken_yubikey ipa : DEBUG importing plugin module ipaclient.plugins.passwd ipa : DEBUG importing plugin module ipaclient.plugins.permission ipa : DEBUG importing plugin module ipaclient.plugins.rpcclient ipa : DEBUG importing plugin module ipaclient.plugins.server ipa : DEBUG importing plugin module ipaclient.plugins.service ipa : DEBUG importing plugin module ipaclient.plugins.sudorule ipa : DEBUG importing plugin module ipaclient.plugins.topology ipa : DEBUG importing plugin module ipaclient.plugins.trust ipa : DEBUG importing plugin module ipaclient.plugins.user ipa : DEBUG importing plugin module ipaclient.plugins.vault ipa : DEBUG File "/usr/lib/python2.7/site-packages/ipaserver/install/installutils.py", line 892, in run_script return_value = main_function() File "/usr/sbin/ipa-managed-entries", line 78, in main api.Backend.ldap2.connect(bind_pw=options.dirman_password) File "/usr/lib/python2.7/site-packages/ipalib/plugable.py", line 335, in __getattr__ raise AttributeError(key) ipa : DEBUG The ipa-managed-entries command failed, exception: AttributeError: ldap2 Unexpected error AttributeError: ldap2 Expected results: Should show status, enable or disable ipa-managed-entries Additional info: