1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 07:01:02 +08:00
pooneyy 50c440bd8c
feat(phpLDAPadmin): add phpLDAPadmin application
- add version-specific data.yml with form fields for HTTP port, LDAP server, LDAP port, LDAP baseDN, admin credentials, and timezone configuration
- add docker-compose.yml for container deployment with environment variable mapping and volume mounts
- add init.sh script for directory creation and APP_KEY generation
- add README.md and README_en.md with product introduction and feature descriptions
- add root data.yml with application metadata, tags, and architecture support
- add logo.png
2026-01-25 21:56:56 +08:00

1.2 KiB
Raw Blame History

产品介绍

phpLDAPadmin简称PLA是一个基于Web的LDAP数据管理工具专为系统管理员设计。该项目遵循LDAP RFC标准可与任何兼容的LDAP服务器配合使用提供直观的图形界面来管理LDAP目录数据。

主要功能

  • LDAP数据管理通过Web界面执行LDAP目录的浏览、添加、删除、修改等操作支持属性编辑、对象类管理无需命令行即可完成日常目录维护任务。
  • 多LDAP服务器兼容原生支持OpenLDAP、OpenDJ、389 Directory Server、Apache DS等主流LDAP服务器计划未来支持Microsoft Active Directory具备良好的跨平台兼容性。
  • JSON模板引擎从v2.2版本开始引入基于JSON格式的模板系统允许管理员自定义对象类和属性模板简化重复性配置工作支持自定义模板目录避免升级覆盖。
  • Docker容器化部署提供官方Docker镜像简化安装和配置过程支持快速部署和测试确保环境一致性降低部署复杂度。
  • 国际化与翻译支持:内置多语言界面框架,允许社区贡献翻译文件,使工具能够适配不同语言环境的管理员使用需求。