I'm orientating around FreeIPA. I have a test setup with a couple of hosts and am experimenting with LDAP. Once thing I noticed is that the hosts are able to query the entirety of the LDAP directory in FreeIPA:
kinit -kt /etc/krb5.keytab
ldapsearch -x
This will dump all users, groups, hosts and other items in the database. For a production environment, this is bad and could potentially expose this information on a host that has been compromised.
I'm having trouble finding a way to limit the access a host has to this information. How have others fixed this issue?