SY0-301 · Question #886
A system administrator is configuring UNIX accounts to authenticate against an external server. The configuration file asks for the following information DC=ServerName and DC=COM. Which of the followi
The correct answer is D. LDAP. The 'DC=' notation stands for Domain Component, which is a core part of LDAP (Lightweight Directory Access Protocol) Distinguished Names (DNs). LDAP uses a hierarchical naming structure where entries are identified by strings like 'DC=ServerName,DC=COM', representing the domain c
Question
A system administrator is configuring UNIX accounts to authenticate against an external server. The configuration file asks for the following information DC=ServerName and DC=COM. Which of the following authentication services is being used?
Options
- ARADIUS
- BSAML
- CTACACS+
- DLDAP
How the community answered
(35 responses)- A3% (1)
- C6% (2)
- D91% (32)
Explanation
The 'DC=' notation stands for Domain Component, which is a core part of LDAP (Lightweight Directory Access Protocol) Distinguished Names (DNs). LDAP uses a hierarchical naming structure where entries are identified by strings like 'DC=ServerName,DC=COM', representing the domain components of the directory tree. RADIUS and TACACS+ are AAA protocols that use different configuration syntax and do not use DC= notation. SAML is an XML-based federation standard used for SSO, not a directory authentication protocol. Only LDAP uses this specific DC= Distinguished Name format.
Topics
Community Discussion
No community discussion yet for this question.