HP CIFS Server 3.0d Administrator's Guide version A.02.02 (Edition 5)

Windows 2000/2003 Domains
Joining an HP CIFS Server to a Windows 2000/2003 Domain
Chapter 5 109
[global]
workgroup = MYREALM # Domain Name
realm = MYREALM.XYZ.COM
security = ADS
domain master = no
encrypt passwords = yes
netbios name = MYSERVER
password server = adsdc.myrealm.xyz.com
For existing installations, modify smb.conf configuration items as
follows:
[global]
workgroup = MYREALM # Domain Name
realm = MYREALM.XYZ.COM
security = ADS
domain master = no
encrypt passwords = yes
netbios name = MYSERVER
password server = adsdc.myrealm.xyz.com
Then join the ADS domain by manually executing the "net ads
join -U Administrator%password” command.
Step 5. Use the following command to start your HP CIFS Server:
/opt/samba/bin/startsmb
Step 6. Run the following command to verify Kerberos authentication. In the
following command, the -k option is required to force the use of Kerberos
security:
smbclient -W <Window Domain> -U <user name in domain> -k //<HP
CIFS Server name>/<share> <password for user>
You can connect to the share on the HP CIFS Server if you succeed to run
the smbclient command.