dqz13288 2015-07-12 19:31
浏览 56
已采纳

如何使用Samba4 AD中的用户对PHP网站进行身份验证

I have seen a couple of websites / tutorials to "access files and folders" controlled by Samba4.

I want to ask if it is possible to use Samba as the database, and allow a user to enter their username and password, then using PHP, connect to the Samba users list to check these credentials and authenticate.

  • 写回答

1条回答 默认 最新

  • doudang2537 2015-07-12 20:07
    关注

    I did this looong time ago with samba3 and PHP4. Sorry but I can't give you details right now but I used this: http://uranus.chrysocome.net/linux/php/php_smbauth.htm

    Code will be like:

    smbauth($username, $password, $primary_svr, $secondary_svr, $domain);
    

    I didn't see support for PHP5 or if it is possible to install it via apt. Anyway, with the source and administrative privileges you can compile it.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 Odoo17操作下面代码的模块时出现没有'读取'来访问
  • ¥50 .net core 并发调用接口问题
  • ¥15 网上各种方法试过了,pip还是无法使用
  • ¥15 用verilog实现tanh函数和softplus函数
  • ¥15 Hadoop集群部署启动Hadoop时碰到问题
  • ¥15 求京东批量付款能替代天诚
  • ¥15 slaris 系统断电后,重新开机后一直自动重启
  • ¥15 QTableWidget重绘程序崩溃
  • ¥15 谁能帮我看看这拒稿理由啥意思啊阿啊
  • ¥15 关于vue2中methods使用call修改this指向的问题