Troubleshooting

Deleting users from your Samba domain is a two stage process in which you have to remove the user from the Linux server and also remove the user's corresponding smbpasswd entry. 1. Delete the users using the smbpasswd with the -x switch: smbpasswd -x john. 2. Delete The Linux User by following the normal deletion process. For example: userdel ... ................
................