UNIX diyor çünkü % co_de tarafından sağlanan kimlik doğrulama şifresini değiştiriyorsunuz % PAM modülü . Manpage’i alıntılamak:
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 ile ilgili, pam_unix
ve /etc/passwd
gibi geleneksel dosyaları kimlik doğrulama kaynağı olarak kullanmasıyla ilgilidir.
LDAP kimlik doğrulaması için /etc/shadow
gibi başka bir PAM modülü kullandıysanız, LDAP yerine UNIX:
$ passwd
(current) LDAP Password:
New password:
Retype new password:
passwd: password updated successfully