LDAP import

NEW IN 4.2 Linchpin User Profiles is compatible with Confluence’s Dark Mode. Yay!

How does LDAP work for Linchpin User Profiles?

By default, user directories configured in Confluence are used to fill the user profiles.

But you can also let Linchpin User Profiles (LUP) use LDAP directories to obtain user profile data.

General idea

Usually, the LDAP server is the information center of the company. User information is stored here and other systems can pull data like names, positions or phone numbers from it. This translates to a lot of work for the IT crew who has to maintain all this data and apply changes manually.

Linchpin User Profiles allows you to establish self service for user data. Users can change their phone numbers or correct spelling mistakes themselves within their intranet profile. These changes are written back to the LDAP server, from where they are distributed to other systems.

Synchronization

The profile data is updated by a regularly scheduled Confluence job named Bulk profile update (LDAP sync) which connects to your LDAP server and updates the profiles then. You can of course configure when the LDAP sync happens or trigger it manually, too.

Navigate to Confluence administration → Administration → Scheduled Jobs to find the LDAP sync feature.

Retrieve data from LDAP

Always retrieves the profile information from your LDAP resource.

Users will never be able to edit this profile field, even if the user can’t be found in the LDAP resource.

The LDAP connection is strictly “read-only”. Never will any data be written back to your LDAP resource.

In the Source section, select LDAP server from the drop-down menu. In the text field, enter the name of the LDAP attribute where the profile information is stored.

The value of this profile field will be retrieved from this LDAP attribute for each profile update.

Write fields back to user directory (LDAP)

Because the LDAP server is such a crucial part of every IT infrastructure, there is a two step process to enable this feature.

Enable write access inside of Data sources

First, you need to enable and configure the feature itself in the Data sources. Navigate to Confluence administration → Linchpin User Profiles → Data sources.

In the Allow write to LDAP section, select the Enable write to LDAP radio button. Use the Save and test connection button to open an interactive test. This test panel allows you to check if Confluence has write access to the LDAP attribute of a specific Confluence User in your configured user directory.

Check multiple user directories

If you have configured multiple user directories for your Confluence, you need to test at least one user per directory to check the write access.

Check multiple attributes

To check the access for multiple attributes, just repeat the test for each attribute.

Please note, that admins themselves need to know how to configure their directory service so that access works.

Configure fields in the Profile Editor

Secondly, you need to navigate to Confluence administration → Linchpin User Profiles → Profile Editor.

Here you will have to enable the write access for every profile field individually.

Edit the profile field you wish to give the write permission to. Inside the edit mode, scroll down to the Source section and select LDAP server.

Activate the Write data entered by the user into the LDAP attribute button.

Finally, click on the Save button.

How are conflicting field values handled?

There is a minor possibility for conflicting values.

Usually, the users’ data is synchronized by the Scheduled Job “LUP: Bulk profile update (LDAP sync)”.

As soon as a user starts to edit their own Confluence profile, the app quickly updates all the fields. Changes that have been made since the last sync will be transferred to the profile. The user simply has to click on the Save button to accept these changes.

On rare occasions, it might come to a conflict. This might happen when a user opens the edit dialog, makes changes but doesn’t close the edit dialog again. If the LDAP server changed during this time, the user will overwrite these changes once they click the Save button.

Incremental LDAP synchronization

For a faster synchronization, use an incremental LDAP synchronization to only import modified user data.

Navigate to Confluence administration → Linchpin User Profiles → Data sources → LDAP.

In the Advanced settings for incremental synchronization section, you will find the Last LDAP sync date option. Enter the desired date and time here.

The app uses the dd-MM-yyyy and HH:mm:ss formats. Your entered values must match those formats (for example: 23-05-2016; 15:30:00).

The next LDAP sync will only update user data modified after the date you entered. Every time the sync job runs, it will reset this date and time.

Define the timestamp pattern of your LDAP resource

In order to make the synchronization work, the plugin needs the exact timestamp pattern your LDAP resource uses for storing the “last modified date” information. Please enter the pattern in the Timestamp pattern of LDAP resource input field. Information about different timestamp patterns can be found here. 

Examples

yyyyMMddHHmmss.Z (known to work for a lot of AD installations)

yyyyMMddHHmmssZ (known to work for a lot of OpenLDAP installations)