Este contenido no está disponible en el idioma seleccionado.

12.2. Creating a User Account


A suitable user account is required before domains and applications can be created. The following instructions describe how to create a user account.

Procedure 12.1. To Create a User Account:

  1. Run the following command on the broker to create a user account:
    # htpasswd -c /etc/openshift/htpasswd username# htpasswd -c /etc/openshift/htpasswd username
    Copy to Clipboard Toggle word wrap
    This command prompts for a password for the new user account, and then creates a new /etc/openshift/htpasswd file and adds the user to that file.
  2. Use the same command without the -c option when creating additional user accounts:
    # htpasswd /etc/openshift/htpasswd newuser# htpasswd /etc/openshift/htpasswd newuser
    Copy to Clipboard Toggle word wrap
  3. Inspect the /etc/openshift/htpasswd file to verify that the accounts have been created:
    # cat /etc/openshift/htpasswd
    Copy to Clipboard Toggle word wrap
A one line entry for each user is displayed.
Volver arriba
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2025 Red Hat