You're setting up a Linux server in an enterprise where user credentials are managed centrally. To ensure that Linux users can log in using their central credentials, which service or protocol should the Linux server support?
- LDAP
- RADIUS
- Kerberos
- TACACS+
To allow Linux users to log in using central credentials, you should support LDAP (Lightweight Directory Access Protocol). LDAP is a widely used protocol for centralizing user authentication and directory services, making it a suitable choice in enterprise environments.
Loading...
Related Quiz
- In a shell script, if you want a loop to execute infinitely, which of the following would be the most appropriate construct?
- When you want to continue to the next iteration of a loop without executing the subsequent commands in the current iteration, you use the __________ command.
- Which component of the Linux system manages process scheduling?
- In terms of file permissions, what does the "s" stand for when seen in a permission string like "drwxr-sr-x"?
- What role does the virt-manager tool play in Linux virtualization?