LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/scripts
Clément OUDOT f0497b1202 Generate changelog for 2.22 3 weeks ago
..
README.md Remove Authen::OATH dependency 2 years ago
addTrEntry No \n 2 years ago
changelibversion Manage internal dependency versions 9 years ago
ci-build-deb Run WebAuthn tests in CI 1 month ago
ci-build-rpm Run WebAuthn tests in CI 1 month ago
ci-install-lasso-centos Add Lasso in centos ci builds #2681 4 years ago
copyright-updater.pl Update LLNG download URL 4 years ago
dependencies-list.pl Update INSTALL file (Closes: #2707) 3 years ago
download_translations Use local fr translations 3 years ago
findAttr.pl Remove /o regexp flag 1 year ago
generate-changelog.pl Generate changelog for 2.22 3 weeks ago
importTranslationFromBranch Add tool to import translations into a minor branch 2 years ago
jsongenerator.pl Generate error_codes.rst from error code list 3 years ago
minifierskin Add a skin compacter (just for example) 12 years ago
openapigenerator.pl Add OpenAPI generation to release steps 2 years ago
parameters-for-doc.pl Fix overlay conf backend link in documentation 2 years ago
parameters-for-wiki.pl Add timeout for configuration load (#1908) 6 years ago
run-ldap Enable conf/session backends 8 years ago
sonar Use official docker images for CI 2 months ago
test-perf.pl Remove trailing whitespaces 7 years ago
testConfBackend.pl Update test scripts 8 years ago
transform-templates Prepare Debian libs usage for Debian official release 10 years ago
translationsProgress Add little script to follow translation progress 4 years ago
unaccent.pl Replace french characters by HTML codes (#583) 10 years ago
update-branch-translations Add little tool to update LTS translations 5 months ago
upload_translations Use local fr translations 3 years ago

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
  • 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