Description of problem: Version-Release number of selected component (if applicable): 3.5.0 How reproducible: always Steps to Reproduce: 1. rhevm-manage-domains add --domain=qa.lab.tlv.redhat.com --user=vdcadmin --provider=ad 2. create new ldap provider with such configuration: ovirt.engine.extension.provides = org.ovirt.engine.api.extensions.aaa.Authn ovirt.engine.aaa.authn.profile.name = qa.lab.tlv.redhat.com ovirt.engine.aaa.authn.authz.plugin = qa.lab.tlv.redhat.com-authz 3. restart ovirt Actual results: There is only one qa.lab.tlv. configuration Expected results: There are both configurations. Additional info:
this is not a bug, the legacy profiles are extensions just like any other, their name is unique as any other extension.
you should see the following message in log: Could not load the configuration '%1$s' from file %2$s. A configuration with the same name was already loaded from file %3$s" file name will probably be N/A as this is internally generated.
Created attachment 979617 [details] engine.log I don't see it in log.
oh! sorry, I misread... you have conflict with profile name... last wins, no warning in this regard. we can probably add one, I do not think it is critical as sysadmin will handle this anyway.
Yes, it's not critical, but it can help to find, where he has mistake in config.
Let's fix the warning.
This is an automated message: This bug should be fixed in oVirt 3.5.1 RC1, moving to QA
oVirt 3.5.1 has been released. If problems still persist, please make note of it in this bug report.
this ovirt bug was fixed during 3.5.1 cycle and is included in the build, and therefore should be verified.
2015-03-02 13:19:30,308 WARN [org.ovirt.engine.core.aaa.AuthenticationProfileRepository] (ServerService Thread Pool -- 49) Profile name 'brq-ipa.rhev.lab.eng.brq.redhat.com' already registered for 'brq-ipa.rhev.lab.eng.brq.redhat.com-authn', ignoring for 'builtin-authn-brq-ipa.rhev.lab.eng.brq.redhat.com'
This is an automated message. oVirt 3.5.4 has been released on September 3rd 2015 and should include the fix for this BZ. Moving to closed current release.