I’m currently using a LaunchDaemon to automatically rename and bind our computers to AD. I have everything working, but have encountered an issue using launchd. I need to ensure the daemon runs after the NIC has received an IP address and the network is active. If not, our authentication method fails (internally developed, requires a network connection). Everything works after login 100% of the time. Okay, so this thread applies more to launchd than it does AD, but I’m not sure where to go. Anyone else using LaunchDaemons to bind to AD? If the password was included in our script, it would work. However, since it gets this from the network at the time of startup, if the network connection isn’t yet active, it will fail.
Comments are closed