Seem to be having an issue with NoMad Login,
We're running Mojave and while I can get preferences to load via the menu.nomad.login.ad plist, things like logo, background etc. all work.
However for the life of me I cannot seem to use the MacOS style login screen. According the documentation the value to set is LoginScreen:YES
here's the plist file I have but the MacOS style login screen will not work.
{
ADDomain = "company.co.uk";
CreateAdminIfGroupMember = (
"Domain Administrators"
);
KeyChainAddNoMAD = 1;
KeychainCreate = 1;
LoginScreen = YES;
}