Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Configuration of the add-on

  1. First make sure you have correctly installed the add-on.
    Anchor
    Step 1
    Step 1
  2. Open Crowd Administration Console in your web browser.
  3. Click the Directories link in the top navigation bar.
  4. Click Add Directory.
  5. Click Custom.
  6. In Name field give your directory a name. In Implementation Class input you have to put fully qualified class name of custom directory. The add-on provides two types of the directory:
    • pl.craftware.crowd.directory.GoogleAppsDirectory - directory that disallows local Crowd groups to be used with Google users;
    • pl.craftware.crowd.directory.GoogleAppsWithLocalGroupsDirectory - directory that doesn't have this limitation.

    Type one of them and click Continue.
  7. Create a Google user that will be used by the add-on to integrate with Google Apps, and give that user read-only access to your domain information.
  8. Because the plugin runs on your Crowd server, you have to generate your own Google API key:

  9. Go back to Crowd Administration Console, and click Attributes tab. You have to provide the following attributes:

    Anchor
    Step 9
    Step 9

    • plugin.license - license for add-on;
    • google.apps.domain - name of your Google Apps domain (like example.com);
    • google.apps.admin.email - the e-mail of the Google user created above;
    • google.apps.admin.password - password for that user;
    • google.api.key - the API key created above;
    • google.apps.group (optional) - Name of Google group, used to filter users. If provided then only users from that group will be shown in the directory. If blank, then all users will be displayed.
    • plugin.sync.withDomain (optional) - Determines whether domain name will be appended to directory user and group names. If set to true, domain name will be appended (e.g. admin@example.com), if false or empty, it won't be (e.g. admin).
    • google.apps.batchRequestReadTimeout (optional) - Timeout in milliseconds for requests to google for fetching users and groups. Default value if not provided is 5 minutes = 300000 miliseconds.
  10. Click Update.
     
  11. (optional) Maybe you need to configure something more in this directory. 

  12. It may take some time to load data from Google domain. If you don't see any users or groups in that directory for long time, check logs.

  13. (optional) Configure JIRA and other apps to use this directory.

...

log4j.logger.pl.craftware.shaded.org.perf4j.TimingLogger=OFF

log4j.logger.pl.craftware.shaded.com.google.api.client.http.HttpTransport=OFF

...

For the exact locations of atlassian-crowd.log or log4j.properties, and for more details on logging in Crowd, see here in Crowd documentation.

Known problems

Due to a problem with Google libraries, pl.craftware.shaded.com.google.api.client.http.HttpTransport logger produces too much data. If this is a problem for you, you can disable it with:

.