Advanced Search
Search Results
7 total results found
Soffid LDAP
Soffid LDAP
Introduction to Soffid LDAP
What is Soffid LDAP? Soffid LDAP is a complete LDAP Server based on OpenLDAP. It is always distributed as a docker container. The proposed system architecture is as follows: The SoffidLDAP is not directly using Soffid database. Instead, it is using its ow...
Connecting to the LDAP using user short names
Connecting to the LDAP The Soffid LDAP accepts the usual way to connect to the LDAP service using the distinguished name and password for the user. Additionally, one can use the uid attribute to login. Then for the user: dn: cn=user,ou=test,dc=soff...
Seamless authentication
The password authentication process is redesigned to allow users to connect to Soffid LDAP using their internally stored password, or a password trusted by Soffid. The first attempt is to check the password against the local userPassword attribute. If i...
Soffid overlay configuration
The communication channel from Soffid LDAP to Soffid sync server is configured by the Soffid overlay. The overlay configuration object looks like this: ## Soffid overlaydn: olcOverlay=soffid,olcDatabase={1}mdb,cn=configolcOverlay: soffidobjectClass: olc...
How to debug Soffid LDAP?
Installation Prerequisites To install Soffid LDAP, you must install Docker. Despite Docker desktop can be used for testing purposes, Docker container runtime usage is recommended. Steps to debug 1.- First of all, you have to add the DEBUG environment varia...
How to install Soffid LDAP?
Installation Prerequisites To install Soffid LDAP, you must install Docker. Despite Docker desktop can be used for testing purposes, Docker container runtime usage is recommended. Installation To start Soffid LDAP, execute: docker volume create ldapconf ...