Created
February 18, 2016 11:55
-
-
Save machacekondra/715f04f892e887ecb640 to your computer and use it in GitHub Desktop.
Client certificate authentication with oVirt and FreeIPA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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