Htdigist Apache digist authentication

Материал из AlexNook
Версия от 08:45, 12 февраля 2024; ALEX (обсуждение | вклад) (Новая страница: «Быстрый и простой механизм аутентификации с помощью Apache httpd - это digist аутентификация. Для создания файла с логином, паролем и Realm'ом нужно выполнить команду: {{root|htdigest [ -c ] passwdfile realm username}} '''-c''' Create the passwdfile. If passwdfile already exists, it is deleted first. '''passwdfile''' Name of the file to co...»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к навигацииПерейти к поиску

Быстрый и простой механизм аутентификации с помощью Apache httpd - это digist аутентификация.

Для создания файла с логином, паролем и Realm'ом нужно выполнить команду:

htdigest [ -c ] passwdfile realm username

-c Create the passwdfile. If passwdfile already exists, it is deleted first.

passwdfile Name of the file to contain the username, realm and password. If -c is given, this file is created if it does not already exist, or deleted and recreated if it does exist.

realm The realm name to which the user name belongs. See for more details.

username The user name to create or update in passwdfile. If username does not exist is this file, an entry is added. If it does exist, the password is changed.


Ссылки