On Wed, Jul 03, 2002 at 10:03:19AM -0700, Peter C. Norton wrote: > I sent in an explanations and changes to the documention in the > authpgsqlrc months ago. Could you update the documentation based > on the info below? The current comments in authpgsqlrc are misleading.
I also found the authlib/README.authpostgresql.html file to be slightly inaccurate. The 'int' data type does not take any paramater, and it cannot be unsigned, so when creating the uid and gid columns, we have to enter: create table passwd ( ... ... uid int default '65534' not null, gid int default '65534' not null, ... ... ); -- Anand Buddhdev http://anand.org ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek No, I will not fix your computer. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
