AgentZero
Dabbler
- Joined
- Jan 7, 2013
- Messages
- 24
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)" /usr/local/bin/net -k ads join "${domainname} -S ${dchost} -p ${dcport}"
Everything works beautifully after this simple change - only problem is it doesn't persist a reboot. So my two questions are:
1. Has anyone else seen this? I don't think it was the root cause of the 7034 bug, but it was for me, and I was hoping after a recent update or two this would come down in the build train
2. How can I get this to persist? The old 'mount -uw' is a no go - is it really as simple as modifying the rc.ActiveDirectory in /conf/base/etc/directoryservice ?
Thanks
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)" /usr/local/bin/net -k ads join "${domainname} -S ${dchost} -p ${dcport}"
Everything works beautifully after this simple change - only problem is it doesn't persist a reboot. So my two questions are:
1. Has anyone else seen this? I don't think it was the root cause of the 7034 bug, but it was for me, and I was hoping after a recent update or two this would come down in the build train
2. How can I get this to persist? The old 'mount -uw' is a no go - is it really as simple as modifying the rc.ActiveDirectory in /conf/base/etc/directoryservice ?
Thanks