Feature #689

Adapt LDAP to new authZ/authN framework

Added by Tino Vázquez about 10 years ago. Updated about 6 years ago.

Status:ClosedStart date:
Priority:NormalDue date:
Assignee:OpenNebula Systems Support Team% Done:

100%

Category:Drivers - Auth
Target version:Release 3.2 - S0
Resolution:fixed Pull request:

Description

From the mailing list (Carlos A. )

--

I have found 1 error in lib/mads/one_auth_mad.rb

...
def action_authenticate(request_id, user_id, user, password, token)
auth=@authenticate.auth(user_id, user, password, token)
if auth==true
send_message('AUTHENTICATE', RESULT[:success], request_id, user, token)
else
send_message('AUTHENTICATE', RESULT[:failure],
request_id, auth)
end
end
...

the problem is the line
send_message('AUTHENTICATE', RESULT[:success], request_id, user, token)

where there are 5 parameters while send_message needs only 4


Subtasks

Feature #891: Implement new driversClosedOpenNebula Systems Support Team

Feature #890: Setup devel & testing infrastructureClosedOpenNebula Systems Support Team

History

#1 Updated by Ruben S. Montero almost 10 years ago

  • Assignee changed from Jaime Melis to OpenNebula Systems Support Team

#2 Updated by Ruben S. Montero almost 10 years ago

  • Assignee deleted (OpenNebula Systems Support Team)

#3 Updated by Ruben S. Montero almost 10 years ago

  • Subject changed from LDAP Addon not compatible with v2.2+ to Adapt LDAP to new authZ/authN framework
  • Assignee set to OpenNebula Systems Support Team
  • Affected Versions OpenNebula 3.0 added

#4 Updated by Ruben S. Montero almost 10 years ago

  • Tracker changed from Bug to Feature

#5 Updated by Ruben S. Montero almost 10 years ago

  • Target version deleted (Release 3.0)

#6 Updated by Ruben S. Montero almost 10 years ago

  • Target version set to Release 3.4

#7 Updated by Ruben S. Montero almost 10 years ago

  • Target version changed from Release 3.4 to Release 3.2 - S0

#8 Updated by Ruben S. Montero almost 10 years ago

  • Category set to Drivers - Auth

#9 Updated by Ruben S. Montero over 9 years ago

  • Status changed from New to Closed
  • Resolution set to fixed

Also available in: Atom PDF