Skip to content

Instantly share code, notes, and snippets.

@tsloughter
Created October 30, 2010 23:42
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 tsloughter/655883 to your computer and use it in GitHub Desktop.
Save tsloughter/655883 to your computer and use it in GitHub Desktop.
case AdminRoles -- Roles of
AdminRoles -> % same list, not an admin role
case AdminNames -- [Name] of
AdminNames -> % same names, not an admin
throw({unauthorized, <<"You are not a db or server admin.">>});
_ ->
ok
end;
_ ->
ok
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment