3. Publishing Applications to Users
7. SGD Servers, Arrays, and Load Balancing
B. Secure Global Desktop Server Settings
C. User Profiles, Applications, and Application Servers
The tarantella archive Command
tarantella array add_backup_primary
tarantella array edit_backup_primary
tarantella array list_backup_primaries
tarantella array remove_backup_primary
The tarantella emulatorsession Command
tarantella emulatorsession list
tarantella emulatorsession info
tarantella emulatorsession shadow
tarantella emulatorsession suspend
tarantella emulatorsession end
tarantella object list_attributes
tarantella object list_contents
tarantella object new_container
tarantella object new_dynamicapp
tarantella object new_windowsapp
tarantella object remove_mapping
tarantella object remove_member
The tarantella passcache Command
The tarantella restart Command
The tarantella security Command
tarantella security certrequest
tarantella security decryptkey
tarantella security fingerprint
The tarantella service Command
The tarantella tokencache Command
The tarantella uninstall Command
The tarantella version Command
The tarantella webserver Command
tarantella webserver add_trusted_user
tarantella webserver delete_trusted_user
tarantella webserver list_trusted_users
The tarantella webtopsession Command
Modifies the cache of directory services data.
tarantella cache [ --flush ldapgroups|ldapconn|ldapconn-lookups|krb5config|all ] [ --refresh ldapgroups ] [ --populate ldapgroups ]
This command modifies the cache of directory services data used with the following:
Active Directory authentication
LDAP authentication
Third-party authentication (if the LDAP search method is enabled)
LDAP assignments (also known as Directory Services Integration)
The following table shows the available options for this command.
|
The following table shows the available settings for the command options.
|
The --populate option adds LDAP group and LDAP group membership information to the cache. SGD searches the local repository for objects with LDAP group assignments and adds the LDAP groups to the cache. SGD then queries the directory for the membership of each LDAP group and adds the list of users to the cache.
The --refresh option updates the cache with the current membership of LDAP groups. SGD searches the cache for LDAP groups. SGD then queries the directory for the membership of each LDAP group and adds the list of users to the cache.
The following example flushes the cache of all LDAP data.
$ tarantella cache --flush all