-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Microsoft Active Directory example
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | | ||
|