Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_apacheds.sh: fix ldapmodify calls #11

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

johanneskastl
Copy link
Contributor

@johanneskastl johanneskastl commented Nov 1, 2023

run_apacheds.sh:

  • replace 'ldapmodify -h' with 'ldapmodify -H', as current ldapmodify no longer recognizes -h as an option
  • ldapmodify no longer has a '-p' option for the port, it now goes into the '-H' URI
  • ldapdelete also uses '-H' now
  • use proper LDAP URIs (ldap://127.0.0.1:10389)

https://manpages.ubuntu.com/manpages/jammy/en/man1/ldapmodify.1.html

Johannes Kastl added 2 commits November 1, 2023 20:59
@johanneskastl johanneskastl changed the title run_apacheds.sh: replace 'ldapmodify -h' with 'ldapmodify -H' run_apacheds.sh: fix ldapmodify calls Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant