ldap:简化LDAP搜索的小型库

时间:2024-04-21 09:40:13
【文件属性】:

文件名称:ldap:简化LDAP搜索的小型库

文件大小:5KB

文件格式:ZIP

更新时间:2024-04-21 09:40:13

PHP

暴跌 使用安装: composer require plunging-chode/ldap 进行LDAP查询或验证用户的凭证: use PlungingChode \ Ldap \ Ldap ; use PlungingChode \ Ldap \ Filter ; $ ldap = new Ldap ( // Supply a host and port 'ldap.host' , 386 , // Base DN used for searches 'dc=example,dc=local' , // A user with search privileges 'user@example' , 'user_pw' ); // Try to login as `usr`. Retu


【文件预览】:
ldap-development
----src()
--------PlungingChode()
----.gitignore(7B)
----readme.md(1014B)
----composer.json(543B)

网友评论