Skip to content

Commit

Permalink
add docs on uid mapping (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Nov 22, 2024
1 parent f9f8523 commit f46978e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/authentication/overview/map-user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Since 2.0 you should use the simpler and faster :ref:`user_map_match <ood-portal

Both with variations will be discussed here.

.. tip::

Since 4.0 user mapping also accepts UIDs to be returned as well as usernames.
This can be helpful at centers where duplicate usernames and/or have multiple
domains.

Remote User
-----------
Expand Down
8 changes: 8 additions & 0 deletions source/release-notes/v4.0-release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ New Features
- `noVNC quality and compression defaults`_
- `Batch connect sessions poll delay`_
- `System Status application`_
- `User mapping now accepts UIDs`

Thanks!
-------
Expand Down Expand Up @@ -159,3 +160,10 @@ update the page. The default is 10 seconds. See :ref:`the documentation on statu
for more details.

Visit :ref:`disabling_applications` to disable this application.

User mapping now accepts UIDs
.............................

User mapping scripts can now return a UID instead of a username.
This can be helpful for centers that have multiple domains and possible
username collisions.

0 comments on commit f46978e

Please sign in to comment.