Skip to content

Instantly share code, notes, and snippets.

@piotr-gbyliczek
Created September 30, 2016 13:52
Show Gist options
  • Save piotr-gbyliczek/09792b7fd2aece0c74f550414c267ef4 to your computer and use it in GitHub Desktop.
Save piotr-gbyliczek/09792b7fd2aece0c74f550414c267ef4 to your computer and use it in GitHub Desktop.
ovirt.engine.extension.name = company.co.uk-authn
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.AuthnExtension
ovirt.engine.extension.provides = org.ovirt.engine.api.extensions.aaa.Authn
ovirt.engine.aaa.authn.profile.name = company.co.uk
ovirt.engine.aaa.authn.authz.plugin = company.co.uk-authz
config.profile.file.1 = ../aaa/company.co.uk.properties
ovirt.engine.extension.name = company.co.uk-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/company.co.uk.properties
include = <openldap.properties>
vars.server = 10.2.88.140
pool.authz.auth.type = none
pool.default.serverset.type = single
pool.default.serverset.single.server = ${global:vars.server}
pool.default.socketfactory.type = java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment