diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-25 11:25:16 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-25 11:25:16 -0600 |
| commit | 5cd8ff3ee69e81c91672c30f2a80483effac51b9 (patch) | |
| tree | 7b8a21793db103bebd375d727cc063b5dfac910c | |
| parent | 1c223e9dce2c98291dbb21a21be9bfc886b893c5 (diff) | |
docs: add issue to manage memberships
| -rw-r--r-- | doc/share/authz/todo/001_ldap.md | 2 | ||||
| -rw-r--r-- | doc/share/authz/todo/002_hierarchical_membership.md | 19 |
2 files changed, 20 insertions, 1 deletions
diff --git a/doc/share/authz/todo/001_ldap.md b/doc/share/authz/todo/001_ldap.md index bf4b31f..408cc77 100644 --- a/doc/share/authz/todo/001_ldap.md +++ b/doc/share/authz/todo/001_ldap.md @@ -1,4 +1,4 @@ -As a `Developer`, I want to `control group membership via LDAP`, so that `I can manage users in my company using my existing LDAP server`. +As an `Owner`, I want to `control group membership via LDAP`, so that `I can manage users in my company using my existing LDAP server`. # SYNOPSIS diff --git a/doc/share/authz/todo/002_hierarchical_membership.md b/doc/share/authz/todo/002_hierarchical_membership.md new file mode 100644 index 0000000..224eed7 --- /dev/null +++ b/doc/share/authz/todo/002_hierarchical_membership.md @@ -0,0 +1,19 @@ +As an `Owner`, I want to `manage group membership`, so that `I can manage users in my company`. + +# SYNOPSIS + +Owners of an Organization can create group hierarchies and manage memberships to those groups. + +# DESCRIPTION + +# SEE ALSO + +* [ ] TBD + +# Tasks + +* [ ] TBD + +# Acceptance Criteria + +* [ ] TBD |
