---
title: "LdapConf"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/ldapconf/"
source: "https://container-registry.com/docs/harbor-api-client/model/ldapconf/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/ldapconf/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/ldapconf/index.md>. Site index: <https://container-registry.com/llms.txt>.


# LdapConf

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ldap_url** | **str** | The url of ldap service. | [optional] 
**ldap_search_dn** | **str** | The search dn of ldap service. | [optional] 
**ldap_search_password** | **str** | The search password of ldap service. | [optional] 
**ldap_base_dn** | **str** | The base dn of ldap service. | [optional] 
**ldap_filter** | **str** | The serach filter of ldap service. | [optional] 
**ldap_uid** | **str** | The serach uid from ldap service attributes. | [optional] 
**ldap_scope** | **int** | The serach scope of ldap service. | [optional] 
**ldap_connection_timeout** | **int** | The connect timeout of ldap service(second). | [optional] 
**ldap_verify_cert** | **bool** | Verify Ldap server certificate. | [optional] 



