I figured it out. Somewhere I saw an example of usernames seperated by spaces. But, like the acl file says it's a comma seperated list. That's it!
Dan Muey -----Original Message----- From: Dan Muey Sent: Thursday, September 05, 2002 9:57 AM To: [EMAIL PROTECTED] Subject: [vqadmin] Error Syntax erorr in access lists At first all I got was forbidden so I had to chmod the .htacess file and now I can log in. Now I get : Error Syntax erorr in access lists error occured while initiating the interface. Please contact the administrator if this continues. I've tried quite a biot and know I'm missing something simple. Thanks for the help. Dan Muey Here's my acl file : default - ... default - # tried default all three ways default tech VI test admin VIMUDCA mcroy senior * dmuey myoung # all other lines are either blank or commented out like this one heres the entire file : # # Access List Definitions # [EMAIL PROTECTED] # # # Default group contains permissions for all users # not listed under any groups # # If the default group is not defined, users not # listed under any other groups will have no # permissions. # # Examples follow... # default - # # Access permissions: # # V View user information # I View domain information # M Modify user information # U Modify domain information # C Create user # A Create domain # D Delete user # X Delete domain # # These features will still appear in the HTML templates # if the user doesn't have access to them, however, they will # get a permission denied error if they try to make use of # them. # tech VI test admin VIMUDCA mcroy # # An asterisk in the features field specifies that you # want all users in this group to have access to # all features. # senior * dmuey myoung
