Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: thefreeaccount on July 26, 2014, 04:36:15 am

Title: Difference between creating a user with samba-tool and creating a Zentyal user?
Post by: thefreeaccount on July 26, 2014, 04:36:15 am
I know of two ways to create users with Zentyal:

1)using the samba commands:
/usr/bin/samba-tool user add $username
/usr/bin/samba-tool group addmembers $group $username

2)Using the bulk add script provided here:
https://wiki.zentyal.org/wiki/En/3.5/Development_and_advanced_configuration#importing-configuration-data

What is the difference between those two methods? Is it necessary to do both?