Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #7343] Fetch user groups from LDAP #1055

Closed
icinga-migration opened this issue Oct 6, 2014 · 12 comments
Closed

[dev.icinga.com #7343] Fetch user groups from LDAP #1055

icinga-migration opened this issue Oct 6, 2014 · 12 comments
Labels
area/authentication Affects user authentication or authorization enhancement New feature or improvement queue/important Blocks a release or needs immediate attention
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/7343

Created by afuhr on 2014-10-06 11:31:19 +00:00

Assignee: jmeyer
Status: Resolved (closed on 2015-06-05 14:27:30 +00:00)
Target Version: 2.0.0-rc1
Last Update: 2015-06-05 14:27:30 +00:00 (in Redmine)


Changesets

2014-10-06 11:35:17 +00:00 by afuhr 421263a

Make LDAP Groups optional

refs #7343

2015-02-03 12:52:31 +00:00 by jmeyer 57a8f5e

Add first group backend config-form-prototypes

refs #7343

2015-06-03 12:36:46 +00:00 by jmeyer e0c0e9c

LdapUserBackend: Move function retrieveGeneralizedTime into its parent

refs #7343

2015-06-03 13:16:54 +00:00 by jmeyer 96f5f8f

LdapUserBackend: Do not fetch a user's groups

refs #7343

2015-06-03 13:28:07 +00:00 by jmeyer 86c63ec

Introduce class LdapRepository

refs #7343

2015-06-03 14:08:29 +00:00 by jmeyer e65cf95

LdapRepository: Add normed attribute `gid'

refs #7343

2015-06-03 14:33:22 +00:00 by jmeyer d9eb8f9

LdapUserGroupBackend: Do not extend LdapRepository

Selecting groups works, but not memberships. Does not make sense
until both things work...

refs #7343

2015-06-03 14:40:14 +00:00 by jmeyer 90d946f

LdapUserGroupBackend: We need a datasource, actually

Forgot to add this when disabling LdapRepository inheritance...

refs #7343

2015-06-05 07:57:40 +00:00 by jmeyer 3fd0d99

LdapUserGroupBackend: Add support for custom query filters

refs #7343

2015-06-05 08:19:28 +00:00 by jmeyer ee2462a

LdapUserGroupBackend: Let the backend decide which defaults to use

refs #7343

2015-06-05 08:41:47 +00:00 by jmeyer 0ab192c

LdapUserGroupBackend: Allow to link a user backend

refs #7343

2015-06-05 08:51:54 +00:00 by jmeyer 02d2ea6

LdapUserGroupBackend: Do not permit to link different directories

I cannot think of a valid usecase right now. In case someone got one,
revert this commit and make use of the backend itself and not only
its configuration.

refs #7343

2015-06-05 09:09:31 +00:00 by jmeyer cacd97f

LdapUserGroupBackend: Make default configuration providers public

I'd like to access these when preparing a config form.

refs #7343

2015-06-05 11:07:16 +00:00 by jmeyer 7ebf185

UserGroupBackendForm: Fix that autosubmit do not have any effect

refs #7343

2015-06-05 12:52:46 +00:00 by jmeyer 447088a

Introduce form LdapUserGroupBackendForm

refs #7343

2015-06-05 12:53:29 +00:00 by jmeyer 5688f0c

Allow to configure user group backends of type LDAP

refs #7343

2015-06-05 13:41:24 +00:00 by jmeyer e9e97cb

UserGroupBackendForm: Unset the `name' property, always

refs #7343

2015-06-05 13:42:35 +00:00 by jmeyer e6837cf

UsergroupbackendController: Do not persist empty configuration values

refs #7343

2015-06-05 14:07:27 +00:00 by jmeyer 797e9de

LdapUserGroupBackendForm: Do not disable group configuration..

..when no user backend has been linked and it's not a ActiveDirectory.

refs #7343

2015-06-05 14:16:35 +00:00 by jmeyer e910a5a

LdapUserGroupBackendForm: Do not disable `base_dn' and `user_base_dn'

refs #7343

2015-06-05 14:27:01 +00:00 by jmeyer 8d84576

Merge branch 'feature/ldap-user-group-backend-7343'

resolves #7343

2015-06-05 14:34:28 +00:00 by jmeyer 840069b

LdapUserGroupBackendForm: Do not persist default values

...

refs #7343

2015-06-05 14:40:17 +00:00 by jmeyer c800f1e

UserGroupBackendForm: Do not translate LDAP and ActiveDirectory

refs #7343

2015-06-05 15:24:03 +00:00 by jmeyer 2dd04bb

LdapUserGroupBackendForm: Do not disable `user_filter' and `group_filter'

refs #7343

Relations:

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-10-06 11:37:49 +00:00

Build !#105 triggered by commit 421263a passed successfully.

Branch: origin/master
Author: Alexander Fuhr

@icinga-migration
Copy link
Author

Updated by elippmann on 2015-03-31 09:36:08 +00:00

  • Subject changed from LDAP User Backend Groups to Fetch user groups from LDAP
  • Target Version set to 2.0.0-rc1

@icinga-migration
Copy link
Author

Updated by jmeyer on 2015-06-03 06:58:49 +00:00

  • Duplicated set to 9356

@icinga-migration
Copy link
Author

Updated by jmeyer on 2015-06-03 07:01:31 +00:00

  • Duplicated set to 9354

@icinga-migration
Copy link
Author

Updated by tgelf on 2015-06-03 07:40:59 +00:00

  • Status changed from New to Assigned
  • Assigned to set to jmeyer
  • Priority changed from Normal to Urgent

From this description I would never have guessed that this would fix all the issues it should duplicate. If it does, that's perfectly fine for me. Raising the priority as group support is essential for the most important feature in rc1: working permissions.

Thanks,
Thomas

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2015-06-03 14:36:37 +00:00

Build !#719 triggered by commit d9eb8f9 passed successfully.

Branch: origin/feature/ldap-user-group-backend-7343
Author: Johannes Meyer

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2015-06-03 14:42:38 +00:00

Build !#720 triggered by commit 90d946f passed successfully.

Branch: origin/feature/ldap-user-group-backend-7343
Author: Johannes Meyer

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2015-06-05 08:57:11 +00:00

Build !#724 triggered by the commits 02d2ea6, 0ab192c, 127489c, ee2462a, 3fd0d99 passed successfully.

Branch: origin/feature/ldap-user-group-backend-7343
Author: Johannes Meyer

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2015-06-05 12:58:02 +00:00

Build !#732 triggered by the commits 5688f0c, 447088a, 7ebf185, cacd97f passed successfully.

Branch: origin/feature/ldap-user-group-backend-7343
Author: Johannes Meyer

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2015-06-05 13:44:57 +00:00

Build !#736 triggered by the commits e6837cf, e9e97cb passed successfully.

Branch: origin/feature/ldap-user-group-backend-7343
Author: Johannes Meyer

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2015-06-05 13:47:53 +00:00

Build !#737 triggered by commit 975edbe passed successfully.

Branch: origin/feature/ldap-user-group-backend-7343
Author: Johannes Meyer

@icinga-migration
Copy link
Author

Updated by jmeyer on 2015-06-05 14:27:30 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 8d84576.

@icinga-migration icinga-migration added Urgent enhancement New feature or improvement area/authentication Affects user authentication or authorization labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.0.0-rc1 milestone Jan 17, 2017
@nilmerg nilmerg added queue/important Blocks a release or needs immediate attention and removed Urgent labels May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/authentication Affects user authentication or authorization enhancement New feature or improvement queue/important Blocks a release or needs immediate attention
Projects
None yet
Development

No branches or pull requests

2 participants