-
Hi,
I would like to connect to Active directory on port 3269.
But the port is ignored. In this case, adLdap used the port 636.
My parameters are :
$configuration['use_ssl'] = true;
$…
-
- Laravel Version: 5.5
- Adldap2-Laravel Version: 4.0
- PHP Version: 7.0.9
- LDAP Type: OpenLDAP
### Description:
I'm trying to connect on a OpenLDAP + NoDatabaseUserProvider but always retu…
-
I would like to use Laravel Authentication with Windows ActiveDirectory but without Database. I had followed your readme, install your package and configure the UI using your method too. I am able to …
-
- Laravel Version: 5.5
- Adldap2-Laravel Version: ^4.0
- PHP Version: 7.1
- LDAP Type: ActiveDirectory
### Description:
I'm using multiple authentication guards:
```
'admins' …
-
I have sucessfully configured the ActiveDirectory plugin. I can log in with user accounts from my active directory, as long as there are accounts in LibreBookings mysql-database with the same username…
-
Hi!
I get "PHP Warning: ldap_search(): Partial search results returned: Sizelimit exceeded" when accessing the user manager in my dokuwiki, and I assume it is because it gets more than 1000 hits (wh…
-
- Laravel Version: 5.6.39
- Adldap2-Laravel Version: 6.0
- PHP Version: 7.3
- LDAP Type: ActiveDirectory
### Description:
I am trying to connect to a database using LDAP on my website and it …
-
```
(Trac:447) Originaly reported by volkov.artem@gmail.com on 2010-03-22 16:01:51
При импорте пользователей из огромного
домена (>15k users) появляются ошибки:
Warning: ldap_search() [function.ldap…
-
Hi,
i had the problem, that php kill my process after 30 seconds if the LDAP server was not reachable. I fixed this issue with the folowin line:
``` php
ldap_set_option($this->ldapConnection, LDAP_OP…
-
- Adldap2 Version: #.#
- LDAP Type:
- PHP Version: #.#
### Description:
My credentials are right but i am getting error of "**Invalid Credentails**"
I am performing following steps. Thank…