Author Topic: Difference between creating a user with samba-tool and creating a Zentyal user?  (Read 1644 times)

thefreeaccount

  • Zen Apprentice
  • *
  • Posts: 7
  • Karma: +1/-0
    • View Profile
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?