{"id":18257936,"url":"https://github.com/linkdd/lemonldap-cli","last_synced_at":"2025-10-04T21:27:18.210Z","repository":{"id":3235556,"uuid":"4271870","full_name":"linkdd/lemonldap-cli","owner":"linkdd","description":"Command Line tool to configure LemonLDAP::NG (depecrated: now maintained by the LemonLDAP::NG team)","archived":false,"fork":false,"pushed_at":"2014-02-20T16:46:05.000Z","size":344,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-20T17:05:23.989Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://linkdd.github.com/lemonldap-cli","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linkdd.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-09T13:21:22.000Z","updated_at":"2014-09-09T02:06:57.000Z","dependencies_parsed_at":"2022-08-06T13:16:30.449Z","dependency_job_id":null,"html_url":"https://github.com/linkdd/lemonldap-cli","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Flemonldap-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Flemonldap-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Flemonldap-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Flemonldap-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linkdd","download_url":"https://codeload.github.com/linkdd/lemonldap-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247229376,"owners_count":20905039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T10:28:15.345Z","updated_at":"2025-10-04T21:27:18.130Z","avatar_url":"https://github.com/linkdd.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is it ?\n\nThis project was started by [**9h37 SAS**](http://9h37.fr)\n\n*lemonldap-ng-cli* is a command line tool to configure **LemonLDAP::NG** from the\ncommand line. Make you able to deploy your web application faster and easier.\n\n*NB: This project is now maintained by the LemonLDAP::NG team and so, this repository is depecrated. You can find the script, after installation of LemonLDAP::NG,  at :*\n\n    /usr/share/lemonldap-ng/bin/lemonldap-ng-cli\n\n# Installation\n\n***To be written***\n\n# How to use\n\nSet/get variables in the configuration:\n\n```\nlemonldap-ng-cli set \u003cvariable\u003e \u003cvalue\u003e\nlemonldap-ng-cli unset \u003cvariable\u003e\nlemonldap-ng-cli get \u003cvariable\u003e\n```\n\nDefine macros:\n\n```\nlemonldap-ng-cli set-macro \u003cmacro name\u003e \u003cperl expression\u003e\nlemonldap-ng-cli unset-macro \u003cmacro name\u003e\nlemonldap-ng-cli get-macro \u003cmacro name\u003e\n```\n\nModify application list:\n\n```\nlemonldap-ng-cli apps-set-cat \u003ccat id\u003e \u003ccat name\u003e\nlemonldap-ng-cli apps-get-cat \u003ccat id\u003e\n\nlemonldap-ng-cli apps-add \u003capp id\u003e \u003ccat id\u003e\nlemonldap-ng-cli apps-set-uri \u003capp id\u003e \u003capp uri\u003e\nlemonldap-ng-cli apps-set-name \u003capp id\u003e \u003capp name\u003e\nlemonldap-ng-cli apps-set-desc \u003capp id\u003e \u003capp description\u003e\nlemonldap-ng-cli apps-set-logo \u003capp id\u003e \u003clogo\u003e\nlemonldap-ng-cli apps-set-display \u003capp id\u003e \u003capp display\u003e\n\nlemonldap-ng-cli apps-get \u003capp id\u003e\nlemonldap-ng-cli apps-rm \u003capp id\u003e\n```\n\nManage rules:\n\n```\nlemonldap-ng-cli rules-set \u003cvirtual host\u003e \u003cexpr\u003e \u003crule\u003e\nlemonldap-ng-cli rules-unset \u003cvirtual host\u003e \u003cexpr\u003e\nlemonldap-ng-cli rules-get \u003cvirtual host\u003e\n```\n\nManage exported variables:\n\n```\nlemonldap-ng-cli export-var \u003ckey\u003e \u003cvalue\u003e\nlemonldap-ng-cli unexport-var \u003ckey\u003e\nlemonldap-ng-cli get-exported-vars\n```\n\nManage exported headers:\n\n```\nlemonldap-ng-cli export-header \u003cvirtual host\u003e \u003cHTTP header\u003e \u003cperl expression\u003e\nlemonldap-ng-cli unexport-header \u003cvirtual host\u003e \u003cHTTP header\u003e\nlemonldap-ng-cli get-exported-headers \u003cvirtual host\u003e\n```\n\nManage virtual hosts:\n\n```\nlemonldap-ng-cli vhost-add \u003cvirtual host uri\u003e\nlemonldap-ng-cli vhost-del \u003cvirtual host\u003e\nlemonldap-ng-cli vhost-set-port \u003cvirtual host\u003e \u003cport\u003e\nlemonldap-ng-cli vhost-set-https \u003cvirtual host\u003e \u003cvalue\u003e\nlemonldap-ng-cli vhost-set-maintenance  \u003cvirtual host\u003e \u003cvalue\u003e\nlemonldap-ng-cli vhost-list\n```\n\nGlobal Storage:\n\n```\nlemonldap-ng-cli global-storage\nlemonldap-ng-cli global-storage-set-dir \u003cpath\u003e\nlemonldap-ng-cli global-storage-set-lockdir \u003cpath\u003e\n```\n\nReload URLs:\n\n```\nlemonldap-ng-cli reload-urls\nlemonldap-ng-cli reload-url-add \u003cvhost\u003e \u003curl\u003e\nlemonldap-ng-cli reload-url-del \u003cvhost\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkdd%2Flemonldap-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkdd%2Flemonldap-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkdd%2Flemonldap-cli/lists"}