ASSS Questions - Permit + AS3 Anonymous - Sat Mar 10, 2007 2:16 pm Post subject: Permit + AS3
Not sure if this has been posted already (I tried the search function), but is it possible to place a permit.txt or something similar on an As3 server?
Dr Brain - Sat Mar 10, 2007 5:26 pm Post subject:
I'm pretty sure that the passwd.conf can be made to work as a permit.txt style authenticator. I'm not sure the exact config entries needed, though.
Basically, you need to put your passwords there, and set it to deny anyone without their name in the file. The userguide may be of some assistance.
Smong - Sat Mar 10, 2007 6:16 pm Post subject:
Yeah if you set AllowUnknown to no or 0 and then put the names in. You can set their "password" to "any", which can later be updated when they type ?passwd:
Quote:
[General]
AllowUnknown = no
[Users]
you = any
afriend = any
Note "any" will allow these people into the zone but won't grant powers if they are staff, they still have to use ?passwd.