The local patch adding Hiemdal support was causing 'adcli join' command to fail. Hiemdal is going away neverthless, so remove this patch. While here, fix Makefile style. Sponsored by: Serenity Cybersecurity, LLC
11 lines
232 B
C
11 lines
232 B
C
--- library/adconn.c.orig 2022-09-28 17:04:28 UTC
|
|
+++ library/adconn.c
|
|
@@ -31,6 +31,7 @@
|
|
#include <krb5/krb5.h>
|
|
#include <ldap.h>
|
|
#include <sasl/sasl.h>
|
|
+#include <netinet/in.h>
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|