Skip to content

Commit

Permalink
support Windows groups in "request access"
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberroland committed Dec 18, 2023
1 parent a242c46 commit 3549113
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions lam/HISTORY
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
March 2024 8.7
- PHP 8.3 compatibility
- LAM Pro:
-> Request access: support Windows groups (266)


18.12.2023 8.6
Expand Down
12 changes: 6 additions & 6 deletions lam/docs/manual-sources/chapter-selfService.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1882,9 +1882,9 @@
<title>Request Access</title>

<para>Use this feature to allow your users to request access for group
memberships. Requests will require the approval by the group owners and
optionally a special approver group (leave empty for owner approval
only).</para>
memberships. Requests will require the approval by the group
owners/managers and optionally a special approver group (leave empty for
owner/manager approval only).</para>

<para><emphasis role="bold">Module Configuration</emphasis></para>

Expand All @@ -1894,7 +1894,7 @@

<para>Group of names and group of unique names are supported. The LDAP
filter is optional, LAM will offer the user only group of (unique) names
that have defined owners.<screenshot>
or Windows groups that have defined owners/managers.<screenshot>
<graphic fileref="images/mod_requestAccess1.png"/>
</screenshot></para>

Expand All @@ -1906,7 +1906,7 @@

<para>The requester's LDAP attributes can be used in the form
$$attribute$$ (e.g. $$uid$$ for the user name). This is supported for
mails to the group owners and the approval/deny mails to the
mails to the group owners/managers and the approval/deny mails to the
requester.</para>

<para>The wildcard $$requested_groups$$ will resolve to the requested
Expand All @@ -1915,7 +1915,7 @@

<para>The wildcard $$requester_notes$$ resolves to the requester's
optional notes. This is available for the mails to the group
owners.</para>
owners/managers.</para>

<para><emphasis role="bold">Example for owner email:</emphasis></para>

Expand Down

0 comments on commit 3549113

Please sign in to comment.