Skip to content

Move LDAP diff checking into the LDAP class methods #72

@stevenmirabito

Description

@stevenmirabito

We shouldn't have blocks of code in our controllers checking to see if there's an LDAP diff. In fact, I'm not sure it's worth our time to actually check if there's a diff because if there is we're making 2 LDAP requests instead of one. If we do decide to check, that logic should be moved into the LDAP methods themselves to abstract it away from the controllers.

I have a a somewhat large refactoring of the LDAP util coming down the pipe, so we should hold off on this until that's merged.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions