SaschaDens / ldap-connector

Provides an solution for authentication users with LDAP for Laravel 5.x
97 stars 20 forks source link

Use custom User Model #21

Open laendoor opened 9 years ago

laendoor commented 9 years ago

Hi,

Actually you use Dsdevbe\LdapConnector\Model\User to map ADUser to ModelUser in ADldap class.

It can be possible to allow set a ModelUser using config/auth.php 'model' option?

I would like that because I need to retrieve some information in my DB.

Thanks.

SaschaDens commented 9 years ago

Currently the model configuration in config/auth.php is not used and DB integration was not foreseen yet. I will investigate this and see what I can do.