Re: [PHP] Entering password on a command line

2002-05-29 Thread Analysis & Solutions
> To increase security, I would like to not put the bind password into the > program, and instead have the user type it in. But, I'd like to have this > done so that the password is not echo'd to the screen. The one thing I can suggest is the readline functions: http://www.php.net/manual/en/r

[PHP] Entering password on a command line

2002-05-27 Thread Darren Gamble
Good day, I have a command-line PHP script that connects to an LDAP database and does some queries. To increase security, I would like to not put the bind password into the program, and instead have the user type it in. But, I'd like to have this done so that the password is not echo'd to the s