To delete the credentials of the user
Log in to the Fabric Management Platform desktop, and open a new terminal session as root user.
(If you are connecting remotely, use a tool like PuTTY or the remote desktop function of the Fabric Management Platform, and login as a root user. The default root user login is root/Administer4Me).
Use the following command to ensure that the status of the Samba server is “Running”.
# rcsmb <status | start>
Use “status” to check Samba server status and “start” to start the Samba server if it is not running.
Use the following command to ensure that the status of the authentication service of Samba server “winbind” is “Running”.
# rcwinbind <status | start | stop | restart>
Use “status”, “start”, “stop” and “restart” commands to check the status, start the service, stop the service and restart the service respectively.
Use the following command to list all the Samba users:
# pdbedit –L
A list appears as:
administrator:1000:Administrator
operator:1001:operator
where “administrator” and “operator” are the users that are available in the Samba server.
To delete the user, use the following command:
# userdel -r user1
The message
no crontab for user1
appears confirming the deletion.