SY0-301 · Question #862
A third party application has the ability to maintain its own user accounts or it may use single sign- on. To use single sign-on, the application is requesting the following information: OU=Users…
The correct answer is C. LDAP. The string 'OU=Users, DC=Domain, DC=COM' is an LDAP Distinguished Name (DN) - the hierarchical addressing format used in LDAP (Lightweight Directory Access Protocol) directory structures. OU stands for Organizational Unit, DC stands for Domain Component. LDAP is a standard…
Question
A third party application has the ability to maintain its own user accounts or it may use single sign- on. To use single sign-on, the application is requesting the following information: OU=Users, DC=Domain, DC=COM. This application is requesting which of the following authentication services?
Options
- ATACACS+
- BRADIUS
- CLDAP
- DKerberos
How the community answered
(34 responses)- A9% (3)
- B3% (1)
- C85% (29)
- D3% (1)
Explanation
The string 'OU=Users, DC=Domain, DC=COM' is an LDAP Distinguished Name (DN) - the hierarchical addressing format used in LDAP (Lightweight Directory Access Protocol) directory structures. OU stands for Organizational Unit, DC stands for Domain Component. LDAP is a standard protocol for accessing and querying directory services (such as Active Directory), and is the backbone technology for many SSO implementations. TACACS+ and RADIUS are AAA protocols typically used for network device authentication. Kerberos is a ticket-based authentication protocol. Only LDAP uses DN syntax like the one shown.
Topics
Community Discussion
No community discussion yet for this question.