Hi, On Wed, Sep 27, 2023 at 2:10 AM Marcelo Carvalho via FreeIPA-users < [email protected]> wrote:
> Hi everyone > > I am trying on a development host to Disabling Anonymous Binds. > > I have ran the following command but it hangs and does not return a prompt. > > $ ldapmodify -x -D "cn=Directory Manager" -W -h 127.0.0.1 -p 389 -ZZ > Enter LDAP Password: > dn: cn=config > changetype: modify > replace: nsslapd-allow-anonymous-access > nsslapd-allow-anonymous-access: rootdse > > ldapmodify waits for an empty line before it actually sends the operation to the LDAP server. You need to type a carriage return at the end of the line containing "rootdse", then another carriage return, and you should see the command result. Then you can type CTRL-D to exit the ldapmodify command. HTH, flo Following instructions from: > https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/linux_domain_identity_authentication_and_policy_guide/disabling-anon-binds > > ipa --version: VERSION: 4.10.1, API_VERSION: 2.251 > Red Hat Enterprise Linux" VERSION="9.2 > > Please, any advice? > > Many thanks > > Marcelo > _______________________________________________ > FreeIPA-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedorahosted.org/archives/list/[email protected] > Do not reply to spam, report it: > https://pagure.io/fedora-infrastructure/new_issue >
_______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
