Doesn't Apache come with a version of htpasswd.exe that might be possible for you to exec() (or other applicable function)?
I haven't tried this at all, so I may be speaking out of <insert favorite word here>. -Dash -----Original Message----- From: Christian Leberfinger [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 1:17 PM To: PHP-List Subject: RE: [PHP-WIN] crypt() on windows Crypt() is supported by windows systems, but it uses other encryption mechanisms than crypt() on unix-systems...that means it returns other encrypted strings. So when Apache compares the crypt()ed string with the one stored in the .htpasswd, it fails and you can't gain access... Is there no way to get round this problem??? Still: HELP! Regards, Christian -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php