Re: Netscape to Squid migration

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sat, 27 Mar 1999 16:35:13 +0100

rich wrote:

> Looking for a way to migrate 100+ users from the dbm auth file to
> a squid auth file.

If you know some minimal amount of C or Perl programming you can stick
with the dbm file for authentication. Squid uses separate authentication
modules for verifying passwords, and a DBM module is about 10 lines of
code (don't know why anyone hasn't done one already..).

But with as little as 100 users using NCSA auth is simpler. Exporting
the DBM file to NCSA style might be as simple as "dbmmanage users.dbm
view >users.ncsa", "/usr/lib/yp/makedbm -u users.dbm | sed '-es/ /:/'
>users.ncsa" or a equivalent command line using Netscape DBM tools.

--
Henrik Nordstrom
Spare time Squid hacker
Received on Sat Mar 27 1999 - 08:18:03 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:45:27 MST