小编Ari*_*ndo的帖子

使用Laravel4进行LDAP身份验证

请帮我使用Laravel4进行LDAP身份验证.

我的配置总是返回false

我有这样的auth.php:

<?php

return array(

/*
|--------------------------------------------------------------------------
| Default Authentication Driver
|--------------------------------------------------------------------------
|
| This option controls the authentication driver that will be utilized.
| This driver manages the retrieval and authentication of the users
| attempting to get access to protected areas of your application.
|
| Supported: "database", "eloquent"
|
*/

//'driver' => 'eloquent',
'driver' => 'ldap',

/*
|--------------------------------------------------------------------------
| Authentication Model
|--------------------------------------------------------------------------
|
| When using the "Eloquent" authentication driver, we need to know …
Run Code Online (Sandbox Code Playgroud)

php ldap laravel laravel-4 ldap-client

4
推荐指数
1
解决办法
4937
查看次数

标签 统计

laravel ×1

laravel-4 ×1

ldap ×1

ldap-client ×1

php ×1