lemonldap-ng/scripts
Maxime Besson 8da2666acc Improve addTrEntry
Allow to set a key from another key
2022-10-06 14:48:42 +02:00
..
README.md Insert run-ldap tool 2018-05-28 10:12:55 +02:00
addTrEntry Improve addTrEntry 2022-10-06 14:48:42 +02:00
changelibversion Manage internal dependency versions 2017-03-07 10:03:29 +00:00
ci-install-lasso-centos Add Lasso in centos ci builds #2681 2022-01-04 10:37:12 +01:00
copyright-updater.pl Update LLNG download URL 2021-08-12 17:02:50 +02:00
dependencies-list.pl Update INSTALL file (Closes: #2707) 2022-07-28 17:58:12 +02:00
download_translations Adapt download_translations to zh.json rename 2018-12-12 11:48:32 +01:00
findAttr.pl Reorganize files - work in progress (#444) 2012-02-28 22:48:20 +00:00
generate-changelog.pl Update changelog 2022-09-15 15:59:15 +02:00
jsongenerator.pl Translate the error code displayed in debug logs 2019-09-17 20:17:57 +02:00
minifierskin Add a skin compacter (just for example) 2013-11-01 20:26:43 +00:00
parameters-for-doc.pl New script for parameter list in documentation (#1646) 2020-09-06 22:51:20 +02:00
parameters-for-wiki.pl Add timeout for configuration load (#1908) 2019-09-02 23:01:09 +02:00
run-ldap Enable conf/session backends 2018-05-29 22:53:38 +02:00
sonar Avoid asking questions during slapd install 2021-09-24 14:15:04 +02:00
test-perf.pl Remove trailing whitespaces 2019-04-03 14:15:16 +02:00
testConfBackend.pl Update test scripts 2018-05-24 15:41:14 +02:00
totp-client.pl Add little TOTP test script (#1359) 2018-03-19 06:50:11 +01:00
transform-templates Prepare Debian libs usage for Debian official release 2016-01-21 13:00:19 +00:00
translationsProgress Add little script to follow translation progress 2022-03-06 09:07:55 +01:00
unaccent.pl Replace french characters by HTML codes (#583) 2016-03-01 09:53:21 +00:00
upload_translations Upload fr translations on Transifex update 2019-04-23 15:21:05 +02:00

README.md

LLNG team scripts

Release tools

  • parameters-for-wiki.pl: generates the content of https://lemonldap-ng.org/documentation/<VERSION>/parameterlist
  • changelibversion: changes $VERSION in all .pm files and also in */Makefile.PL (after major release)
  • generate-changelog.pl: generates changelog entry from GitLab issues

Tools used by Makefile

  • doc.pl: launched by make documentation to create local doc
  • jsongenerator.pl: launched by make json to build Manager JSON files and some Perl scripts
  • transform-templates: transform *.tpl to choose normal/minified/external CSS/JavaScripts

Other tools

  • testConfBackend.pl: test a new configuration backend
  • test-perf.pl: little script to test Portal/Handler performance
  • totp-client.pl: TOTP app to replace FreeOTP for TOTP tests
  • run-ldap: Launch an LDAP server (port 19389) and stop it when a key is pressed. It uses Portal test LDAP server.

Old unmaintained scripts

  • copyright-updater.pl: old script used to replace CHANGELOG POD entry
  • findAttr.pl: may find some undocumented parameters
  • minifierskin
  • unaccent.pl