[CentOS] Samba Problem with AD Connection

2021-07-17 Thread Mr Typo
Hello all, i hope you can help me. I have successfully set up a connection with samba to my domain controller. What works: * wbinfo -u / wbinfo -g * wbinfo -a * bet ads info i hope you can help me! thank you! net ads info LDAP server: 10.40.130.10 LDAP server name: sv1-dc01p.pfw.loc

[CentOS] Samba problem

2016-05-09 Thread ploppy ploppy
Hi everybody, I have to mount a DNS backend on Samba 4. I made a lot of search but all send me to "samba-tool" which will allow me to create the dns backend. I wonder if "samba-tool" is absent in the samba package ? :s If anyone have a piece of answer, it will be very kind. Thank you __

Re: [CentOS] Samba problem

2014-05-12 Thread Marcelo Ricardo Leitner
Em 12-05-2014 18:33, Joseph Hesse escreveu: > Hello, > > My only hard drive failed on a private server so I had to replace it and > reinstall Centos 6.5 and Samba. > My smb.conf file is OK according to "testparm". > I configured smb and nmb, with chkconfig, to start when the system boots. > > After

[CentOS] Samba problem

2014-05-12 Thread Joseph Hesse
Hello, My only hard drive failed on a private server so I had to replace it and reinstall Centos 6.5 and Samba. My smb.conf file is OK according to "testparm". I configured smb and nmb, with chkconfig, to start when the system boots. After the system boots if I do "service nmb status" I get the

Re: [CentOS] Samba problem

2013-10-05 Thread Les Mikesell
On Sat, Oct 5, 2013 at 2:01 PM, John R Pierce wrote: > On 10/5/2013 7:31 AM, Joseph Hesse wrote: >> My real home network consists of my wife's Windows computer and multiple >> Linux desktops. I backup my computers using rsync. For the windows >> computer I looked at Cygwin which has the rsync pro

Re: [CentOS] Samba problem

2013-10-05 Thread John R Pierce
On 10/5/2013 7:31 AM, Joseph Hesse wrote: > My real home network consists of my wife's Windows computer and multiple > Linux desktops. I backup my computers using rsync. For the windows > computer I looked at Cygwin which has the rsync program but decided > instead to map a drive letter on her com

Re: [CentOS] Samba problem

2013-10-05 Thread Joseph Hesse
Weisiger wrote: > >> when I set it to share I don’t need a passwordits configure like an >> anonymous file server. but I can tune the settings in actual shared section >> of the conf file >> >> -Original Message- >> From: John R Pierce >>

Re: [CentOS] Samba problem

2013-10-05 Thread Anthony K
On 05/10/13 05:11, Joseph Hesse wrote: > Hello, > > I am trying to learn how to use Samba. I first just want to get it to > work, then I'll make it better. > I am not concerned about security since everything is on a private network. > I am following the material in "CentOS 6 Linux Server Cookbook

Re: [CentOS] Samba problem

2013-10-05 Thread Marios Zindilis
> -Original Message- > From: John R Pierce > Sent: Friday, October 04, 2013 11:43 PM > To: centos@centos.org > Subject: Re: [CentOS] Samba problem > > On 10/4/2013 9:27 PM, Chris Weisiger wrote: > > You can set "security = share" > > > >

Re: [CentOS] Samba problem

2013-10-04 Thread Chris Weisiger
] Samba problem On 10/4/2013 9:27 PM, Chris Weisiger wrote: > You can set "security = share" > > I had mine set to see the user share but I changed my setup are share passwords even supported anymore? that was the default mode for windows 3.x and 95-98 sharing, each share could

Re: [CentOS] Samba problem

2013-10-04 Thread John R Pierce
On 10/4/2013 9:27 PM, Chris Weisiger wrote: > You can set "security = share" > > I had mine set to see the user share but I changed my setup are share passwords even supported anymore? that was the default mode for windows 3.x and 95-98 sharing, each share could have two passwords, one for read

Re: [CentOS] Samba problem

2013-10-04 Thread Chris Weisiger
You can set "security = share" I had mine set to see the user share but I changed my setup -Original Message- From: Les Mikesell Sent: Friday, October 04, 2013 8:54 PM To: CentOS mailing list Subject: Re: [CentOS] Samba problem On Fri, Oct 4, 2013 at 8:44 PM, Chris Weisig

Re: [CentOS] Samba problem

2013-10-04 Thread Les Mikesell
On Fri, Oct 4, 2013 at 8:44 PM, Chris Weisiger wrote: > You can connect to a samba share without user or password authentication. > That's how I have my server setup at my house. I dont know the settings off > hand but illpost them shortly > You can set a share to publc or guest ok = yes. But

Re: [CentOS] Samba problem

2013-10-04 Thread Chris Weisiger
entOS] Samba problem On Fri, 2013-10-04 at 18:27 -0500, Joseph Hesse wrote: > On 10/04/2013 02:39 PM, John R Pierce wrote: > > On 10/4/2013 12:11 PM, Joseph Hesse wrote: > >> security = user > > > > you'll need to run > > > > smbpasswd -a admin &

Re: [CentOS] Samba problem

2013-10-04 Thread Earl Ramirez
On Fri, 2013-10-04 at 18:27 -0500, Joseph Hesse wrote: > On 10/04/2013 02:39 PM, John R Pierce wrote: > > On 10/4/2013 12:11 PM, Joseph Hesse wrote: > >> security = user > > > > you'll need to run > > > > smbpasswd -a admin > > > > on the samba server, and give the 'admin' SMB user a password

Re: [CentOS] Samba problem

2013-10-04 Thread Les Mikesell
On Fri, Oct 4, 2013 at 6:27 PM, Joseph Hesse wrote: > >>> security = user >> >> you'll need to run >> >> smbpasswd -a admin >> >> on the samba server, and give the 'admin' SMB user a password. Samba >> can't use the unix /etc/password|shadow combination as the hashes used >> by SMB aren't co

Re: [CentOS] Samba problem

2013-10-04 Thread Joseph Hesse
On 10/04/2013 02:39 PM, John R Pierce wrote: > On 10/4/2013 12:11 PM, Joseph Hesse wrote: >> security = user > > you'll need to run > > smbpasswd -a admin > > on the samba server, and give the 'admin' SMB user a password. Samba > can't use the unix /etc/password|shadow combination as the hash

Re: [CentOS] Samba problem

2013-10-04 Thread John R Pierce
On 10/4/2013 12:11 PM, Joseph Hesse wrote: > security = user you'll need to run smbpasswd -a admin on the samba server, and give the 'admin' SMB user a password. Samba can't use the unix /etc/password|shadow combination as the hashes used by SMB aren't compatible. -- john r pierce

Re: [CentOS] Samba problem

2013-10-04 Thread Earl Ramirez
On Fri, 2013-10-04 at 14:27 -0500, Joseph Hesse wrote: > On 10/04/2013 02:15 PM, Earl Ramirez wrote: > > On Fri, 2013-10-04 at 14:11 -0500, Joseph Hesse wrote: > >> Hello, > >> > >> I am trying to learn how to use Samba. I first just want to get it to > >> work, then I'll make it better. > >> I am

Re: [CentOS] Samba problem

2013-10-04 Thread Joseph Hesse
On 10/04/2013 02:15 PM, Earl Ramirez wrote: > On Fri, 2013-10-04 at 14:11 -0500, Joseph Hesse wrote: >> Hello, >> >> I am trying to learn how to use Samba. I first just want to get it to >> work, then I'll make it better. >> I am not concerned about security since everything is on a private networ

Re: [CentOS] Samba problem

2013-10-04 Thread Earl Ramirez
On Fri, 2013-10-04 at 14:11 -0500, Joseph Hesse wrote: > Hello, > > I am trying to learn how to use Samba. I first just want to get it to > work, then I'll make it better. > I am not concerned about security since everything is on a private network. > I am following the material in "CentOS 6 Lin

[CentOS] Samba problem

2013-10-04 Thread Joseph Hesse
Hello, I am trying to learn how to use Samba. I first just want to get it to work, then I'll make it better. I am not concerned about security since everything is on a private network. I am following the material in "CentOS 6 Linux Server Cookbook" by Jonathan Hobson. I am using two virtual com

Re: [CentOS] samba problem with kernel 2.6.32-279.*

2012-08-16 Thread Johnny Hughes
On 08/16/2012 01:30 AM, Mogens Kjaer wrote: > On 08/15/2012 10:08 PM, Johnny Hughes wrote: >> I don't this would impact it, but if the underlying file system of the >> samba machine's file system is ext4 and if it is a 64-bit machine, it might. >> >> http://joejulian.name/blog/glusterfs-bit-by-ext4

Re: [CentOS] samba problem with kernel 2.6.32-279.*

2012-08-15 Thread Mogens Kjaer
On 08/15/2012 10:08 PM, Johnny Hughes wrote: > I don't this would impact it, but if the underlying file system of the > samba machine's file system is ext4 and if it is a 64-bit machine, it might. > > http://joejulian.name/blog/glusterfs-bit-by-ext4-structure-change/ I guess this must be: # rpm -

Re: [CentOS] samba problem with kernel 2.6.32-279.*

2012-08-15 Thread Johnny Hughes
On 08/15/2012 06:25 AM, Mogens Kjaer wrote: > Hello, > > We use Norton Ghost, running in a PXE booted DOS, to > handle Windows XP images. > > The images are stored on a samba share on our CentOS 6 > server. > > This has worked without any problems for years. > > After kernel 2.6.32-279* it has stop

Re: [CentOS] samba problem with kernel 2.6.32-279.*

2012-08-15 Thread Johnny Hughes
On 08/15/2012 06:25 AM, Mogens Kjaer wrote: > Hello, > > We use Norton Ghost, running in a PXE booted DOS, to > handle Windows XP images. > > The images are stored on a samba share on our CentOS 6 > server. > > This has worked without any problems for years. > > After kernel 2.6.32-279* it has stop

[CentOS] samba problem with kernel 2.6.32-279.*

2012-08-15 Thread Mogens Kjaer
Hello, We use Norton Ghost, running in a PXE booted DOS, to handle Windows XP images. The images are stored on a samba share on our CentOS 6 server. This has worked without any problems for years. After kernel 2.6.32-279* it has stopped working. The symptom is that if I boot in DOS, and do: n

Re: [CentOS] Samba problem after Up2date

2008-02-21 Thread Dago Pacheco
ok... finally I get to solve my problem. I just have to start from the begining modifying the defaoult smb.conf file and then readd every samba user by "smbpasswd -a " command. This is my smb.conf: #smb.conf/

RE: [CentOS] Samba problem after Up2date

2008-02-14 Thread Ross S. W. Walker
Dago Pacheco wrote: > > Johnny Hughes escribió: > > > > OK ... I already told you to run testparm and to validate all your > > smb.conf lines. > > > okThis is the thing security level was set to "share". When > thigs worked fine, there were a lot of shared folders that could be > ac

Re: [CentOS] Samba problem after Up2date

2008-02-14 Thread Dago Pacheco
Johnny Hughes escribió: OK ... I already told you to run testparm and to validate all your smb.conf lines. Here is the first problem ... in 3.0.25, the command "host equiv=" is not longer valid and needs to be removed ... see this link: http://www.samba.org/samba/history/samba-3.0.25.html

Re: [CentOS] Samba problem after Up2date

2008-02-14 Thread Dago Pacheco
Johnny Hughes escribió: OK ... I already told you to run testparm and to validate all your smb.conf lines. Here is the first problem ... in 3.0.25, the command "host equiv=" is not longer valid and needs to be removed ... see this link: http://www.samba.org/samba/history/samba-3.0.25.html

Re: [CentOS] Samba problem after Up2date

2008-02-13 Thread Johnny Hughes
Dago Pacheco wrote: another detail. When i try this command " smbclient //192.168.0.10/informatica -Uinformatica" and i give the correct password i get this [EMAIL PROTECTED] ~]# smbclient //192.168.0.10/informatica -Uinformatica Unknown parameter encountered: "hosts equiv" Ignoring unknown p

Re: [CentOS] Samba problem after Up2date

2008-02-13 Thread Dago Pacheco
another detail. When i try this command " smbclient //192.168.0.10/informatica -Uinformatica" and i give the correct password i get this [EMAIL PROTECTED] ~]# smbclient //192.168.0.10/informatica -Uinformatica Unknown parameter encountered: "hosts equiv" Ignoring unknown parameter "hosts equiv

Re: [CentOS] Samba problem after Up2date

2008-02-12 Thread Ralph Angenendt
Dago Pacheco wrote: [please edit your mails] > what is not recomended?. reinstall it or remvoe it from yum update? Go back to the old version. You will *NOT* reveive any support or security updates for that. > however... the procedure for reinstall it should be: > > yum remove samba > > the

Re: [CentOS] Samba problem after Up2date

2008-02-12 Thread Dago Pacheco
Johnny Hughes escribió: Dago Pacheco wrote: Johnny Hughes escribió: Dago Pacheco wrote: Ralph Angenendt escribió: Dago Pacheco wrote: Hi I have this CentOS 4.3 server that is used as a file, web and mail server just for LAN hosts. After an up2date procedure (in wich there was a lot of p

Re: [CentOS] Samba problem after Up2date

2008-02-12 Thread Johnny Hughes
Dago Pacheco wrote: Johnny Hughes escribió: Dago Pacheco wrote: Ralph Angenendt escribió: Dago Pacheco wrote: Hi I have this CentOS 4.3 server that is used as a file, web and mail server just for LAN hosts. After an up2date procedure (in wich there was a lot of package involved about

Re: [CentOS] Samba problem after Up2date

2008-02-12 Thread Dago Pacheco
Johnny Hughes escribió: Dago Pacheco wrote: Ralph Angenendt escribió: Dago Pacheco wrote: Hi I have this CentOS 4.3 server that is used as a file, web and mail server just for LAN hosts. After an up2date procedure (in wich there was a lot of package involved about 500) I started havi

Re: [CentOS] Samba problem after Up2date

2008-02-12 Thread Johnny Hughes
Dago Pacheco wrote: Ralph Angenendt escribió: Dago Pacheco wrote: Hi I have this CentOS 4.3 server that is used as a file, web and mail server just for LAN hosts. After an up2date procedure (in wich there was a lot of package involved about 500) I started having problems with file

Re: [CentOS] Samba problem after Up2date

2008-02-12 Thread Dago Pacheco
Ralph Angenendt escribió: Dago Pacheco wrote: Hi I have this CentOS 4.3 server that is used as a file, web and mail server just for LAN hosts. After an up2date procedure (in wich there was a lot of package involved about 500) I started having problems with file shareing

Re: [CentOS] Samba problem after Up2date

2008-02-11 Thread Ralph Angenendt
Dago Pacheco wrote: > Hi I have this CentOS 4.3 server that is used as a file, web and mail > server just for LAN hosts. After an up2date procedure (in wich there was a > lot of package involved about 500) I started having problems with file > shareing in samba server. As the Release N

[CentOS] Samba problem after Up2date

2008-02-11 Thread Dago Pacheco
-- --- Begin Message --- Hi I have this CentOS 4.3 server that is used as a file, web and mail server just for LAN hosts. After an up2date procedure (in wich there was a lot of package involved about 500) I started having problems with file shareing in samba server. Normally, window