Skip to main content

How to install Soffid LDAP

Installation

DownloadPrerequisites

PleaseTo downloadinstall theSoffid LDAP, you must install Docker. Despite Docker desktop can be used for testing purposes, Docker container runtime usage is recommended.

Installation

To start Soffid FederationLDAP, add-on.execute:

docker volume create ldapconf
docker volume creade ldapdata
docker run --name soffidldap -p 1389:389 -v ldapconf:/etc/ldap/slapd.d -v ldapdata:/var/lib/ldap -d -e SOFFID_SERVER=https://<SYNCSERVERNAME>:760 -e SOFFID_AGENT=<SOFFID_AGENT> -e USER=<ADMIN_USERNAME> -e PASSWORD=<ADMIN_PASSWORD> -e DN=<YOUR_BASE_DN> soffidldap

You couldwill donwloadsee something like this:

image-1654601131618.png

Now, one can connect to the LDAP Server using the user name and password used to create the docker instance

To stop the service, execute docker stop soffidldap

To start the service, execute docker start soffidldap

To remove the service, execute docker rm soffidldap

The initial configuration files lay in the followingldapconf linkvolume. http:It uses to be located at //www.soffid.com/download/enterprise/var/lib/docker/volumes/ldapconf/_data

if

The youinitial haveconfiguration Soffidfiles user with authorization, orlay in the followingldapconf http://download.soffid.com/download/volume. byIt registering.

Upload

1. Once the Federation add-on is downloaded, please log in to IAM Console.

You needuses to be anlocated administratorat user of the Soffid console or a user with permissions to upload addons./var/lib/docker/volumes/ldapdata/_data

It is recommended to upload the addons to master, this is the way to maintain updated all, master and tenants if there are.

2. In the Soffid console, please go to:

Main Menu > Administration > Configure Soffid > Global Settings > Plugins

3.  Then, click the add button (+) and pick the file and Soffild will upload the addon file.

For more information visit the Addons Getting started page.

4. Finally, when the addon is installed, it will be required to restart the Soffid Console.

5. Once the Soffid console is restarted, you could check the plugin was uploaded properly on the plugins page:

Main Menu > Administration > Configure Soffid > Global Settings > Plugins

6. Now, you can set-up the Federation.