Date: Fri, 18 Jul 2003 11:39:55 +0300 From: DvG <nezdali@bsd.ee> To: freebsd-questions@freebsd.org Subject: changing local password for root failed Message-ID: <20030718083955.GA30562@daemon.bsd.ee>
next in thread | raw e-mail | index | archive | help
Hi,
when im trying to change password console with passwd , it tells
that : changing local password for root
passwd: pam_chauthtok(): error in service module
the same with other users. Where could be the problem ?
/etc/pam.d/login
# auth
#auth sufficient pam_skey.so
auth requisite pam_cleartext_pass_ok.so
#auth sufficient pam_kerberosIV.so try_first_pass
auth required pam_unix.so try_first_pass
# account
account required pam_unix.so
# session
session required pam_permit.so
# password
password required pam_permit.so
/etc/pam.d/passwd
password required pam_unix.so no_warn try_first_pass nullok
/etc/pam.d/su
auth sufficient pam_rootok.so no_warn
auth sufficient pam_self.so no_warn
auth requisite pam_group.so no_warn group=wheel root_only fail_safe
auth include system
# account
account include system
# session
session include system
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030718083955.GA30562>
