Browse Source

Merge pull request #1571 from gosharplite/patch-1

Fix typo
pull/1487/merge
Nándor István Krácser 6 years ago committed by GitHub
parent
commit
799f29fdb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Documentation/connectors/ldap.md

2
Documentation/connectors/ldap.md

@ -13,7 +13,7 @@ The connector executes two primary queries:
The dex repo contains a basic LDAP setup using [OpenLDAP][openldap].
First start the LDAP server using the example script. This will run the OpenLDAP daemon and seed it with a initial set of users.
First start the LDAP server using the example script. This will run the OpenLDAP daemon and seed it with an initial set of users.
```
./scripts/slapd.sh

Loading…
Cancel
Save