8 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: authpgsql bug
FromSent OnAttachments
Anand BuddhdevJul 3, 2002 6:47 am 
Sam VarshavchikJul 3, 2002 7:36 am 
Gordon MessmerJul 3, 2002 7:55 am 
Anand BuddhdevJul 3, 2002 8:28 am 
Peter C. NortonJul 3, 2002 10:03 am 
Gordon MessmerJul 3, 2002 10:28 am 
Anand BuddhdevJul 3, 2002 10:55 am 
Anand BuddhdevJul 3, 2002 11:51 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: authpgsql bugActions...
From:Anand Buddhdev (ar@anand.org)
Date:Jul 3, 2002 11:51:47 am
List:net.sourceforge.lists.courier-users

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, ... ... );