diff options
| author | Andrew Tridgell <tridge@samba.org> | 2008-07-25 00:05:10 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2008-07-25 00:05:10 +1000 |
| commit | 8e12947a73cc48cdac04391f957601ae359da293 (patch) | |
| tree | 96bbd06eba5069457126f90f0d8d0b06962a667e /base/root/scripts | |
| parent | 80abed2d4b7c23a668d987e30402dcc63c925fff (diff) | |
join the domain
Diffstat (limited to 'base/root/scripts')
| -rwxr-xr-x | base/root/scripts/setup_samba.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/root/scripts/setup_samba.sh b/base/root/scripts/setup_samba.sh index d0b8ad8..8a426ff 100755 --- a/base/root/scripts/setup_samba.sh +++ b/base/root/scripts/setup_samba.sh @@ -47,6 +47,9 @@ sofs conf restore /root/scripts/conf.base echo "Forcing config reload" sofs conf reload +echo "Joining domain" +net ads join -Uadministrator + echo "Restarting ctdb" run_onnode all "service ctdb restart > /dev/null" |
