Project

General

Profile

Actions

Feature #245

closed

Fix LDAP user management

Added by Eric Shamow almost 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Authentication
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

In the current version, user management is available via two options: you can create and populate stand-alone users, or you can enable LDAP and allow any user who can authenticate to automatically create an account.

It is desireable to allow LDAP for authentication but to still control authorization, either by enabling an LDAP filter for a particular group, or by creating user accounts which use LDAP for auth.

The latter is doable (thanks olevy) by commenting out the following line in app/controllers/users_controller.rb:

config.actions.exclude :create

This enables LDAP users to be added, but the method is kludgy. There should either be an LDAP filter option (preferable) or a config or GUI-based way to turn limited LDAP on.


Related issues 1 (0 open1 closed)

Has duplicate Foreman - Feature #149: Better LDAP user controlRejected01/07/2010Actions
Actions #1

Updated by Ohad Levy almost 14 years ago

  • Target version set to 0.1-6
Actions #2

Updated by Ohad Levy over 13 years ago

  • Status changed from New to Feedback
  • Assignee changed from Ohad Levy to Eric Shamow

would you be able to confirm that by introducing the internal authentication scheme, the problem is resolved? (can be found in the latest develop branch).

Actions #3

Updated by Ohad Levy over 13 years ago

  • Status changed from Feedback to Need more information
  • Target version deleted (0.1-6)
Actions #4

Updated by Ohad Levy over 13 years ago

  • Status changed from Need more information to Closed
Actions

Also available in: Atom PDF