Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Using with LDAP #39

Closed
fzoske opened this issue Dec 11, 2015 · 4 comments
Closed

Using with LDAP #39

fzoske opened this issue Dec 11, 2015 · 4 comments

Comments

@fzoske
Copy link
Contributor

fzoske commented Dec 11, 2015

Hi,

I have problems using this against a pure LDAP (no ActiveDirectory) Server.
I figured out, that you're querying for 'objectCategory' which is not present in my schema.
Is it possible to work around this, or do I have to look for another AuthProvider?

@stevebauman
Copy link
Member

Hi, at the moment in v5, the objectCategory attribute is a hard-coded constant into the creation of models:

https://github.com/Adldap2/Adldap2/blob/v5.2/src/Query/Builder.php#L976

However, this has changed in v6, which will be coming out soon. It utilizes a customizable schema object:

https://github.com/Adldap2/Adldap2/blob/master/src/Query/Processor.php#L133.

Adldap2-Laravel will also be updated at the time of its release, so please stay tuned!

@fzoske
Copy link
Contributor Author

fzoske commented Mar 21, 2016

It's been some time now.
Can you estimate the date of release for v6?

@stevebauman
Copy link
Member

Actually, I'm planning on releasing it tonight. I'm finalizing the documentation as we speak.

https://github.com/Adldap2/Adldap2/tree/master/docs

@fzoske
Copy link
Contributor Author

fzoske commented Mar 21, 2016

That are great news. Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants