English Korean
Distinguished Name (DN) 고유 이름 (DN)
The "Distinguished Name" syntax, applicable for both OpenLDAP and Windows AD configurations, offers flexibility in defining user identity. For OpenLDAP, the format follows this structure: <i>"uid=&lt;username&gt;,ou=people,dc=domain,dc=local"</i>. Windows AD provides an alternative syntax: <i>"&lt;username&gt;@win2kdomain.local"</i>, commonly known as "userPrincipalName (UPN)". In this context, "&lt;username&gt;" represents the specific username provided during the login prompt. This is particularly pertinent when operating in "No Searching" mode, or "Require Group Membership" enabled.
Require Group Membership 그룹 회원 가입 필요
Require user to be member of group to authenticate. Group settings must be set for this to work, enabling without proper group settings will cause authentication failure. 사용자가 인증 할 그룹의 구성원이어야합니다. 이 기능을 사용하려면 그룹 설정을해야하며, 적절한 그룹 설정을하지 않으면 인증 실패가 발생할 수 있습니다.
LDAP Group Settings LDAP 그룹 설정
Group Distinguished Name (DN) 그룹 고유 이름 (DN)
Distinguished Name of the group that user must have membership. 사용자가 회원이어야하는 그룹의 고유 이름.
Group Member Attribute 그룹 구성원 속성
This refers to the specific attribute within the LDAP directory that holds the usernames of group members. It is crucial to ensure that the attribute value aligns with the configuration specified in the "Distinguished Name" or that the actual attribute value is searchable using the settings outlined in the "Distinguished Name".
Group Member Type 그룹 회원 유형
Defines if users use full Distinguished Name or just Username in the defined Group Member Attribute. 사용자가 정의 된 그룹 구성원 속성에서 전체 고유 이름 또는 사용자 이름 만 사용하는지 정의합니다.
LDAP Specific Search Settings LDAP 관련 검색 설정
Search Base 검색 기준
Search base for searching the LDAP directory, such as <i>"dc=win2kdomain,dc=local"</i> or <i>"ou=people,dc=domain,dc=local"</i>. <i>&quot;dc = win2kdomain, dc = local&quot;</i> 또는 <i>&quot;ou = people, dc = domain, dc = local&quot;</i> 과 같이 LDAP 디렉토리 검색을위한 기본 검색.
Search filter to use to locate the user in the LDAP directory, such as for windows: <i>"(&amp;(objectclass=user)(objectcategory=user)(userPrincipalName=&lt;username&gt;*))"</i> or for OpenLDAP: <i>"(&(objectClass=account)(uid=&lt;username&gt))"</i>. "&lt;username&gt" is replaced with the username that was supplied at the login prompt. <i>&quot;(&amp; (objectclass = user) (objectcategory = user) (userPrincipalName = &lt;username&gt; *))&quot;</i> 또는 OpenLDAP에 대해 LDAP 디렉토리에서 사용자를 찾는 데 사용할 검색 필터 : <i>&quot;(&amp; (objectClass = 계정) (uid = &lt;사용자 이름&gt;)) &quot;</i> . &quot;&lt;username&gt;&quot;은 로그인 프롬프트에서 제공된 사용자 이름으로 대체됩니다.
Search Distinguished Name (DN) 고유 이름 검색 (DN)
Distinguished Name for Specific Searching binding to the LDAP directory. LDAP 디렉토리에 대한 특정 검색 바인딩의 고유 이름.
Search Password 비밀번호 찾기
Password for Specific Searching binding to the LDAP directory. LDAP 디렉토리에 바인딩하는 특정 검색에 대한 비밀번호.
LDAP CN Settings LDAP 설정