LdapConfig
LdapConfig
| Name | Description | Schema | Default |
|---|---|---|---|
| bind_credential optional | Bind 비밀번호 Example : passwordMinimum length : 1Maximum length : 128 | string | |
| bind_dn optional | Bind DN Example : CN=Administrator,CN=Users,DC=test,DC=addMinimum length : 1Maximum length : 255 | string | |
| component_id optional | 컴포넌트 ID Example : HYIK7LLKQL2MFK2K8Jb1ew | any of [string, null] | |
| connection_url optional | LDAP 서버 URL Example : ldaps://test.subdomain.company.com:123Minimum length : 1Maximum length : 255 | string | |
| rdn_ldap_attribute optional | RDN LDAP 속성 Example : cnMinimum length : 1Maximum length : 64 | string | |
| user_object_classes optional | 사용자 객체 클래스 Example : person, organizationalPerson, userMinimum length : 1Maximum length : 100 | string | |
| username_ldap_attribute optional | 사용자 이름 LDAP 속성 Example : sAMAccountNameMinimum length : 1Maximum length : 64 | string | |
| users_dn optional | 사용자 DN Example : OU=Employees,OU=Accounts,DC=sub,DC=orgMinimum length : 1Maximum length : 255 | string |