I am trying to create a default access for all users unless specified in the ACL file.
I have allow_anonymous set to false. However, if a user is in the password file, I want that user to be able to have read access only to a specific topic. If I define a user rule in the ACL file, I want that to be used instead. I want to do this so any new passwords I create will have a default access. That way I don't have to add an entry in the ACL file for every new password I create.
Basically something like:
user * (wildcard, all users)
topic read some_topic
(and then I create rules if needed)
user admin1
topic readwrite #
user user1
topic read temps