For the longest time I didn't upgrade to 9.3 because of an issue getting AD integrated auth working - it was basically bug #7034. I have since gotten things working just fine, but have a stupid question about the fix.
The fix (as mentioned somewhere in the bug report) is to modify /etc/directoryservice/rc.ActiveDirectory as follows:
If i change the line in AD_join_domain()
_AD_tc "$(AD_get ad_timeout)" /usr/local/bin/net -k ads join "${domainname}"
#_AD_tc "$(AD_get ad_timeout)"...
AD Auth fix not persisting
The fix (as mentioned somewhere in the bug report) is to modify /etc/directoryservice/rc.ActiveDirectory as follows:
If i change the line in AD_join_domain()
_AD_tc "$(AD_get ad_timeout)" /usr/local/bin/net -k ads join "${domainname}"
#_AD_tc "$(AD_get ad_timeout)"...
AD Auth fix not persisting