Skip to content

Commit

Permalink
Issue 3342 - RFE logconv.pl should have a replacement in CLI tools (#…
Browse files Browse the repository at this point in the history
…6444)

Bug description:
	Perl DB is not available in RHEL 10 so the server access log
	analyzer tool (logconv.pl) needs to be ported to python.

Fix description:
	Initial draft of logconv.py, this is a work in progress. This
	commit message will be updated following code review/rework.

Fixes: #3342

Reviewed by: @progier389 @mreynolds389  (Thank you)
  • Loading branch information
jchapma authored Jan 23, 2025
1 parent 0646e23 commit c5e1fb1
Show file tree
Hide file tree
Showing 4 changed files with 2,800 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ dist_bin_SCRIPTS = ldap/admin/src/scripts/ds-replcheck \
ldap/admin/src/scripts/ds-logpipe.py

dist_bin_SCRIPTS += ldap/admin/src/logconv.pl
dist_bin_SCRIPTS += ldap/admin/src/logconv.py

python_DATA = ldap/admin/src/scripts/failedbinds.py \
ldap/admin/src/scripts/logregex.py
Expand Down Expand Up @@ -750,6 +751,7 @@ dist_man_MANS = man/man1/dbscan.1 \
man/man1/ldap-agent.1 \
man/man1/ldclt.1 \
man/man1/logconv.pl.1 \
man/man1/logconv.py.1 \
man/man1/pwdhash.1 \
man/man5/99user.ldif.5 \
man/man8/ns-slapd.8 \
Expand Down
Loading

0 comments on commit c5e1fb1

Please sign in to comment.