Which of the following protocols would allow an organization to maintain a centralized list of users
that can read a protected webpage?

A.
Lightweight Directory Access Control (LDAP)
B.
Security Assertion Markup Language (SAML)
C.
Hypertext Transfer Protocol (HTTP)
D.
Kerberos
???
0
0
I’d say D is correct as Kerberos is essentially a network authentication protocol which is designed to provide strong authentication for client/server applications by using secret key cryptography. Kerberos is effective in open, distributed environments where users must have a unique ID for each application on the network.
LDAP is comprehensive suite of protocols for managing directory informations.
SAML is an XML based protocol that uses security tokens containing assertions to pass information about a principal between a SAML authority
all from ISC2 official 4th edition
0
0
Answer is “A”
A common use of LDAP is to provide a central place to store usernames and passwords.
https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol
0
0