diff --git a/content/admin/managing-iam/using-ldap-for-enterprise-iam/using-ldap.md b/content/admin/managing-iam/using-ldap-for-enterprise-iam/using-ldap.md index 093cbd3c8307..e79154094ec6 100644 --- a/content/admin/managing-iam/using-ldap-for-enterprise-iam/using-ldap.md +++ b/content/admin/managing-iam/using-ldap-for-enterprise-iam/using-ldap.md @@ -220,3 +220,5 @@ Log events for LDAP appear in systemd journal logs on {% data variables.location ## Limitations for LDAP on {% data variables.product.prodname_ghe_server %} 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. + +{% 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. diff --git a/content/github-models/about-github-models.md b/content/github-models/about-github-models.md index 8daf73a3a6f8..4150da070e55 100644 --- a/content/github-models/about-github-models.md +++ b/content/github-models/about-github-models.md @@ -40,6 +40,10 @@ To use {% data variables.product.prodname_github_models %} in your organization, See [AUTOTITLE](/github-models/github-models-at-scale/manage-models-at-scale). +## Searching {% data variables.product.prodname_github_models %} + +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. + ## Prompts 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 % ## Further reading +* [AUTOTITLE](/search-github/searching-on-github/searching-github-models) * [AUTOTITLE](/github-models/use-github-models/prototyping-with-ai-models) * [AUTOTITLE](/github-models/use-github-models/optimizing-your-ai-powered-app-with-github-models) * [AUTOTITLE](/github-models/use-github-models/evaluating-ai-models) diff --git a/content/search-github/searching-on-github/searching-github-models.md b/content/search-github/searching-on-github/searching-github-models.md index 27afad229e8c..b359fc79181c 100644 --- a/content/search-github/searching-on-github/searching-github-models.md +++ b/content/search-github/searching-on-github/searching-github-models.md @@ -2,7 +2,7 @@ title: Searching GitHub Models intro: 'You can search for models that are available on {% data variables.product.prodname_github_models %}.' versions: - fpt: '*' + feature: github-models topics: - GitHub search shortTitle: Search GitHub Models