Update Servers & Workflows/Windows Server/LDAP Settings.md

This commit is contained in:
Nicole Rappe
2024-02-06 00:50:18 -07:00
parent 348eb8093a
commit 9f4896a449

View File

@ -2,5 +2,11 @@
| **Field** | **Value** | **Description** |
| :--- | :--- | :--- |
| Server Address(s) | ldap://bunny-dc-01.bunny-lab.io `192.168.3.8`, ldap://bunny-db-02.bunny.lab.io `192.168.3.9` | Domain Controllers |
| Port | 389 | Unencrypted LDAP |
| Server Address(s) | `ldap://bunny-dc-01.bunny-lab.io` / `192.168.3.8`, `ldap://bunny-db-02.bunny.lab.io` / `192.168.3.9` | Domain Controllers |
| Port | `389` | Unencrypted LDAP |
| STARTTLS | `Disabled` | |
| Base DN | `CN=Users,DC=bunny-lab,DC=io` | This is where users are pulled from |
| User / Bind DN | `CN=Nicole Rappe,CN=Users,DC=bunny-lab,DC=io` | This is the domain admin used to connect to LDAP |
| User / Bind Password | `<Password for User / Bind DN>` | Domain Credentials for Domain Admin account |
| Login Attribute | ` LDAP Filter: (&(&(|(objectclass=person))(|(|(memberof=CN=Domain Users,CN=Users,DC=bunny-lab,DC=io)(primaryGroupID=513))))(samaccountname=%uid)) ` | Used by Nextcloud |
| Login Attribute | `(sAMAccountName=*)(objectCategory=person)` | Used by PrivacyIDEA |