Skip to content

Commit

Permalink
Update ldap settup image
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanIrimie committed Jan 31, 2024
1 parent ede992a commit ef213dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/aserto-console/connections/setup-ldap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Additionally, depending on your LDAP provider (Microsoft LDAP, Openldap, etc.),
* Microsoft LDAP: `(&(objectClass=group))`
* OpenLDAP: `(&(objectClass=groupOfNames))`

### `LDAP field to use as ID`
### `LDAP field to use as directory object ID`
* Microsoft LDAP: `objectGUID`
* OpenLDAP: `entryUUID`

Expand All @@ -34,7 +34,7 @@ Next, connect LDAP to Aserto as an identity provider. Head to the Aserto console

<img src="/connections-tab.png" />

In the Connections tab, click the "Add a Connection" button. In the following screen, use the "Lightweight Directory Access Protocol (LDAP)" provider. Name the connection "ldap" and use the display name "LDAP". Then, paste the configuration values into their corresponding fields. If you are using an insecure connection, toggle the `Insecure` button.
In the Connections tab, click the "Add a Connection" button. In the following screen, use the "Lightweight Directory Access Protocol (LDAP)" provider. Name the connection "ldap" and use the display name "LDAP". Then, paste the configuration values into their corresponding fields. If you are using an insecure connection, toggle the `Skip TLS verification (insecure)` button.

<img src="/add-ldap-connection.png" width="500px"/>

Expand Down
Binary file modified static/add-ldap-connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef213dc

Please sign in to comment.