Drop hard-coded linuxamd64 from path in v2/scripts/ci/integration-test.sh and use instead dynamic GOOS and GOARCH env.
* fix: correctly fetch group names on all handlers * chore: fix tests
Before: dn: ou=vpn,ou=users,dc=glauth,dc=com cn: vpn After: dn: ou=vpn,ou=users,dc=glauth,dc=com ou: vpn <<< THIS HAS CHANGED NOTE: whereas previously a search filter (cn=vpn) would have found the group, now you need (ou=vpn)
Before: dn: ou=vpn,ou=users,dc=glauth,dc=com ... uniqueMember: cn=hackers,ou=superheros,dc=glauth,dc=com After: dn: ou=vpn,ou=users,dc=glauth,dc=com ... uniqueMember: cn=hackers,ou=superheros,ou=users,dc=glauth,dc=com ^^^^^^^^
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de> Co-authored-by: Zhou Wenzong <wenzong@users.noreply.github.com> Co-authored-by: Jairo Llopis <Yajo@users.noreply.github.com> Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz> Co-authored-by: Nicolai Willems <172633+nwillems@users.noreply.github.com> Co-authored-by: Thibault Soubiran <soubi.thibault@gmail.com> Co-authored-by: Clement JACOB <clems71@gmail.com> Co-authored-by: Lutz Horn <code@lhorn.de> Co-authored-by: Márk Sági-Kazár <sagikazarmark@users.noreply.github.com> Co-authored-by: Peter Heise <pheise@koprolalie.com> Co-authored-by: Ben Yanke <ben@benyanke.com> Co-authored-by: fanlix <fanlix@gmail.com> Co-authored-by: Hank Donnay <hdonnay@gmail.com>