🛠️ Set up an LDAP connector
Availability
🛠️ The Baton connector for LDAP is an open-source connector developed by ConductorOne.
Capabilities
Sync user identities from LDAP to ConductorOne
Resources supported:
- Roles (
organizationalRole
in LDAP) - Groups (
groupOfUniqueNames
in LDAP)
- Roles (
Provisioning supported:
- Role assignment
- Group membership
To use ConductorOne to provision LDAP roles and groups: Be sure to include the
--provisioning
flag on the install command, as shown in Step 1 below.
Integrate your LDAP instance
Once baton-ldap
is installed and the integration is set up, Baton runs as a service in your environment. The service maintains contact with ConductorOne, syncs and uploads data at regular intervals, and passes that data to the ConductorOne UI, where you and your colleagues can use it to run access reviews and facilitate access requests for the application.
Step 1: Install baton-ldap
Run the brew or source commands shown below to install
baton-ldap
, substituting in the required credentials (see thebaton-ldap
repo’s README for details).To use ConductorOne to provision LDAP roles and groups: Be sure to include the
--provisioning
flag on the install command, as shown below.If you are not using ConductorOne for LDAP provisioning, do not include this flag when you run the install command.
brew
brew install conductorone/baton/baton conductorone/baton/baton-ldap
BATON_PASSWORD=admin_pass BATON_BASE_DN=base_dn BATON_USER_DN=user_dn BATON_DOMAIN=ldap_url baton-ldap --provisioning
baton resources
source
go install github.com/conductorone/baton/cmd/baton@main
go install github.com/conductorone/baton-ldap/cmd/baton-ldap@main
BATON_PASSWORD=admin_pass BATON_BASE_DN=base_dn BATON_USER_DN=user_dn BATON_DOMAIN=ldap_url baton-ldap --provisioning
baton resources
Step 2: Set up the LDAP connector in ConductorOne
This task requires the Connector Administrator or Super Administrator role in ConductorOne.
In ConductorOne, open Admin and click Connectors > Add connector.
Search for Baton and click Add.
Choose whether to add the LDAP connector to an existing application in ConductorOne (and select the app of your choice) or to create a new Baton application.
Once configuration is complete, the new application’s name will automatically change from Baton to LDAP.
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of ConductorOne users. Setting multiple owners is allowed.
Click Next.
If you selected someone else as the connector owner, that person will be notified to take over this process from this point.
Find the Settings area of the page and click Edit.
Click Rotate to generate a new set of credentials. Carefully copy the Client ID and Secret. You’ll use them in Step 3.
Step 3: Add credentials to your LDAP connector
On the server where your the LDAP is running, pass in the Client ID and Secret generated in Step 2 by running
--client-id <CLIENT ID> --client-secret <SECRET>
.Run
baton-ldap --help
to see the list of flags to be used when passing your credentials to the connector.The connector syncs current data, uploads it to ConductorOne, and prints a
Task complete!
message when finished.Check that the connector data uploaded correctly. In ConductorOne, open Apps and click Applications, then locate and click the name of the application you added the LDAP connector to. LDAP data should be found on the Groups, Roles, Resources, and Accounts tabs, as appropriate.