Skip to content

Instantly share code, notes, and snippets.

@dstanek
Created January 15, 2014 22:41
Show Gist options
  • Save dstanek/8446190 to your computer and use it in GitHub Desktop.
Save dstanek/8446190 to your computer and use it in GitHub Desktop.
{
"rules": [
{
"local": {
"user": {
"name": "@@UserName@@"
}
},
"remote": [
{
"type": "UserName"
},
{
"type": "Email"
},
{
"type": "Group",
"any_one_of": ["Admin", "God"]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment