Also same here. NT4 Domain Member Server, without Winbind. Users and
groups are resolved via NSS. After downgrading Samba and related
packages to 2:4.7.6+dfsg~ubuntu-0ubuntu2 everything works again.
[2021/12/10 14:36:15.923981, 0] ../source3/auth/auth_util.c:1259(check_account)
check_account:
diff -u main.c.org main.c
--- main.c.org 2011-06-08 16:04:27.868884290 +0200
+++ main.c 2011-06-09 12:11:30.512715993 +0200
@@ -280,6 +280,7 @@
}
}
wait_id=waitpid( childpid, &status, WNOHANG );
+ sleep(2);
} else {
wait_i