Add security-ldap-uaa example
This commit is contained in:
8
security-ldap-uaa-example/reload-user.sh
Executable file
8
security-ldap-uaa-example/reload-user.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
username="$1"
|
||||
password="$2"
|
||||
uaac token delete --all
|
||||
uaac target http://localhost:8080/uaa
|
||||
uaac token owner get cf $username -s "" -p $password
|
||||
uaac token client get admin -s adminsecret
|
||||
uaac user get $username
|
||||
Reference in New Issue
Block a user