Hide Forgot
Description of problem: https://access.redhat.com/site/documentation/en-US/Red_Hat_Directory_Server/9.0/html/Administration_Guide/configuring-special-binds.html#disabling-anonymous-binds 14.8.2. Disabling Anonymous Binds The example is ldapmodify -D "cn=directory manager" -w secret -p 389 -x In this case, since the port is 389, you don't need -p or -h, so it should just be ldapmodify -D "cn=directory manager" -w secret -x Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
There should have been a -h there, by my original intent. I updated it to use -h, if that's okay.
Mass closure of published bugs.