Skip to content

Instantly share code, notes, and snippets.

@greenlaw110
Created June 12, 2012 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greenlaw110/2915888 to your computer and use it in GitHub Desktop.
Save greenlaw110/2915888 to your computer and use it in GitHub Desktop.
Play-aaa configuration file
# ----------------
# Privileges
# ----------------
superuser:
type: p
level: 9999
# ---------------
# Rights
# ---------------
manage-client-accounts:
type: ri
manage-my-account:
type: ri
dynamic: true
manage-my-subscription:
type: ri
dynamic: true
# ------------------
# Roles
# ------------------
admin:
type: ro
rights:
- manage-client-accounts
client:
type: ro
rights:
- manage-my-account
- manage-my-subscription
# ------------------
# Users
# ------------------
root:
password: xxxxxxxxxx
privilege: superuser
pete:
password: yyyyyyyyyy
roles:
- admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment