Skip to content

Commit 2c3df86

Browse files
authored
fix: fix typo in ldap guide
1 parent 11ad6f9 commit 2c3df86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/ldap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tinyauth:
3737
- LDAP_ADDRESS=ldap://my-ldap-server:389
3838
- LDAP_BIND_DN=uid=your-observer-user,ou=people,dc=example,dc=com
3939
- LDAP_BIND_PASSWORD=your-observer-user-password
40-
- LDAP_BASE_DN=dc=example,cd=com
40+
- LDAP_BASE_DN=dc=example,dc=com
4141
- LDAP_SEARCH_FILTER=(uid=%s)
4242
- LDAP_INSECURE=true
4343
```

0 commit comments

Comments
 (0)