Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No output #3

Open
apophys0 opened this issue Jul 19, 2021 · 3 comments
Open

No output #3

apophys0 opened this issue Jul 19, 2021 · 3 comments

Comments

@apophys0
Copy link

Hi,
I an running openldap version 2.4.58, and did build this module as well as loaded it (inside the slapd.ldif; confirmed with slapcat:

olcModuleLoad: {6}memberof.la
olcModuleLoad: {7}refint.la
olcModuleLoad: {8}mr_passthru.la

). The problem is a filter like your example

(memberof:1.2.840.113556.1.4.1941:=cn=Group1,OU=groupsOU,DC=x)

where cn=Group1 is a groupOfNames with subgroups containing uids simply do not return the needed uids - nor do the reverse like

(member:1.2.840.113556.1.4.1941:=(cn=user1,cn=users,DC=x))

I am wondering if something else than the simple moduleload inside the slapd.ldif needs to happen. Thanks

@cbueche
Copy link
Owner

cbueche commented Jul 21, 2021

I'm sorry but I do not have access to the platform where this is running and frankly it's 7 years old since I worked with this stuff so I'm somewhat lost. From memory I would set the slapd to debug mode and carefully tail the log to see what happens. All considered this approach was probably overkill and I would try to not use such custom code anymore in any similar new construction.

@DDabbiru
Copy link

Hi, I an running openldap version 2.4.58, and did build this module as well as loaded it (inside the slapd.ldif; confirmed with slapcat:

olcModuleLoad: {6}memberof.la
olcModuleLoad: {7}refint.la
olcModuleLoad: {8}mr_passthru.la

). The problem is a filter like your example

(memberof:1.2.840.113556.1.4.1941:=cn=Group1,OU=groupsOU,DC=x)

where cn=Group1 is a groupOfNames with subgroups containing uids simply do not return the needed uids - nor do the reverse like

(member:1.2.840.113556.1.4.1941:=(cn=user1,cn=users,DC=x))

I am wondering if something else than the simple moduleload inside the slapd.ldif needs to happen. Thanks

Hi , could you please share the steps to build mr_passthru.la .. i couldnt build it

@cbueche
Copy link
Owner

cbueche commented Feb 16, 2023

what is the error message ?

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

No branches or pull requests

3 participants