From owner-freebsd-questions Mon May 13 8:56:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from darkstar.wavenet.com.br (ipcorp-C8B16E82.ssa.terraempresas.com.br [200.177.110.130]) by hub.freebsd.org (Postfix) with ESMTP id 4DDE937B404 for ; Mon, 13 May 2002 08:56:53 -0700 (PDT) Received: (from root@localhost) by darkstar.wavenet.com.br (8.12.2/8.12.2) id g4DG1bZK044177 for questions@freebsd.org; Mon, 13 May 2002 13:01:37 -0300 (BRT) Received: from jcrr (wv-acc2-ssa-C8B06E01.brdterra.com.br [200.176.110.1]) by darkstar.wavenet.com.br (8.12.2/8.12.2av) with SMTP id g4DG1avN044169 for ; Mon, 13 May 2002 13:01:36 -0300 (BRT) Message-ID: <002001c1fa97$2cff5060$2c00a8c0@intranet.wavenet.com.br> From: "Joao Carlos" To: Subject: changing password via web Date: Mon, 13 May 2002 12:59:33 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I used to have a CGI written in C, that used the function crypt(3) to check the actual passwords of the clients that wanted to change password. I tried to use this same CGI in earlier versions of FreeBSD and it's not working. What did change? Im my master.passwd I see some DES encrypted password and some MD5 encrypted passwords. I change the pass to the same pass and the crypt now changes. What's it? Does anyone has any script or CGI source that do this job? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message