From owner-freebsd-questions@FreeBSD.ORG Sun Jul 20 23:21:30 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABEDB37B401 for ; Sun, 20 Jul 2003 23:21:30 -0700 (PDT) Received: from red.microlink.ee (red.microlink.ee [194.106.120.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC26243F3F for ; Sun, 20 Jul 2003 23:21:27 -0700 (PDT) (envelope-from Vitali.Djatsuk@MicroLink.ee) X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 21 Jul 2003 09:21:25 +0300 Message-ID: <916488900DA96F4D881F59CCDF522BD20295FFDE@tallinn.microlink.lan> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: changing local password for root failed Thread-Index: AcNNB5c1TSs6AHCrS7SPKD3g4/V8FgCSI39g From: "Vitali Djatsuk" To: Subject: changing local password for root failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 06:21:31 -0000 Hi, when im trying to change password console with passwd , it tells=20 that : changing local password for root passwd: pam_chauthtok(): error in service module the same with other users. Where could be the problem ?=20 =20 /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=3Dwheel root_only fail_safe auth include system # account account include system =20 # session session include system _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"