यह यूनिक्स कहते हैं क्योंकि आप द्वारा प्रदान की प्रमाणीकरण के लिए पासवर्ड बदल रहे हैं पीएएम मॉड्यूल । पृष्ठ का उद्धरण:pam_unix
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.
यह यूनिक्स से संबंधित है जिसमें यह पारंपरिक फ़ाइलों /etc/passwd
और /etc/shadow
प्रमाणीकरण के स्रोत के रूप में उपयोग करता है ।
यदि आपने pam_ldap
LDAP प्रमाणीकरण के लिए एक और PAM मॉड्यूल का उपयोग किया है , तो यह UNIX के बजाय LDAP कहेंगे:
$ passwd
(current) LDAP Password:
New password:
Retype new password:
passwd: password updated successfully