milux / ctldap

LDAP Wrapper for ChurchTools
GNU General Public License v3.0
12 stars 8 forks source link

Recursive Groups #3

Closed corbinucode closed 4 years ago

corbinucode commented 6 years ago

First of all: thank you for the great and very useful tool.

Testing with JXplorer suggests that groups are listed recursively: selection_404

As of now there is no urgent requirement to get this issue resolved. Thank you for looking into it.

Cheers Ulrich

milux commented 6 years ago

Hello Ulrich, sorry to say that, but I can neither reproduce nor confirm the issue you are describing. When doing a tree search cn=* with JXplorer, it lists all available groups and users without any flaws. Further, there cannot be any recursion, as groups only contain users as "uniquemember" attribute members, and users only contain groups as "memberof" attribute members. Thus, whatever you're experiencing seems very strange... could you give me more information about this? Best, Michael

corbinucode commented 6 years ago

Hi Michael,

Thank you for your response. I can confirm that the tree search with cn=* returns the expected result. I see the "recursion" when I connect as depicted in the screen shot below: selection_410

Do you see a problem there?

Cheers, Ulrich

milux commented 6 years ago

OK, now we're talking... Since this is not a very urgent issue, I will have a look at it as soon as my time allows it. Funny though... I can't even imagine where this side effect comes from. ^^

milux commented 4 years ago

Fixed in develop. For some reason, the user will still have an empty leaf with its own CN. I really can't figure out where this is coming from. It could as well be a bug of JXplorer, which is more than 6 years old now.