Skip to content

run_apacheds.sh: fix ldapmodify calls#11

Open
johanneskastl wants to merge 4 commits intoTremoloSecurity:masterfrom
johanneskastl:20231101_fix_ldapmodify_error
Open

run_apacheds.sh: fix ldapmodify calls#11
johanneskastl wants to merge 4 commits intoTremoloSecurity:masterfrom
johanneskastl:20231101_fix_ldapmodify_error

Conversation

@johanneskastl
Copy link
Copy Markdown
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