Changeset 329 in code for trunk/doc/soju.1.scd


Ignore:
Timestamp:
Jun 8, 2020, 8:30:09 PM (5 years ago)
Author:
delthas
Message:

Add support for the user create admin service command

This adds support for user create, a new service command only accessible
to admin users. This lets users create other users on the fly and makes
soju start the user routine immediately; unlike sojuctl which currently
requires closing soju, creating the user, and starting soju again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/soju.1.scd

    r323 r329  
    139139                is used.
    140140
     141*network delete* <name>
     142        Disconnect and delete a network.
     143
     144*network status*
     145        Show a list of saved networks and their current status.
     146
    141147*certfp generate* *[options...]* <network name>
    142148        Generate self-signed certificate and use it for authentication.
     
    160166        Disable SASL EXTERNAL authentication and remove stored certificate.
    161167
     168*user create* -username <username> -password <password> [-admin]
     169    Create a new soju user. Only admin users can create new accounts.
     170
    162171*change-password* <new password>
    163172        Change current user password.
    164 
    165 *network delete* <name>
    166         Disconnect and delete a network.
    167 
    168 *network status*
    169         Show a list of saved networks and their current status.
    170173
    171174# AUTHORS
Note: See TracChangeset for help on using the changeset viewer.