<div dir="ltr">Hi all,<div><br></div><div>I have seen the documentation on how to disable anonymous access *completely* at <a href="http://docs.fedoraproject.org/en-US/Fedora/18/html/FreeIPA_Guide/disabling-anon-binds.html">http://docs.fedoraproject.org/en-US/Fedora/18/html/FreeIPA_Guide/disabling-anon-binds.html</a></div><div><br></div><div>However, I think that those base rootdse queries are probably important. I originally thought they only happened when running "ipa-client-install" but some quick tailing of the access log indicates to me that they happen a lot.</div><div><br></div><div>So, instead of flipping the big switch in cn=config, has anyone considered just removing anonymous access to the *directory* data like:</div><div><br></div><div><div># Remove Anonymous Access to main directory</div><div>dn: dc=example,dc=com</div><div>changetype: modify</div><div>delete: aci</div><div>aci: (target != "ldap:///idnsname=*,cn=dns,dc=example,dc=com")(targetatt</div><div> r != "userPassword || krbPrincipalKey || sambaLMPassword || sambaNTPassword |</div><div> | passwordHistory || krbMKey || userPKCS12 || ipaNTHash || ipaNTTrustAuthOutg</div><div> oing || ipaNTTrustAuthIncoming")(version 3.0; acl "Enable Anonymous access"; </div><div> allow (read, search, compare) userdn = "ldap:///anyone";)</div></div><div><br></div><div><br></div><div><br></div><div>Would that work without breaking things? Do we have any information on what "broken" systems require anonymous LDAP binds and which ones do not?</div><div><br></div><div>Thanks in advance,</div><div>Tommy</div></div>