1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

feature #595: changed auth driver to use new driver libraries

This commit is contained in:
Javi Fontan 2011-06-13 16:50:38 +02:00
parent 62bb25a2e0
commit 3b1cdb77f4

View File

@ -40,7 +40,10 @@ require 'ssh_auth'
class AuthorizationManager < OpenNebulaDriver
def initialize
super(15, true)
super(
:concurrency => 15,
:threaded => true
)
config_data=File.read(ETC_LOCATION+'/auth/auth.conf')
STDERR.puts(config_data)