Forums » Development - Server »
syntax change in samba-tool
Added by Sven Röllig 8 months ago
in samba-tool has change the syntax for create new users!!
the wiki say for create new user you use ./bin/samba-tool newuser <username> <password>
but the new syntax is ./bin/samba-tool user add <username> <password>
and the available subcommands:
add - Creates a new user
delete - Delete a user
enable - Enables a user
password - Change password for a user account (the one provided in authentication)
setexpiry - Sets the expiration of a user account
setpassword - (Re)sets the password of a user account
Sven
Replies
RE: syntax change in samba-tool - Added by Brad Hards 8 months ago
Its a wiki - please make the required changes if possible!
Brad
RE: syntax change in samba-tool - Added by Sven Röllig 8 months ago
how do it make??
i dont find in wiki to make changes
Sven
RE: syntax change in samba-tool - Added by Brad Hards 8 months ago
You need to be logged in, then look for the Edit word (and pencil icon) near the top of the page.
RE: syntax change in samba-tool - Added by Sven Röllig 8 months ago
i have found. :-)
when i click the edit button i become an 403 error
Sven
RE: syntax change in samba-tool - Added by Brad Hards 8 months ago
I have modified the permissions so it should now be possible.