Skip to content

Commit 6898942

Browse files
authored
Merge pull request #39956 from github/repo-sync
Repo sync
2 parents 34eb33c + e9a5643 commit 6898942

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

content/admin/managing-iam/using-ldap-for-enterprise-iam/using-ldap.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,5 @@ Log events for LDAP appear in systemd journal logs on {% data variables.location
220220
## Limitations for LDAP on {% data variables.product.prodname_ghe_server %}
221221

222222
The {% data variables.product.prodname_ghe_server %} LDAP authentication timeout setting is 10 seconds. This means that all LDAP queries required for user authentication and group membership queries (when Administrators and Restricted User Groups are configured in the management console) must successfully complete within 10 seconds for an LDAP user who is logging into {% data variables.product.prodname_ghe_server %}. {% data variables.product.prodname_ghe_server %} does not currently support extending this 10 second LDAP authentication timeout as this can have a negative impact on other services on the appliance and lead to poor performance or unexpected outages. We recommend limiting the network latency between {% data variables.product.prodname_ghe_server %} and LDAP server(s) to help prevent authentication timeouts.
223+
224+
{% data variables.product.prodname_ghe_server %} does not support user LDAP DNs with special characters. If there is an LDAP user with a special character in their LDAP DN, {% data variables.product.prodname_ghe_server %} may not be able to accurately determine the group membership of a user who is authenticating or being synced by LDAP Sync.

content/github-models/about-github-models.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ To use {% data variables.product.prodname_github_models %} in your organization,
4040

4141
See [AUTOTITLE](/github-models/github-models-at-scale/manage-models-at-scale).
4242

43+
## Searching {% data variables.product.prodname_github_models %}
44+
45+
To search for available models, see [AUTOTITLE](/search-github/searching-on-github/searching-github-models). You can search for models by name, publisher, language, modality, and other filters.
46+
4347
## Prompts
4448

4549
Manage your prompt configurations stored in the repository. Each prompt is saved as a `.prompt.yml` file, which defines the model, parameters, and test inputs. From here, you can create, edit, and organize prompts to support experimentation or production use.
@@ -63,6 +67,7 @@ To learn how others are using {% data variables.product.prodname_github_models %
6367

6468
## Further reading
6569

70+
* [AUTOTITLE](/search-github/searching-on-github/searching-github-models)
6671
* [AUTOTITLE](/github-models/use-github-models/prototyping-with-ai-models)
6772
* [AUTOTITLE](/github-models/use-github-models/optimizing-your-ai-powered-app-with-github-models)
6873
* [AUTOTITLE](/github-models/use-github-models/evaluating-ai-models)

content/search-github/searching-on-github/searching-github-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Searching GitHub Models
33
intro: 'You can search for models that are available on {% data variables.product.prodname_github_models %}.'
44
versions:
5-
fpt: '*'
5+
feature: github-models
66
topics:
77
- GitHub search
88
shortTitle: Search GitHub Models

0 commit comments

Comments
 (0)