Re: system-config-samba?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Date Sat, 3 Dec 2016 12:31:56 -0500
Tom Horsley <horsley1953@xxxxxxxxx>:

> Can anyone translate the options for me to
> tell me which option means unix user, which
> means windows user and how I'll specify the
> password?

It was very confusing for me as well, but now I woudn't touch
system-config-samba with a stick. :) Smb.cof generated by it is bloated
beyond reason.

First of all, You have to set up a standard unix user with useradd and
passwd. Username may be the same as on Windows client. Now type
smbpasswd -a <that_user_name>
to specify *samba* password for that user.

In smb.conf type:
-------------------------------
[global]
workgroup = WORKGROUP
server string = 192.168.1.5        - this is your IP
hosts allow = 127.0.0.1 192.168.1. - restrict access to ip range
interfaces = lo eth0 192.168.1.    - more restrictions 
passdb backend = smbpasswd         - this is for our password
security = user
log file = /var/log/samba/%I.log
max log size = 5678
[homes]
comment = Home Diretories
browseable = no
writable = yes
-------------------------------

On Windows Explorer, type \\192.168.1.5\<that_user_name> and enter samba
password. 

Are you using selinux?

-- 
Łukasz Posadowski
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]
  Powered by Linux