Advanced Search
Search Results
440 total results found
WebSSO configuration for PHPBB
The following attributes must be added to apache configuration <Location /> ShibRequestSetting applicationId forum ShibRequireSession off AuthType shibboleth Require shibboleth </Location> <Location /ucp.php> Shi...
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...
SSH Gateway Connection
Introduction We can establish a connection to the target system using the SSH remote access protocol. How to connect 1 You can establish the connection with the ssh gateway and then Soffid will ask your password and the target system parameters to connect: ...
RDP Gateway Docker Installation
Introduction Soffid allows you to deploy a new docker container with the RDP gateway. The configuration is similar to the sync server configuration. Prerequisites The RDP Service is only released as a docker service. 1. Install docker ( https://docs.docker...
RDP Gateway Docker Compose Installation
Introduction Soffid allows you to deploy a new docker container with the RDP gateway. The configuration is similar to the sync server configuration. Prerequisites The RDP Service is only released as a docker service. 1. Install docker (https://docs.docker....
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...
Metadata
Description The Metadata functionality allows expanding the Soffid objects, their attributes, and their data types. Also, it allows expanding custom objects. By default, there is a list of built-in objects, but it is possible to create new custom objects and...
Custom objects
Description The custom objects are the objects created by the administrator to extend the Soffid underlying data model. This allows you to store additional information that is not natively supported by Soffid. This option allows administrator users to provi...
Attribute translation tables
Definition Soffid provides an easy to use mechanism to translate references or external codes into internal codes. For example, the HHRR application could be using a diferent coding scheme for business units. To deal with this data mismatch, users can extend...
PAM Rules
Definition Soffid allows you to define rules to detect commands executed on a server. When a user launches a command defined on a rule, Soffid will detect it. To use those rules you need to define the PAM policies. For more information, you can visit the PAM...
Installing IAM Console
Guide to install IAM Console using Docker. There is a public docker image at docker hub: https://hub.docker.com/r/soffid/iam-console/ Prerequisites Docker 8GB RAM > 10GB disk space (50GB recomended) Supported database installed Video Tutorial In...
Hosts
Description The host screen lets the administrator manage a static IP address assigned to any host. Dynamic IP addresses are automatically managed by Soffid ESSO. Screen overview Related objects Network Operating systems Custom attributes Basics ...
Accounts
Description An account is the way an user is presented on a target system. There can be user accounts as well as system-purpose accounts. An account belongs to a system and that account can have specific permissions assigned to it. An account must have defi...
Process Search
Description A process is a series of actions, connected by transitions. An action could be either an automatic action or a manual task. Soffid console is concerned about task delegation and workflow management. Any user is able to create new processes or any...
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 ...
Agents
Description Soffid agents are the tool that allows the connection between the Soffid console and the target systems. To establish the connection with target systems, Soffid provides a large number of connectors that will be able to set up into the Soffid cons...
Windows Administrator access
How to access? For domain member hosts, ESSO will remove all existing local accounts except for those with a dependand service. So, in order to access with administrator privileges, user must use a domain account with local administrator privilege, or either ...