changing local password for root failed

2003-07-21 Thread Vitali Djatsuk

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
authrequisite   pam_cleartext_pass_ok.so
#auth   sufficient  pam_kerberosIV.so
try_first_pass
authrequiredpam_unix.so
try_first_pass
# account
account requiredpam_unix.so
# session
session requiredpam_permit.so
# password
passwordrequiredpam_permit.so

/etc/pam.d/passwd
passwordrequiredpam_unix.so no_warn
try_first_pass nullok
/etc/pam.d/su
authsufficient  pam_rootok.so   no_warn
authsufficient  pam_self.so no_warn
authrequisite   pam_group.sono_warn
group=wheel root_only fail_safe
authinclude system
# account
account include system

 

# session

session include system


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


changing local password for root failed

2003-07-18 Thread DvG
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
authrequisite   pam_cleartext_pass_ok.so
#auth   sufficient  pam_kerberosIV.so   try_first_pass
authrequiredpam_unix.so try_first_pass
# account
account requiredpam_unix.so
# session
session requiredpam_permit.so
# password
passwordrequiredpam_permit.so

/etc/pam.d/passwd
passwordrequiredpam_unix.so no_warn try_first_pass nullok
/etc/pam.d/su
authsufficient  pam_rootok.so   no_warn
authsufficient  pam_self.so no_warn
authrequisite   pam_group.sono_warn group=wheel root_only 
fail_safe
authinclude system
# account
account include system

 

# session

session include system


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]