-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Active Directory Query v2 - global catalog reference #37816
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adi88d Nice work,
Please add a tech writer for a docs review.
@@ -14,7 +14,7 @@ configuration: | |||
type: 0 | |||
required: true | |||
section: Connect | |||
- display: Port. If not specified, the default port is 389, or 636 for LDAPS. | |||
- display: Server port. If not specified, the default port is 389, 636 for LDAPS, or 3268 for global catalog servers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- display: Server port. If not specified, the default port is 389, 636 for LDAPS, or 3268 for global catalog servers. | |
- display: Server port. If not specified, the default port is 389 for LDAP, 636 for LDAPS, or 3268 for global catalog servers. |
@@ -45,7 +45,7 @@ Use Cases | |||
| **Parameter** | **Description** | **Required** | | |||
|--------------------------------------------------------------------------------------------------| --- | --- | | |||
| Server IP address (for example, 192.168.0.1) | The Server IP that should be used to access Active Directory. | True | | |||
| Port | Server port. If not specified, the default port is 389, or 636 for LDAPS. | False | | |||
| Port | Server port. If not specified, the default port is 389, 636 for LDAPS, or 3268 for global catalog servers. | False | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Port | Server port. If not specified, the default port is 389, 636 for LDAPS, or 3268 for global catalog servers. | False | | |
| Port | Server port. If not specified, the default port is 389 for LDAP, 636 for LDAPS, or 3268 for global catalog servers. | False | |
> <i>Note:</i> For queries and operations across multiple domains within a forest the server port should be 3268. This port is used for queries specifically targeted for the global catalog. LDAP requests sent to port 3268 can be used to search for objects in the entire forest. | ||
For more information on global catalog see the [Microsoft documentation](https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/planning-global-catalog-server-placement). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> <i>Note:</i> For queries and operations across multiple domains within a forest the server port should be 3268. This port is used for queries specifically targeted for the global catalog. LDAP requests sent to port 3268 can be used to search for objects in the entire forest. | |
For more information on global catalog see the [Microsoft documentation](https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/planning-global-catalog-server-placement). | |
> <i>Note:</i> For queries and operations across multiple domains within an Active Directory forest the server port should be 3268. This port is used for queries specifically targeted for the global catalog. LDAP requests sent to port 3268 can be used to search for objects in the entire Active Directory forest. | |
For more information on global catalog see the [Microsoft documentation](https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/planning-global-catalog-server-placement). |
@ShacharKidor Doc review completed. |
Co-authored-by: ShirleyDenkberg <[email protected]>
Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the contribution registration form
The Pull Request will be reviewed only after the contribution registration form is filled.
Status
Related Issues
https://jira-dc.paloaltonetworks.com/browse/XSUP-44308
Description
Added documentation on global catalog for queries and operations across multiple domains by using port 3268
Must have