
SSO in Pachca with LDAP
The Pachca LDAP integration lets your employees log in to Pachca with their corporate credentials.
Any LDAP provider is supported: OpenLDAP, FreeIPA and others.
Pachca connects to your LDAP server over a secure SSH tunnel.
To connect, send our support team the following:
- Connection URL in the format
ldap://<DOMAIN_NAME>:389 - Bind DN.
uid=admin,cn=users,cn=accounts,dc=<DOMAIN_NAME>,dc=com - Account password (the password of an LDAP admin account with read access to the directory tree)
- Open SSH access for IP address 37.200.70.176 with access to port 389
You can choose which employee groups get access to Pachca. To do this, send us a filter value. For example, to give access to all employees in the "pachca" group:
(&(objectclass=inetorgperson)(memberOf=cn=pachca,cn=groups,cn=accounts,dc=<DOMAIN_NAME>))
Once setup is complete, you can log in to Pachca with SSO using your LDAP credentials.
Updated: March 20, 2024