teltek/pumukit-ldap-bundle

PuMuKIT 的 LDAP 组件

安装次数: 3,498

依赖者: 0

建议者: 0

安全性: 0

星标: 1

关注者: 8

分支: 0

公开问题: 1

类型:symfony-bundle

1.1.1 2023-02-08 09:10 UTC

This package is auto-updated.

Last update: 2024-09-16 11:06:15 UTC


README

PumukitLDAPBundle 允许连接到 LDAP 服务器,并从服务器检索数据,以便轻松填充元数据。

如何安装组件

composer require teltek/pumukit-ldap-bundle

如果没有,将其添加到 config/bundles.php

Pumukit\LDAPBundle\PumukitLDAPBundle::class => ['all' => true]

然后执行以下命令

php bin/console cache:clear
php bin/console cache:clear --env=prod
php bin/console assets:install