Guest User

Untitled

a guest
Jul 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. binkcadm.bat create users -r master -f add-user.json
  2.  
  3. {
  4. "username" : "myUserName",
  5. "enabled" : true,
  6. "credentials" : [ {
  7. "type" : "password",
  8. "hashedSaltedValue" : "encoded password string",
  9. "salt" : "salt string",
  10. "hashIterations" : 27500,
  11. "algorithm" : "pbkdf2-sha256"
  12. } ],
  13. "realmRoles" : [ "admin" ]
  14. }
Add Comment
Please, Sign In to add comment