Re: Samba server set-up -

2016-08-12 Thread Earl A Ramirez
>
>
> Earl:
>
> First thing this morning my favorite horse died, 24 years, with me since
> birth.
>
Hi Bob,

Sorry for your lost


>
> I just ran the semanage routine and relabeled and it looks like I can
> start putting files back on the Samba server again. Once again, thanks for
> the help.
>
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samba server set-up -

2016-08-11 Thread Chris Murphy
On Thu, Aug 11, 2016 at 12:11 PM, Bob Goodwin  wrote:
> First thing this morning my favorite horse died, 24 years, with me since
> birth.


That sucks. Bit on the young side of average age. So not totally
unexpected but still unexpected?

-- 
Chris Murphy
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samba server set-up -

2016-08-11 Thread Bob Goodwin

On 08/11/16 00:28, Earl A Ramirez wrote:





+
That is the problem! It never occurred to me that selinux was
blocking it in the server, I only tried setting it to permissive
in the client. I can connect and put files on the samba server
now. I don't know the re-label command but I guess I will figure
that out tomorrow.


To change the label you can do the following if you have 
policycoreutils-python-utils installed


semanage fcontext -a -t samba_share_t "/smbBOX48(/.*)?"
restorecron -R -v /smbBOX48

If you don't have the package installed you can use chcon, the only 
problem with this method is if SELinux relabel at boot, you will lose 
the changes.


chcon -t samba_share_t /smbBOX48



--
Kind Regards
Earl Ramirez



Earl:

First thing this morning my favorite horse died, 24 years, with me since 
birth.


I just ran the semanage routine and relabeled and it looks like I can 
start putting files back on the Samba server again. Once again, thanks 
for the help.


Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-24/64bit LINUX XFCE POP3

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samba server set-up -

2016-08-10 Thread Earl A Ramirez
>
>
>

+
> That is the problem! It never occurred to me that selinux was blocking it
> in the server, I only tried setting it to permissive in the client. I can
> connect and put files on the samba server now. I don't know the re-label
> command but I guess I will figure that out tomorrow.
>

To change the label you can do the following if you have
policycoreutils-python-utils installed

semanage fcontext -a -t samba_share_t "/smbBOX48(/.*)?"
restorecron -R -v /smbBOX48

If you don't have the package installed you can use chcon, the only problem
with this method is if SELinux relabel at boot, you will lose the changes.

chcon -t samba_share_t /smbBOX48



-- 
Kind Regards
Earl Ramirez
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samba server set-up -

2016-08-10 Thread Bob Goodwin

On 08/10/16 18:23, Earl A Ramirez wrote:



> +
>
> This is what I see from the server:
>
> # cat  /etc/samba/smb.conf
>
> [smbBOX48]
> comment = Linux Samba Share
> path = /smbBOX48
> public = yes
> writeable = yes
> security = user
> ;map to guest = Bad User
>
>
You configuration is a bit different to what I use in samba.

You still didn't show me the permission of /smbBOX48, if bobg doesn't 
have access to that directory bobg will experience what you are seeing 
from the client.



+
drwxrw-rw-.   3 bobg smbusers  4096 Aug 10 14:29 smbBOX48


By default SELinux is in enforcing mode; therefore, you will need to 
label /mntBOX48 with the samba_share_t label so that samba can access it.


To test try the following:

setenforce 0
and try and see if you can do anything from the client also you can run
chown -R bobg /smbBOX48
Ensure you document the current permission so you can put things back 
the way it was.



+
That is the problem! It never occurred to me that selinux was blocking 
it in the server, I only tried setting it to permissive in the client. I 
can connect and put files on the samba server now. I don't know the 
re-label command but I guess I will figure that out tomorrow.


Many thanks for your help,

Bob


> +
>
> [root@Box48 /]# ls -a /
> .  ..  bin  boot  dev  etc  home  lib  lib64  lost+found media mnt  
opt  proc  root  run  sbin  smbBOX48  srv  sys  tmp usr  var

>
>
>
> [root@Box48 /]# ls -a /smbBOX48
> .  ..  file1  file2  file3  FILES
>
> I have looked at this stuff many times but can't seem to see 
why/what's going wrong?

>
> I probably have an error in configuration, tried to duplicate what I 
had on the old sever and this is the result.

>
> Thank you for the assistance ...
>
> Bob
>
>> --
>> users mailing list
>> users@lists.fedoraproject.org 
>> To unsubscribe or change subscription options:
>> 
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org

>> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
>> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>> Have a question? Ask away: http://ask.fedoraproject.org
>
>
>
> --
> Bob Goodwin - Zuni, Virginia, USA
> http://www.qrz.com/db/W2BOD
> box10  FEDORA-24/64bit LINUX XFCE POP3
>
> --
> users mailing list
> users@lists.fedoraproject.org 
> To unsubscribe or change subscription options:
> 
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org

> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org



--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-24/64bit LINUX XFCE POP3
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samba server set-up -

2016-08-10 Thread Earl A Ramirez
> +
>
> This is what I see from the server:
>
> # cat  /etc/samba/smb.conf
>
> [smbBOX48]
> comment = Linux Samba Share
> path = /smbBOX48
> public = yes
> writeable = yes
> security = user
> ;map to guest = Bad User
>
>
You configuration is a bit different to what I use in samba.

You still didn't show me the permission of /smbBOX48, if bobg doesn't have
access to that directory bobg will experience what you are seeing from the
client.

By default SELinux is in enforcing mode; therefore, you will need to label
/mntBOX48 with the samba_share_t label so that samba can access it.

To test try the following:

setenforce 0
and try and see if you can do anything from the client also you can run
chown -R bobg /smbBOX48
Ensure you document the current permission so you can put things back the
way it was.

> +
>
> [root@Box48 /]# ls -a /
> .  ..  bin  boot  dev  etc  home  lib  lib64  lost+found  media mnt  opt
proc  root  run  sbin  smbBOX48  srv  sys  tmp  usr  var
>
>
>
> [root@Box48 /]# ls -a /smbBOX48
> .  ..  file1  file2  file3  FILES
>
> I have looked at this stuff many times but can't seem to see why/what's
going wrong?
>
> I probably have an error in configuration, tried to duplicate what I had
on the old sever and this is the result.
>
> Thank you for the assistance ...
>
> Bob
>
>> --
>> users mailing list
>> users@lists.fedoraproject.org
>> To unsubscribe or change subscription options:
>> https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
>> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
>> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>> Have a question? Ask away: http://ask.fedoraproject.org
>
>
>
> --
> Bob Goodwin - Zuni, Virginia, USA
> http://www.qrz.com/db/W2BOD
> box10  FEDORA-24/64bit LINUX XFCE POP3
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samba server set-up -

2016-08-10 Thread Bob Goodwin

On 08/10/16 17:53, Earl A Ramirez wrote:



On 10 August 2016 at 23:47, Bob Goodwin > wrote:


On 08/10/16 17:38, Earl A Ramirez wrote:

ls -ldZ /mnt/box48

+
>From client:
[root@Box10 ~]#  ls -ldZ /mnt/box48
drwxrw-rw-+ 3 bobg scanner system_u:object_r:cifs_t:s0 0 Aug 10
14:29 /mnt/box48


>From server:
[root@Box48 /]#  ls -ldZ /mnt/box48
ls: cannot access '/mnt/box48': No such file or directory


You need to check the permission from the server that is hosting the 
share, E.g. the share name is smbbox48 what is the path of the actual 
location on the smb server? Check the permission on that directory.


--
Kind Regards
Earl Ramirez



+

This is what I see from the server:

# cat  /etc/samba/smb.conf

[smbBOX48]
comment = Linux Samba Share
path = /smbBOX48
public = yes
writeable = yes
security = user
;map to guest = Bad User


+

[root@Box48 /]# ls -a /
.  ..  bin  boot  dev  etc  home  lib  lib64  lost+found  media mnt  
opt  proc  root  run  sbin  smbBOX48  srv  sys  tmp  usr  var




[root@Box48 /]# ls -a /smbBOX48
.  ..  file1  file2  file3  FILES

I have looked at this stuff many times but can't seem to see why/what's 
going wrong?


I probably have an error in configuration, tried to duplicate what I had 
on the old sever and this is the result.


Thank you for the assistance ...

Bob

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org



--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-24/64bit LINUX XFCE POP3
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samba server set-up -

2016-08-10 Thread Earl A Ramirez
On 10 August 2016 at 23:47, Bob Goodwin  wrote:

> On 08/10/16 17:38, Earl A Ramirez wrote:
>
>> ls -ldZ /mnt/box48
>>
> +
> From client:
> [root@Box10 ~]#  ls -ldZ /mnt/box48
> drwxrw-rw-+ 3 bobg scanner system_u:object_r:cifs_t:s0 0 Aug 10 14:29
> /mnt/box48
>
>
> From server:
> [root@Box48 /]#  ls -ldZ /mnt/box48
> ls: cannot access '/mnt/box48': No such file or directory
>
>
You need to check the permission from the server that is hosting the share,
E.g. the share name is smbbox48 what is the path of the actual location on
the smb server? Check the permission on that directory.

-- 
Kind Regards
Earl Ramirez
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samba server set-up -

2016-08-10 Thread Bob Goodwin

On 08/10/16 17:38, Earl A Ramirez wrote:

ls -ldZ /mnt/box48

+
From client:
[root@Box10 ~]#  ls -ldZ /mnt/box48
drwxrw-rw-+ 3 bobg scanner system_u:object_r:cifs_t:s0 0 Aug 10 14:29 
/mnt/box48



From server:
[root@Box48 /]#  ls -ldZ /mnt/box48
ls: cannot access '/mnt/box48': No such file or directory



--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-23/64bit LINUX XFCE POP3
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samba server set-up -

2016-08-10 Thread Earl A Ramirez
>
>> What is the output from ls -ldZ /mnt
>>
>> +
>
> [root@Box48 /]# ls -ldZ /mnt
> drwxr-xr-x. 2 root root system_u:object_r:mnt_t:s0 4096 Aug 10 13:40 /mnt
>
>
I meant ls -ldZ /mnt/box48

I saw this a few times and it was related to SELinux as it was missing the
label, which sort of explain why you can mount but cannot see the content,
it may also be that the user (bobg) that is used to mount the drive do not
have permission to that directory.

-- 
Kind Regards
Earl Ramirez
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samba server set-up -

2016-08-10 Thread Bob Goodwin

On 08/10/16 17:02, Earl A Ramirez wrote:


On 10 Aug 2016 21:50, "Bob Goodwin" > wrote:

>
> On 08/07/16 16:11, Bob Goodwin wrote:
>>
>> I've been trying for two days to get a samba server working. I 
think I have the configuration correct in comparing it with what I did 
before which had been working. This is a new Fedora 24 installation, 
updated.

>
> +
>
> Ok, now I can mount the server, mount shows:
>
> //192.168.1.48/smbBOX48  on /mnt/box48 
type cifs 
(rw,relatime,vers=1.0,cache=strict,username=bobg,domain=BOX48,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.48,unix,posixpaths,serverino,mapposix,acl,rsize=1048576,wsize=65536,echo_interval=60,actimeo=1)

>
> but I can't do anything with /mnt/box48/.
>
> # ll /mnt/box48/
> ls: reading directory '/mnt/box48/': Permission denied
> total 0
>
> The permissions for /mnt/box48/ appear to be the problem:
>
> # ll
> total 36
> drwxrw-rw-+   2 bobg scanner 0 Aug  5 17:10 box48
>

What is the output from ls -ldZ /mnt


+

[root@Box48 /]# ls -ldZ /mnt
drwxr-xr-x. 2 root root system_u:object_r:mnt_t:s0 4096 Aug 10 13:40 /mnt



Also is the nmb service running?



+

[root@Box48 /]# systemctl status nmb
● nmb.service - Samba NMB Daemon
   Loaded: loaded (/usr/lib/systemd/system/nmb.service; disabled; 
vendor preset: disabled)

   Active: active (running) since Wed 2016-08-10 15:45:36 EDT; 1h 35min ago
 Main PID: 2432 (nmbd)
   Status: "nmbd: ready to serve connections..."
Tasks: 1 (limit: 512)
   CGroup: /system.slice/nmb.service
   └─2432 /usr/sbin/nmbd

Aug 10 15:45:35 Box48 systemd[1]: Starting Samba NMB Daemon...
Aug 10 15:45:36 Box48 nmbd[2432]: [2016/08/10 15:45:36.067723,  0] 
../lib/util/become_daemon.c:124(daemon_ready)
Aug 10 15:45:36 Box48 nmbd[2432]:   STATUS=daemon 'nmbd' finished 
starting up and ready to serve connections

Aug 10 15:45:36 Box48 systemd[1]: Started Samba NMB Daemon.
Aug 10 15:45:59 Box48 nmbd[2432]: [2016/08/10 15:45:59.101448,  0] 
../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)

Aug 10 15:45:59 Box48 nmbd[2432]:   *
Aug 10 15:45:59 Box48 nmbd[2432]:
Aug 10 15:45:59 Box48 nmbd[2432]:   Samba name server BOX48 is now a 
local master browser for workgroup SAMBA on subnet 192.168.1.48

Aug 10 15:45:59 Box48 nmbd[2432]:
Aug 10 15:45:59 Box48 nmbd[2432]:   *






--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-24/64bit LINUX XFCE POP3
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samba server set-up -

2016-08-10 Thread Earl A Ramirez
On 10 Aug 2016 21:50, "Bob Goodwin"  wrote:
>
> On 08/07/16 16:11, Bob Goodwin wrote:
>>
>> I've been trying for two days to get a samba server working. I think I
have the configuration correct in comparing it with what I did before which
had been working. This is a new Fedora 24 installation, updated.
>
> +
>
> Ok, now I can mount the server, mount shows:
>
> //192.168.1.48/smbBOX48 on /mnt/box48 type cifs
(rw,relatime,vers=1.0,cache=strict,username=bobg,domain=BOX48,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.48,unix,posixpaths,serverino,mapposix,acl,rsize=1048576,wsize=65536,echo_interval=60,actimeo=1)
>
> but I can't do anything with /mnt/box48/.
>
> # ll /mnt/box48/
> ls: reading directory '/mnt/box48/': Permission denied
> total 0
>
> The permissions for /mnt/box48/ appear to be the problem:
>
> # ll
> total 36
> drwxrw-rw-+   2 bobg scanner 0 Aug  5 17:10 box48
>

What is the output from ls -ldZ /mnt
Also is the nmb service running?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samba server set-up -

2016-08-10 Thread Bob Goodwin

On 08/07/16 16:11, Bob Goodwin wrote:
I've been trying for two days to get a samba server working. I think I 
have the configuration correct in comparing it with what I did before 
which had been working. This is a new Fedora 24 installation, updated.

+

Ok, now I can mount the server, mount shows:

//192.168.1.48/smbBOX48 on /mnt/box48 type cifs 
(rw,relatime,vers=1.0,cache=strict,username=bobg,domain=BOX48,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.48,unix,posixpaths,serverino,mapposix,acl,rsize=1048576,wsize=65536,echo_interval=60,actimeo=1)


but I can't do anything with /mnt/box48/.

# ll /mnt/box48/
ls: reading directory '/mnt/box48/': Permission denied
total 0

The permissions for /mnt/box48/ appear to be the problem:

# ll
total 36
drwxrw-rw-+   2 bobg scanner 0 Aug  5 17:10 box48

And that appears to be controlled by the samba server, with the server 
unmounted the permissions for box48 are normal. And the scanner group, 
where is that coming from? Nothing I have tried changes this.


Any suggestions appreciated,

Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-24/64bit LINUX XFCE POP3
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samba server set-up -

2016-08-07 Thread Bob Goodwin

On 08/07/16 16:58, Tom Horsley wrote:

Did you go into the samba admin tool and define the
user and password you are trying to use? I don't
think samba defaults to using linux passwords, you
have to define them separately (I think, but
samba always makes my head explode :-).


+

There's a command for to set the samba user and password, I did that.

# smbpasswd -a bobg
New SMB password:
Retype new SMB password:

And then I have a different password used in the system installation 
which adds to the confusion, probably should have made them the same ...


Actually I deleted everything from a raid0 server and am recreating it 
using Fedora 24 without the raid. I feel a lot better just copying my 
date to a second hard drive periodically, stuff I can check to see that 
it is working, I don't need extra layers of complexity. The samba is 
only because I have found it almost impossible to get iDevices to work 
with my NFS server. There always seems to be a need for someplace to put 
iPhone photos, etc.



--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-24/64bit LINUX XFCE POP3
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samba server set-up -

2016-08-07 Thread Tom Horsley
Did you go into the samba admin tool and define the
user and password you are trying to use? I don't
think samba defaults to using linux passwords, you
have to define them separately (I think, but
samba always makes my head explode :-).
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org