This isn't a CF solution but all we did was have CF store the request in a MySQL database. A perl script runs via cron that generates the files using the htpasswd binary that comes with apache.
/chad 8/21/2002 4:26:06 PM, Ryan <[EMAIL PROTECTED]> wrote: >>I don't think any coldfusion function does it. If anybody finds a >>solution in pure ColdFusion, send it in! >>I don't know much about bash shell and how to reach it with cfexecute, >>but i found this workaround: > > From what I read at >http://httpd.apache.org/docs-2.0/programs/htpasswd.html , the apache >htpasswd file uses MD5 encryption. This is what the ColdFusion Hash() >function does also. That should work. > >-Ryan > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
