-
What is the status on nested group support? Also, can you give me some pointers on where and what I would need to touch to add nested group support?
-dan
-
- Adldap2 Version: 10.2
- LDAP Type: OpenLDAP
- PHP Version: 7.2
Hi,
I'm able to retrieve users. Create user.
But I'm struggling to create group.
`
$group = Adldap::make()->group([
'cn'…
-
```
What steps will reproduce the problem?
1. Tried to configure cpassman to use LDAP authentication
2.
3.
What is the expected output? What do you see instead?
Successful login for LDAP users
What…
-
Regarding the closed issue (https://github.com/splitbrain/dokuwiki/issues/678) I will provide a documentation for this after success.
The problem is in a configuration with multiple domains but the sa…
-
Adldap2 Version: Master
LDAP Type: OpenLDAP
PHP Version: 7.3
Description:
I have issue with setPassword method returning errors bellow.
$ldapUser = Adldap::search()->findByDn('cn=124123,ou=us…
-
- Laravel Version: 5.5
- Adldap2-Laravel Version: 8
- PHP Version: 7.0
- LDAP Type: OpenLDAP
### Description:
Schema : OpenLDAP
Provider : DatabaseUserProvider
> **We are using OpenLDAP…
-
```
What steps will reproduce the problem?
1. configurer authentication ldap
2. suffix : @domain.tld
3. base dn : cn=Users,ou=teampass,dc=domain,dc=tld
4. domain controller ldap : serveur.domain.tld
…
-
- Laravel Version: 5.6
- Adldap2-Laravel Version: 4.0
- PHP Version: 7.1
- LDAP Type: ActiveDirectory
I get on Auth::attempt always false the loggins says:
`[2018-04-12 14:35:42] local.INFO: …
-
- Laravel Version: 5.5
- Adldap2-Laravel Version: 4.0
- PHP Version: 7.1.12
- LDAP Type: Active Directory
### Description:
Do we have any requirement for the AD?
I am able to log in using th…
-
After calling:
```
$result = $adldap->group()->members('Gr_QNT_Uzytkownicy', array('cn'));
```
PHP throws:
```
Notice: Undefined offset ...
```
because of wrong condition in for loop in line 51:
…