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.
Option | Description |
---|---|
| Flushes the cache. |
| Updates the data in the cache. |
| Adds data to the cache. |
The following table shows the available settings for the command options.
Setting | Description |
---|---|
| LDAP group data. Used for LDAP assignments. |
| LDAP connections Used to reset all LDAP connections. |
| LDAP search data. Used for LDAP assignments. |
| The Kerberos configuration settings. Used to update the Kerberos settings without restarting the SGD server. Used only for Active Directory authentication. |
| Flushes all LDAP data. |
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