Created
September 30, 2016 13:52
-
-
Save piotr-gbyliczek/09792b7fd2aece0c74f550414c267ef4 to your computer and use it in GitHub Desktop.
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
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 |
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
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 |
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
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