Which three settings are required to configure an openLdap to use directory service provided by
Ldap.example.com?
A.
Set the LDAP Search Base DN and the LDAP server address and post
in /etc/openldap/ldap.conf to:
dc=example, dc = com
ldap://ldap.example.com:389
B.
Set LDAP Search Base DN and the LDAP server address and port in /etc/ldap.conf to:
dc=example, dc=com
ldap://ldap.example.com:389
C.
Ensure that /etc/nsswitch.conf correctly references authentication priorities:
passed: files ldap
shadow: files ldap
group: files ldap
D.
Ensure that the LDAP server name can be resolved.
E.
Ensure that DNS is used to resolve the LDAP server name.
Explanation:
A: The configuration file for the OpenLDAP libraries is
/usr/local/etc/openldap/ldap.conf.C: In order to use LDAP naming services, you must also properly configure all LDAP client
machines, in addition to modifying the nsswitch.conf
E: The client’s domain name must be served by the LDAP server
A,C,E
The answer is A,C,E
=============
DNS is not required – you can use IP addresses in your URIs. A, C, D
I would think so too.
Segun la pregunta, “Which three settings are required to configure an openLdap to use directory service provided by
Ldap.example.com” es requerido que el nombre “Ldap.example.com” tiene que ser traducido por el DNS, la respuesta deberia ser A,C,E