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
Maxime Besson 55eb4d31c3 Fix sonar job (#2528) 4 years ago
..
README.md Insert run-ldap tool 7 years ago
addTrEntry Handle UTF-8 locales in addTrEntry 4 years ago
changelibversion Manage internal dependency versions 8 years ago
copyright-updater.pl Replace Jira by GitLab 8 years ago
download_translations Adapt download_translations to zh.json rename 7 years ago
findAttr.pl Reorganize files - work in progress (#444) 13 years ago
generate-changelog.pl Update changelog 4 years ago
jsongenerator.pl Translate the error code displayed in debug logs 6 years ago
minifierskin Add a skin compacter (just for example) 12 years ago
parameters-for-doc.pl New script for parameter list in documentation (#1646) 5 years ago
parameters-for-wiki.pl Add timeout for configuration load (#1908) 6 years ago
run-ldap Enable conf/session backends 7 years ago
sonar Fix sonar job (#2528) 4 years ago
test-perf.pl Remove trailing whitespaces 6 years ago
testConfBackend.pl Update test scripts 7 years ago
totp-client.pl Add little TOTP test script (#1359) 7 years ago
transform-templates Prepare Debian libs usage for Debian official release 9 years ago
unaccent.pl Replace french characters by HTML codes (#583) 9 years ago
upload_translations Upload fr translations on Transifex update 6 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
  • 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