Це говорить UNIX , тому що ви міняєте пароль для аутентифікації , наданої в pam_unix
модулі PAM . Цитуючи сторінку сторінки:
NAME
pam_unix - Module for traditional password authentication
SYNOPSIS
pam_unix.so [...]
DESCRIPTION
This is the standard Unix authentication module. It uses standard calls
from the system's libraries to retrieve and set account information as
well as authentication. Usually this is obtained from the /etc/passwd
and the /etc/shadow file as well if shadow is enabled.
Він пов'язаний з Unix тим, що використовує традиційні файли /etc/passwd
та /etc/shadow
є джерелом аутентифікації.
Якщо ви використовували інший модуль PAM, як, наприклад, pam_ldap
для автентифікації LDAP, він би сказав LDAP замість UNIX:
$ passwd
(current) LDAP Password:
New password:
Retype new password:
passwd: password updated successfully