Skip to content

Instantly share code, notes, and snippets.

@machacekondra
Created February 18, 2016 11:55
Client certificate authentication with oVirt and FreeIPA
$ cat /etc/ovirt-engine/extensions.d/example-authz.properties
ovirt.engine.extension.name = example-authz
ovirt.engine.extension.bindings.method = jbossmodule
ovirt.engine.extension.binding.jbossmodule.module = org.ovirt.engine-extensions.aaa.ldap
ovirt.engine.extension.binding.jbossmodule.class = org.ovirt.engineextensions.aaa.ldap.AuthzExtension
ovirt.engine.extension.provides = org.ovirt.engine.api.extensions.aaa.Authz
config.profile.file.1 = ../aaa/example.properties
config.globals.bindFormat.simple_bindFormat = realm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment