For an LDAP client configuration, the LDAP base needs to be set. Which TWO of the following actions would achieve that?
A.
export LDAPBASE=dc=linuxfoo,dc=com
B.
export BASE=dc=linuxfoo,dc=com
C.
Edit ldapbase.conf and add "BASE dc=linuxfoo,dc=com".
D.
Edit cldap.conf and add "BASE dc=linuxfoo,dc=com".
E.
Edit ldap.conf and add "BASE dc=linuxfoo,dc=com".