Thanks for pointing me in the right direction, got it working properly now; found out the hard way to separate users by whitespace only, NOT commas.
thanks On 3/26/07, Serge Basterot <[EMAIL PROTECTED]> wrote: > > Hello, > > On Mon, Mar 26, 2007 at 01:33:17PM -0400, Jerome Santos wrote: > > [...] > > > I want to add something like this: > > > > AllowUsers user1, user2, user3 > > AllowUsers is a list of "user name patterns, separated by _spaces_". > Also take a look at the AllowGroups parameter. > > -- > Serge