Forrest logo
back to context overview

pdbedit

List of commands for pdbedit:

  • pdbedit:tldr:2ecfb pdbedit: Add an existing Unix user to Samba (will prompt for password).
    $ sudo pdbedit --user ${username} --create
    try on your machine
    explain this command
  • pdbedit:tldr:8736b pdbedit: Remove a Samba user.
    $ sudo pdbedit --user ${username} --delete
    try on your machine
    explain this command
  • pdbedit:tldr:a0c95 pdbedit: List all Samba users (use verbose flag to show their settings).
    $ sudo pdbedit --list --verbose
    try on your machine
    explain this command
  • pdbedit:tldr:c4c86 pdbedit: Reset a Samba user's failed password counter.
    $ sudo pdbedit --user ${username} --bad-password-count-reset
    try on your machine
    explain this command
back to context overview