Samba Configurration GUI.
I added /home/umike/linuxtemp directory to the list within the Shares TAB.
I click ok, and I get this dialog, YaST2.
Enter the username and the password for joining the domain. To join the domain anonymously, leave the text entries empty.
Username
Administrator
password
…blank…
click, Do not Join, cancel, OK
I’ve tried leaving pwd empty with Administrator as username. I’ve tried clearing username field to be blank as well. I’ve tried putting in my Windows username and password.
The error is,
Failed to join domain: failed to find DC for domain - {Operation Failed} The requested operation was unsuccessful.
To digress, clicking the ? on the title bar of this YaST dialog does nothing. Maybe it is a bug in GUI. The pin and minimize buttons work.
So I click Cancel, all changes to Samba Config will be Lost. I’m quite confused.
- What am I missing in my attempts to use the GUI? I am not able to get past the OK button.
- on OpenSuse, can I type my windows username with @ symbol? my username is like mike@hotmail.com ?
- I want to share files and edit text files between 2 machines in a minimal setup, secure and normal way. So perhaps I’m lost as I feel I am turning on too many things within my system. But here in this thread, I think I have pinned it down to where I fail in the GUI.
details:
Windows 10 Home edition desktop (not in a domain, not a domain controller)
tried going into windows and mapping network drive to 192.168.1.77 (Opensuse machine), this fails.
firewall in windows is on, default
OpenSuse 15.1
disabled firewall (later on I do want to turn this on)
Allow Users to share their directories, CHECKED
Allow Guest Access, CHECKED
Samba status monitor shows nothing in the GUI
tried reading /usr/share/doc/packages/samba/README.SUS, so I ran commands,
chown root:users /home/umike/linuxtemp
chmod 1770 /home/umike/linuxtemp
tried reading Suse Enterprise desktop help, which seems very different GUI to OpenSUSE. I am beginner OpenSuse user.
tried reading, the sticky forum, https://forums.opensuse.org/content.php/199-Configure-Samba-for-Local-Lan-Workgroup, so I edited my smb.conf to say,
workgroup = WORKGROUP
netbios name = mikelinux
server string = “”
preferred master = yes
[mikeshare] /home/umike/linuxtemp
guest OK = yes
AT&T router, defaults, wired connections.
thank you.