You can use the ‘defaults’ command as one way around this..
For the search path:
defaults write /Library/Preferences/DirectoryService/SearchNodeConfig "Search Node Custom Path Array" '("/Active Directory/All Domains")'
And for the contacts path:
defaults write /Library/Preferences/DirectoryService/ContactsNodeConfig "Search Node Custom Path Array" '("/Active Directory/All Domains")'
These settings will be available in Directory access after a restart. Take note that they will be accepted, even if that directory node is not configured/existing.
NOTE: This will remove any existing custom contact and search node path you have..
Let me know how you get on.
Cheers
Comments are closed