[arch-general] htaccess password

2012-03-29 Thread pete
Hi .. I need to generate a htaccess file that has 150 username password pairs does anyone know of a utility that can do this short of lots of typing .. Thanks Pete . -- Linux 7-of-9 3.2.13-1-ARCH #1 SMP PREEMPT Sat Mar 24 09:10:39 CET 2012 x86_64 AMD Phenom(tm) 9600B Quad-Core Processor

Re: [arch-general] htaccess password

2012-03-29 Thread martin kalcher
Am 29.03.2012 23:11, schrieb pete: Hi .. I need to generate a htaccess file that has 150 username password pairs does anyone know of a utility that can do this short of lots of typing .. Thanks Pete . Hey Pete, do these username/password pairs already exist, or do you want to generate

Re: [arch-general] htaccess password

2012-03-29 Thread Kaiting Chen
You probably want to look into mod_auth_ldap or something by that point. Do you want to generate them randomly? --Kaiting. On Thu, Mar 29, 2012 at 5:11 PM, pete p.nikol...@btinternet.com wrote: Hi .. I need to generate a htaccess file that has 150 username password pairs does anyone know

Re: [arch-general] htaccess password

2012-03-29 Thread Taylor Hedberg
pete, Thu 2012-03-29 @ 22:11:31+0100: I need to generate a htaccess file that has 150 username password pairs does anyone know of a utility that can do this short of lots of typing .. For generating passwords, there is the utility `pwgen`. pgpFG4oIiQ8MZ.pgp Description: PGP signature

Re: [arch-general] htaccess password

2012-03-29 Thread pete
On Thu, 29 Mar 2012 22:11:31 +0100 pete p.nikol...@btinternet.com wrote: Hi .. I need to generate a htaccess file that has 150 username password pairs does anyone know of a utility that can do this short of lots of typing .. Thanks Pete . Maybe i should correct that slightly i

Re: [arch-general] htaccess password

2012-03-29 Thread martin kalcher
Am 29.03.2012 23:16, schrieb pete: On Thu, 29 Mar 2012 22:11:31 +0100 petep.nikol...@btinternet.com wrote: Hi .. I need to generate a htaccess file that has 150 username password pairs does anyone know of a utility that can do this short of lots of typing .. Thanks Pete . Maybe i

Re: [arch-general] htaccess password

2012-03-29 Thread pete
On Thu, 29 Mar 2012 17:15:09 -0400 Kaiting Chen kaitocr...@gmail.com wrote: You probably want to look into mod_auth_ldap or something by that point. Do you want to generate them randomly? --Kaiting. On Thu, Mar 29, 2012 at 5:11 PM, pete p.nikol...@btinternet.com wrote: Hi .. I

Re: [arch-general] htaccess password

2012-03-29 Thread Genes MailLists
On 03/29/2012 05:16 PM, pete wrote: Maybe i should correct that slightly i need to generate .htpasswd file with 150 user password pairs .. Pete . If you have a file with usernames then something like this may work for you. ufile=/tmp/xxx pfile=/tmp/yyy result=/tmp/upfile