famedly / ldap-sync

GNU Affero General Public License v3.0
2 stars 0 forks source link

Find a way to properly test against AD #15

Open tlater-famedly opened 1 month ago

tlater-famedly commented 1 month ago

The underlying cause of #14 is that we have no way to test AD behavior, and LDAP implementations kind of don't like to agree on how to behave. Given that AD is what the tool will most commonly run against, that's a massive oversight.

@skomski has previously suggested https://hub.docker.com/r/dperson/samba/, which might help, though it doesn't map exactly to AD.

tlater-famedly commented 1 month ago

@nikzen set up a temporary server that allows us to test during development for the moment.

It would still be great if we could find a way to get an AD server in CI, though.