/  Yamcs Server Manual  /  Web Interface  /  Admin Area  /  Access Control  /  Users

UsersΒΆ

Page that lists users known to Yamcs. There are two categories of users:

Internal users

Users whose identity is managed directly by Yamcs using a password hash stored in the Yamcs database.

External users

Users whose identity is managed by an external system, such as an LDAP server or Keycloak server.

When an external user logs in to Yamcs, that user's username and metadata of interest (display name, email) is synced into the Yamcs database.

Note

Some installations make use of YAML AuthModule. While this uses a local etc/users.yaml configuration file, it counts as an external user because the password verification is managed with YAML instead of the Yamcs database.

Converting a user from external to internal

  1. Open the user detail page.

  2. Delete entries under the rubric External Identities.

  3. It is now possible to set or change the user password.

Block a user

  1. Open the user detail page, and click EDIT USER.

  2. Untoggle the Active slider.

Promote a user to administrator

  1. Open the user detail page, and click EDIT USER.

  2. Toggle the superuser slider.