posix_getpwnam

From: Tomáš Kubiš <kubis(at)vosji(dot)cz>
To: "PgSQL-general" <pgsql-general(at)postgresql(dot)org>
Subject: posix_getpwnam
Date: 2001-08-13 08:07:29
Message-ID: NNEPKEIGCPCHDEFHEFPDKEDOCAAA.kubis@vosji.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I`m using function posix_getpwnam. Its works correctly. But The result for
param passwd is only "x". I know why is it. Because i have save unix users
passwords in shadow file,not in passwd file, there is only "x".
Is there some function,which param is encrypted(MD5) password in PHP?

I need: User puts password,and I will compare these password with password
in shadow?

Thank you very much

Tomas

Browse pgsql-general by date

  From Date Subject
Next Message Dr. Evil 2001-08-13 09:03:15 The mysterious BLOB and bytea data types
Previous Message Steve SAUTETNER 2001-08-13 07:45:09 Reading a table in a database from another database