Displaying 1 result from an estimated 1 matches for "stevelongname".
2007 Jun 03
1
FW: Followup Restricting to a subset of the domain controllers on a site
...the new samba-3.0.25 release to replace our previous
samba-3.0.10
on a Solaris 9 server. The AD Domain Controller is a Windows 2000
system
and is on my test lab. Testing it before putting it in the production
environment.
Our samba startup scripts basically run as follows:
/usr/local/bin/kinit stevelongname@ADTEST.COM < /etc/DII.kinitkey
#where /etc/DII.kinitkey is the password for stevelongname@ADTEST.COM
#we can't get a keytab file in the real world situation.
/usr/local/samba/bin/net ads join
/usr/sfw/sbin/smbd -D
/usr/sfw/sbin/nmbd -D
/usr/local/samba/sbin/winbindd -B
We have been using th...