Hi folks, I'm running samba 3.0.33 on Solaris 9 hosts. I have a host that has two hostnames (actual + alias). I would like to be able to connect to this host via either hostname and be able to access this samba data. Note: I would prefer not to run multiple samba instances... Has anyone else experienced this sort of issue, and have you been able to resolve it? - Avron
I should add the following: The host has been joined to ADS with the actual hostname The host is sharing fine via this hostname/IP Attempting to connect via the host's alias / alternate IP address results in the following error message: "The trust relationship between this workstation and the primary domain failed." Cheers, - Avron -----Original Message----- From: samba-bounces+agray=aeso.ca@lists.samba.org [mailto:samba-bounces+agray=aeso.ca@lists.samba.org] On Behalf Of Avron Gray Sent: Wednesday, January 14, 2009 12:38 PM To: samba@lists.samba.org Subject: [Samba] Host with multiple names Hi folks, I'm running samba 3.0.33 on Solaris 9 hosts. I have a host that has two hostnames (actual + alias). I would like to be able to connect to this host via either hostname and be able to access this samba data. Note: I would prefer not to run multiple samba instances... Has anyone else experienced this sort of issue, and have you been able to resolve it? - Avron -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
Hi folks, I was forced to upgrade samba from 3.0.25b to 3.3.3 on a Red Hat Enterprise Linux ES release 4 host. This host was previously using "security = domain" In the course of testing, the original AD object for this host was deleted. This server runs an apache instance called "webservice" (webservice.domain.com) The samba share was previously mounted on Windows as \\webservice\smbshare The host is currently using "security = ADS" Attempts to connect with the old alias result in: \\webservice is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions. The trust relationship between this workstation and the primary domain failed. Attempting a direct connection to the full path of the share: \\webservice\smbshare The trust relationship between this workstation and the primary domain failed And yet I can still mount it as \\snswiki and \\snswiki\smbshare Any tips on where this can be resolved? If it's as simple as smb.conf, great. Adding a "netbios name = webservice" did not resolve anything. Here's my smb.conf: [global] realm = DOMAIN.COM security = ADS workgroup = DOMAIN encrypt passwords = yes server string = %h Samba %v smb ports = 445 disable netbios = yes name resolve order = host idmap uid = 10000-20000 idmap gid = 10000-20000 log file = /var/log/samba/samba_log.%m log level = 2 include = /usr/local/samba/lib/smb.conf.%h - Avron