stmcginnis / gofish

Gofish is a Golang client library for DMTF Redfish and SNIA Swordfish interaction.
BSD 3-Clause "New" or "Revised" License
204 stars 109 forks source link

Add ability to create user accounts #308

Closed stmcginnis closed 3 months ago

stmcginnis commented 3 months ago

This adds the ability to create basic user accounts via a method call on the AccountService. It does not currently handle things like ActiveDirectory or LDAP integration.

Closes: #72