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

Implementing group restrictions #187

Closed
wants to merge 2 commits into from
Closed

Conversation

bouttier
Copy link
Contributor

This patch add an new optional option 'group' in rights configuration file.
If specified, group membership of the user is verified before access is granted.
This need an auth backend implementing group membership. If not, access is
denied (security first). This patch implements it in PAM backend ;
implementation in LDAP backend is planned.

@liZe liZe added the Feature label Jul 28, 2014
@liZe liZe added this to the 1.0 milestone Jul 28, 2014
This patch add an new optional option 'group' in rights configuration file.
If specified, group membership of the user is verified before access is granted.
This need an auth backend implementing group membership. If not, access is
denied (security first). This patch implements it in PAM backend ;
implementation in LDAP backend is planned.
@liZe liZe mentioned this pull request Apr 4, 2016
39 tasks
@liZe liZe modified the milestones: 3.0, 2.0 Feb 26, 2017
@Unrud
Copy link
Collaborator

Unrud commented May 29, 2017

All authentication modules besides htpasswd were removed in Radicale 2.0.0.
Other methods can be implemented as plugins.
The group restrictions can be implemented in combination with a rights plugin.

@Unrud Unrud closed this May 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants