Open laendoor opened 9 years ago
Hi,
Actually you use Dsdevbe\LdapConnector\Model\User to map ADUser to ModelUser in ADldap class.
Dsdevbe\LdapConnector\Model\User
ADldap class
It can be possible to allow set a ModelUser using config/auth.php 'model' option?
config/auth.php
'model'
I would like that because I need to retrieve some information in my DB.
Thanks.
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.
model
Hi,
Actually you use
Dsdevbe\LdapConnector\Model\User
to map ADUser to ModelUser inADldap 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.