All logs are stored in /Library/Logs/DirectoryService
For verbose logging restart DirectoryService:
[code]sudo killall -USR1 DirectoryService[/code]
and look at what is happening.
However I’d start with checking your network time services. AD uses Kerberos – 5 minute difference in time max.
You can also see if the AD plugin is active or if the user is found (or any domain user):
[code]dsconfigad -show[/code]
[code]id DOMAIN\\username[/code]
Comments are closed