Skip to content

Commit

Permalink
Add group realms demo to README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlance committed Mar 23, 2017
1 parent 000ff87 commit f1dd552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ often.
{
"username": "jsmith",
"comment": "Jane Smith",
"groups": ["admin", "sudo"],
"realms": ["production","development"],
"groups": ["admin", "sudo:development"],
"shell": "/bin/bash",
"password": "encrypted-password-hash",
"realms": ["production","development"],
"ssh_keys": [
"ssh-ed25519 AAAAC3NzaKYCoqgI7JQGXzMQ jsmith@home"
]
Expand Down

0 comments on commit f1dd552

Please sign in to comment.