diff options
| author | Andrew Tridgell <tridge@samba.org> | 2008-09-17 12:07:28 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2008-09-17 12:07:28 +1000 |
| commit | cbf4e99ae2e08cc43fd780f9d6fc05ec36211ac2 (patch) | |
| tree | 86523af52ffebfee5d621cfda094fd74eb4845c8 | |
| parent | 407e96c37a3d2c773a0cd1b5a2dfa1fba3143b33 (diff) | |
| parent | f09c8685d59cefccb5a840faaeb5e849ef87acfc (diff) | |
Merge commit 'svart/master'
| -rwxr-xr-x | base/root/scripts/setup_samba.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/base/root/scripts/setup_samba.sh b/base/root/scripts/setup_samba.sh index f41ccbb..44e97e5 100755 --- a/base/root/scripts/setup_samba.sh +++ b/base/root/scripts/setup_samba.sh @@ -85,6 +85,12 @@ sofs conf restore "$conf_file" echo "Forcing config reload" sofs conf reload +echo "Fixing scp and ftp jails" +onnode -p all /opt/IBM/sofs/scripts/cnjailgen /var/opt/IBM/sofs/scproot +onnode -p all /opt/IBM/sofs/scripts/cnjailgen /var/opt/IBM/sofs/ftproot +ln -f /lib64/libnss_winbind* /var/opt/IBM/sofs/scproot/lib64/ +ln -f /lib64/libnss_winbind* /var/opt/IBM/sofs/ftproot/lib64/ + echo "Joining domain" net ads join -U"$domain_auth" |
