Skip to content

a go based api to manage identities within a ldap installation

License

Notifications You must be signed in to change notification settings

fnordpipe/idm-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idm-api

this api allows you to manage accounts within ldap instances.

examples

create account

curl -X POST \
  --header "Content-Type: application/json" \
  --data '{"username":"foo", "surname":"whatever","password":"foo"}' https://example.org/account

update password

export USERNAME=foo

curl -X POST \
  --header "Content-Type: application/json" \
  --data '{"old":"oldpw", "new": "newpw", "repeat":"newpw"}' \
  https://example.org/account/${USERNAME}/password

About

a go based api to manage identities within a ldap installation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published