Ticket #75 (closed defect: fixed)

Opened 3 years ago

Last modified 1 year ago

invalid base dn handling

Reported by: wichert@wiggy.net Assigned to: eblot
Priority: normal Component: LdapPlugin
Severity: major Keywords:
Cc: manu.blot@gmail.com Trac Release:

Description

LDAP group support not work for me. Some poking around revealed that instead of using the dn's for users and groups as found with an LDAP search ldapplugin will always use attribute=value,basedn . This does not work of users and groups are in seperate ou's, for example in the very common ou=People,dc=base and ou=Groups,dc=base .

Attachments

ptc (2.3 kB) - added by wichert@wiggy.net on 11/17/05 16:54:49.
simple suboptimal fix using new user and group basedn options

Change History

11/17/05 16:54:49 changed by wichert@wiggy.net

  • attachment ptc added.

simple suboptimal fix using new user and group basedn options

11/17/05 16:56:08 changed by wichert@wiggy.net

I've attached a trivial patch that gets things working for me. A proper fix would be to reuse the discovered group and user dn's instead of reassembling them at various points.

11/20/05 06:26:19 changed by eblot

  • cc set to manu.blot@gmail.com.
  • status changed from new to assigned.

12/08/05 18:07:08 changed by eblot

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed up in [174].

However, tests have not been updated, please let me know if it works.
I've slightly changed the patch so that the previous behaviour keeps working.

Feel free to update the wiki page.


Add/Change #75 (invalid base dn handling)




Change Properties
Action