Skip to content

Commit

Permalink
Add Microsoft Active Directory example
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhock authored and mnhock committed Aug 3, 2023
1 parent c90cbd0 commit 3622cf6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,19 @@ The Naikan container can be configured using any of the available configuration
| `NAIKAN_LDAP_USERS_SEARCH_FILTER` | | The filter expression used in the user search. |
| `NAIKAN_LDAP_ACTIVE_DIRECTORY_DOMAIN` | | The domain name. Must be provided for Active Directory. |

Following some example configurations that are known to work of each server implementation. This configuration depends on our schema.

=== "Microsoft Active Directory"

``` sh
- NAIKAN_LDAP_SERVER_URL=ldaps://ldap.example.com:636/
- NAIKAN_LDAP_BASEDN=dc=example,dc=com
- [email protected]
- NAIKAN_LDAP_BIND_PASSWORD=password
- NAIKAN_LDAP_USERS_SEARCH_FILTER=(&(objectClass=user)(userPrincipalName={0}))
- NAIKAN_LDAP_ACTIVE_DIRECTORY_DOMAIN=example.com
```

#### CORS Headers

| Property | Default | Description |
Expand Down

0 comments on commit 3622cf6

Please sign in to comment.