Originally posted by: tony.evans
It's pretty simple with Samba, you need to make sure you understand how the usernames and passwords are being passed to the AIX server, and which users they map to locally.
You probably need to look at smb.conf, as well as a password file, and a user mapping file.
smb.conf
global workgroup = pickrandomname
encrypt passwords = Yes
security = user
wins support = No
username map = /etc/smbusers.map
temp comment = Temporary storage space
path = /tmp
read only = No
smbusers.map
localuser = WINDOWS_USER DOMAIN\WINDOWS_USER
And use smbpasswd to set the Windows user password in the relevant local config file, against the
local user it maps to.
This assumes of course you've got the two daemons configured to either start at boot, or start through inetd.
-
I make NO claims about how secure this is **
-
If you want something to be secure, get some paid consultency **
Message was edited by: tony.evans
#AIX-Forum