What is meant by "datasource-name"? The CLI commands to enable GAL sync give me this error (haven't specified "datasource-name"):
[zimbra@testzimbra ~]$ zmgsautil fullSync -a
galsync@testzimbra.lakecoe.org -n
error: Missing argument for option:n
zmgsautil: {command}
createAccount -a {account-name} -n {datasource-name} --domain {domain-name} -t zimbra|ldap [-f {folder-name}] [-p {polling-interval}]
deleteAccount [-a {account-name} | -i {account-id}]
trickleSync [-a {account-name} | -i {account-id}] [-d {datasource-id}] [-n {datasource-name}]
fullSync [-a {account-name} | -i {account-id}] [-d {datasource-id}] [-n {datasource-name}]
forceSync [-a {account-name} | -i {account-id}] [-d {datasource-id}] [-n {datasource-name}]
EDIT: Nevermind, I think I figured it out. In the Admin Console, when configuring the GAL, it states "Datasource name for internal:zimbra". So adding "zimbra" to the end of the command above ran successfully.