teltek / pumukit-ldap-bundle
PuMuKIT 的 LDAP 组件
1.1.1
2023-02-08 09:10 UTC
Requires
- php: >=7.2
- ext-ldap: *
- pumukit/pumukit: >=3.1
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