Binaries/auth-server: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "auth-server binary is used to control the auth server and manage users.")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
auth-server binary is used to control the auth server and manage users.
auth-server [[Binaries|binary]] is used to control the auth server and manage users on the auth server,
 
this does not have any effect on the auth server's own user accounts, they remain local, this program is to change the user database auth uses on the network, not itself.
 
 
 
'''usage:'''
 
auth-server option username password
 
 
'''options:'''
 
status - displays the current server status, doesn't need username or password
 
start - starts the server, doesn't need username or password
 
stop - stops the server, doesn't need username or password
 
adduser - adds a user
 
addadmin - adds an admin
 
deluser - deletes a user, doesn't need password
 
 
eg: "''auth-server addadmin foo bar''" adds an admin user with name foo and password bar
 
"''auth-server deluser foo''" deletes username foo

Latest revision as of 00:23, 27 September 2024

auth-server binary is used to control the auth server and manage users on the auth server,

this does not have any effect on the auth server's own user accounts, they remain local, this program is to change the user database auth uses on the network, not itself.


usage:

auth-server option username password


options:

status - displays the current server status, doesn't need username or password

start - starts the server, doesn't need username or password

stop - stops the server, doesn't need username or password

adduser - adds a user

addadmin - adds an admin

deluser - deletes a user, doesn't need password


eg: "auth-server addadmin foo bar" adds an admin user with name foo and password bar

"auth-server deluser foo" deletes username foo