Originally posted by: soda64
Hi!
From AIX 6.1 TL04 on you will find SAMBA Filesets in Expansion Pack CD. in AIX 5.3 you have to install RPM Files from Linux ToolBox for AIX.
you only have to edit your smb.conf and then assign a memeber Server in AD with Windows Admin User.
sample SMB.CONF:
-
Global parameters
global workgroup = (WORKGROUPNAME FROM AD)
netbios name = (NETBIOSNAME OF AIX SERVER IN WINDOWS AD)
server string =
interfaces =
bind interfaces only = yes/no
security = DOMAIN
encrypt passwords = Yes
wins server = ip1 ip2 ip3 ....
password server = ad1 ad2 ad3
log level = 1
log file = /var/samba/logs/log.%m
debug pid = no
debug uid = Yes
announce as = NT Workstation
local master = No
invalid users = root
username map = /path/to/user.map
edit your user.map file and enter a User to switch to from WIN to AIX:
AIXUSER= DOMAIN\user
Winbind will not work properly on AIX therefor juts leav it.
#AIX-Forum