View Single Post
  #20 (permalink)  
Old 07-29-2009, 12:22 AM
blazeking blazeking is offline
Advanced Member
 
Posts: 204
Default

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.

Last edited by blazeking; 07-29-2009 at 12:30 AM..
Reply With Quote