Bluehost.com Web Hosting $6.95

[Samba] my first samba set-up gives me a headache

This is a discussion on [Samba] my first samba set-up gives me a headache within the Samba forums, part of the Networking and Network Related category; Hi everyone, I am setting up a samba server in Win2003 domain. My goal is to be able to connect ...


Go Back   Usenet Forums > Networking and Network Related > Samba

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-17-2008
Thomas Vito
 
Posts: n/a
Default [Samba] my first samba set-up gives me a headache

Hi everyone,

I am setting up a samba server in Win2003 domain. My goal is to be able to
connect to shares from a redhat server to win2003 servers and do the same
the other way around.

I have followed some tutorials, been through the official how-to and still
my setup has something wrong that i cannot understand.
I would like to use the windows accounts in my Active Directory to do the
authentication. Which security/authentication should i go for.
I have tried without success to use ADS.

Here is my smb.conf file:
[global]

workgroup = ACME
password server = *
realm = EU.ACME.COM
security = domain
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
winbind separator = +
template shell = /bin/false
winbind use default domain = false
winbind offline logon = false
server string = AMSDEV-DV09
netbios name = AMSDEV-DV09
encrypt passwords = yes
wins server = 10.130.12.120
winbind separator = +
winbinduid = 10000-20000
winbindgid = 10000-20000
winbindenum users = yes
winbindenum groups = yes

[Share]
path = /home/acme/
comment = Shared folder
browseable = yes
writable = yes

I also have added in the nsswitch.conf file the winbind auth method for
users and groups.

Some guidance would be greatly appreciated.
Thank you.
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba

Reply With Quote
  #2 (permalink)  
Old 07-17-2008
 
Posts: n/a
Default Re: [Samba] my first samba set-up gives me a headache

Uh, what's the problem?
-HKS

On Thu, Jul 17, 2008 at 9:05 AM, Thomas Vito <shoktai@gmail.com> wrote:
> Hi everyone,
>
> I am setting up a samba server in Win2003 domain. My goal is to be able to
> connect to shares from a redhat server to win2003 servers and do the same
> the other way around.
>
> I have followed some tutorials, been through the official how-to and still
> my setup has something wrong that i cannot understand.
> I would like to use the windows accounts in my Active Directory to do the
> authentication. Which security/authentication should i go for.
> I have tried without success to use ADS.
>
> Here is my smb.conf file:
> [global]
>
> workgroup = ACME
> password server = *
> realm = EU.ACME.COM
> security = domain
> idmap uid = 16777216-33554431
> idmap gid = 16777216-33554431
> winbind separator = +
> template shell = /bin/false
> winbind use default domain = false
> winbind offline logon = false
> server string = AMSDEV-DV09
> netbios name = AMSDEV-DV09
> encrypt passwords = yes
> wins server = 10.130.12.120
> winbind separator = +
> winbinduid = 10000-20000
> winbindgid = 10000-20000
> winbindenum users = yes
> winbindenum groups = yes
>
> [Share]
> path = /home/acme/
> comment = Shared folder
> browseable = yes
> writable = yes
>
> I also have added in the nsswitch.conf file the winbind auth method for
> users and groups.
>
> Some guidance would be greatly appreciated.
> Thank you.
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/listinfo/samba
>

--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba

Reply With Quote
  #3 (permalink)  
Old 07-17-2008
Thomas Vito
 
Posts: n/a
Default [Samba] Re: my first samba set-up gives me a headache

Sorry i should have added the description of the issue:
Authentication doesn't work when i try to access the red hat server from a
win2003 machine nothing happens.
After 5 minutes or so, i get an error saying no network path was found.
The red hat server has also been added to my win domain with the net
command. I can access the Windows folders from my red hat server and
authentication works if i use my Active Directory account.

This is what i get from my samba server to access a share on the samba
server itself ( i try to use an AD account):
[root@amsdev-dv09 ~]# smbclient -L localhost -U atpcci
Password:
Receiving SMB: Server stopped responding
session setup failed: Call timed out: server did not respond after 20000
milliseconds

And this is what i get from a windows client trying to access the samba
share:
H:\>net use G: "\\amsdev-dv09\Share"
System error 64 has occurred.

The specified network name is no longer available.
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba

Reply With Quote
  #4 (permalink)  
Old 07-18-2008
Adam Williams
 
Posts: n/a
Default Re: [Samba] my first samba set-up gives me a headache

did you read chaper 7 of samba 3 by example.pdf?

Thomas Vito wrote:
> Hi everyone,
>
> I am setting up a samba server in Win2003 domain. My goal is to be able to
> connect to shares from a redhat server to win2003 servers and do the same
> the other way around.
>
> I have followed some tutorials, been through the official how-to and still
> my setup has something wrong that i cannot understand.
> I would like to use the windows accounts in my Active Directory to do the
> authentication. Which security/authentication should i go for.
> I have tried without success to use ADS.
>
> Here is my smb.conf file:
> [global]
>
> workgroup = ACME
> password server = *
> realm = EU.ACME.COM
> security = domain
> idmap uid = 16777216-33554431
> idmap gid = 16777216-33554431
> winbind separator = +
> template shell = /bin/false
> winbind use default domain = false
> winbind offline logon = false
> server string = AMSDEV-DV09
> netbios name = AMSDEV-DV09
> encrypt passwords = yes
> wins server = 10.130.12.120
> winbind separator = +
> winbinduid = 10000-20000
> winbindgid = 10000-20000
> winbindenum users = yes
> winbindenum groups = yes
>
> [Share]
> path = /home/acme/
> comment = Shared folder
> browseable = yes
> writable = yes
>
> I also have added in the nsswitch.conf file the winbind auth method for
> users and groups.
>
> Some guidance would be greatly appreciated.
> Thank you.
>


--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba

Reply With Quote
  #5 (permalink)  
Old 07-18-2008
Thomas Vito
 
Posts: n/a
Default Re : [Samba] my first samba set-up gives me a headache


Thanks to your doc there is a slight improvement. I have reinstalled a fresh system and followed chapter 7.
I have made all the checks in the docs:
wbinfo -u wbinfo -g are OK
getent passwd getent group are OK

[root@amsdev-dv09 samba]# net ads info
[2008/07/18 12:52:46, 0] param/loadparm.c:map_parameter(2772)
Unknown parameter encountered: "template primary group"
[2008/07/18 12:52:46, 0] param/loadparm.c:lp_do_parameter(3512)
Ignoring unknown parameter "template primary group"
LDAP server: 10.130.12.120
LDAP server name: ams-dc02.eu.acme.com
Realm: EU.ACME.COM
Bind Path: dc=EU,dc=ACME,dc=COM
LDAP port: 389
Server time: Fri, 18 Jul 2008 12:52:46 CEST
KDC server: 10.130.12.120
Server time offset: 0



When i try to browse from an XP machine, it generates logs in /var/log/samba the log file holds the name of my XP machine and contains:

2008/07/18 12:46:16, 0] lib/util_sock.c:write_data(562)
write_data: write failure in writing to client 10.130.101.85. Error Connection reset by peer
[2008/07/18 12:46:16, 0] lib/util_sock.c:send_smb(761)
Error writing 4 bytes to client. -1. (Connection reset by peer)
[2008/07/18 12:47:33, 0] lib/util_sock.c:write_data(562)
write_data: write failure in writing to client 10.130.101.85. Error Connection reset by peer
[2008/07/18 12:47:33, 0] lib/util_sock.c:send_smb(761)
Error writing 4 bytes to client. -1. (Connection reset by peer)

On the windows side i get an error Network path was not found.

I noticed a seg fault running a test, not sure why:
[root@amsdev-dv09 samba]# net ads status -U atcapacci
[2008/07/18 12:54:30, 0] param/loadparm.c:map_parameter(2772)
Unknown parameter encountered: "template primary group"
[2008/07/18 12:54:30, 0] param/loadparm.c:lp_do_parameter(3512)
Ignoring unknown parameter "template primary group"
atcapacci's password:
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
objectClass: computer
cn: amsdev-dv09
distinguishedName: CN=amsdev-dv09,CN=Computers,DC=eu,DC=acme,DC=com
instanceType: 4
whenCreated: 20080718104544.0Z
whenChanged: 20080718104544.0Z
uSNCreated: 41868269
uSNChanged: 41868275
name: amsdev-dv09
objectGUID: e8546ef0-3d12-4b37-82bb-aa5c40d22a1f
userAccountControl: 69632
badPwdCount: 0
codePage: 0
countryCode: 0
badPasswordTime: 0
lastLogoff: 0
lastLogon: 128608518227703033
localPolicyFlags: 0
pwdLastSet: 128608515446822451
primaryGroupID: 515
objectSid: S-1-5-21-3740640398-491454997-2066221157-10778
accountExpires: 9223372036854775807
logonCount: 4
sAMAccountName: amsdev-dv09$
sAMAccountType: 805306369
dNSHostName: amsdev-dv09.eu.acme.com
servicePrincipalName: HOST/amsdev-dv09.eu.acme.com
servicePrincipalName: HOST/AMSDEV-DV09
objectCategory: CN=Computer,CN=Schema,CN=Configuration,DC=acme,DC= com
isCriticalSystemObject: FALSE
lastLogonTimestamp: 128608515447134933
-------------- Security Descriptor (revision: 1, type: 0x8c04)
owner SID: S-1-5-21-3740640398-491454997-2066221157-512
group SID: S-1-5-21-3740640398-491454997-2066221157-513
------- (system) ACL not present
Segmentation fault
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba

Reply With Quote
  #6 (permalink)  
Old 07-18-2008
Volker Lendecke
 
Posts: n/a
Default Re: Re : [Samba] my first samba set-up gives me a headache

On Fri, Jul 18, 2008 at 12:57:20PM +0200, Thomas Vito wrote:
> -------------- Security Descriptor (revision: 1, type: 0x8c04)
> owner SID: S-1-5-21-3740640398-491454997-2066221157-512
> group SID: S-1-5-21-3740640398-491454997-2066221157-513
> ------- (system) ACL not present
> Segmentation fault


What Samba version?

Volker

--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFIgHwHUzqjrWwMRl0RApyQAJwPr5fHkkgvGHQM8OkD8P m4ezgdDwCghoew
mJ/OagrNBKBjwz8GR8OFyMw=
=8UwM
-----END PGP SIGNATURE-----

Reply With Quote
  #7 (permalink)  
Old 07-18-2008
Thomas Vito
 
Posts: n/a
Default Re : Re : [Samba] my first samba set-up gives me a headache

samba-3.0.28-1.el5_2.1

2008/7/18, Volker Lendecke <Volker.Lendecke@sernet.de>:
> On Fri, Jul 18, 2008 at 12:57:20PM +0200, Thomas Vito wrote:
>> -------------- Security Descriptor (revision: 1, type: 0x8c04)
>> owner SID: S-1-5-21-3740640398-491454997-2066221157-512
>> group SID: S-1-5-21-3740640398-491454997-2066221157-513
>> ------- (system) ACL not present
>> Segmentation fault

>
> What Samba version?
>
> Volker
>

--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba

Reply With Quote
  #8 (permalink)  
Old 07-18-2008
Volker Lendecke
 
Posts: n/a
Default Re: Re : Re : [Samba] my first samba set-up gives me a headache

On Fri, Jul 18, 2008 at 01:52:09PM +0200, Thomas Vito wrote:
> samba-3.0.28-1.el5_2.1
>
> 2008/7/18, Volker Lendecke <Volker.Lendecke@sernet.de>:
> > On Fri, Jul 18, 2008 at 12:57:20PM +0200, Thomas Vito wrote:
> >> -------------- Security Descriptor (revision: 1, type: 0x8c04)
> >> owner SID: S-1-5-21-3740640398-491454997-2066221157-512
> >> group SID: S-1-5-21-3740640398-491454997-2066221157-513
> >> ------- (system) ACL not present
> >> Segmentation fault

> >
> > What Samba version?


Can you try to run that program under gdb and send a
backtrace of the segfault?

Volker

--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFIgI1tUzqjrWwMRl0RAi6eAJ4r4ms8bxUkL/Jm87oocIoFhS3s6ACfRHML
fhaWIfXhVL5WSAuwMqMgBtg=
=V/gD
-----END PGP SIGNATURE-----

Reply With Quote
  #9 (permalink)  
Old 07-18-2008
Thomas Vito
 
Posts: n/a
Default Re : Re : Re : [Samba] my first samba set-up gives me a headache

in gdb the command exits normally:
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
objectClass: computer
cn: amsdev-dv09
distinguishedName: CN=amsdev-dv09,CN=Computers,DC=eu,DC=acme,DC=com
instanceType: 4
whenCreated: 20080718104544.0Z
whenChanged: 20080718104559.0Z
uSNCreated: 45337167
uSNChanged: 45337167
name: amsdev-dv09
objectGUID: e8546ef0-3d12-4b37-82bb-aa5c40d22a1f
userAccountControl: 69632
codePage: 0
countryCode: 0
lastLogon: 128608564918544138
localPolicyFlags: 0
pwdLastSet: 128608515446822451
primaryGroupID: 515
objectSid: S-1-5-21-3740640398-491454997-2066221157-10778
accountExpires: 9223372036854775807
logonCount: 6
sAMAccountName: amsdev-dv09$
sAMAccountType: 805306369
dNSHostName: amsdev-dv09.eu.acme.com
servicePrincipalName: HOST/amsdev-dv09.eu.acme.com
servicePrincipalName: HOST/AMSDEV-DV09
objectCategory: CN=Computer,CN=Schema,CN=Configuration,DC=acme,DC= com
isCriticalSystemObject: FALSE
lastLogonTimestamp: 128608515447134933


Program exited normally.
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba

Reply With Quote
  #10 (permalink)  
Old 07-18-2008
Volker Lendecke
 
Posts: n/a
Default Re: Re : Re : Re : [Samba] my first samba set-up gives me a headache

On Fri, Jul 18, 2008 at 02:58:37PM +0200, Thomas Vito wrote:
> in gdb the command exits normally:


Weird... Next try: Run it under valgrind --tool=memcheck and
send the output?

Volker

--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFIgJTHUzqjrWwMRl0RAiLfAJ9v7tzIgo8Nb2iKUYbWMs F7MAEsBgCffaR/
uqmWaGBKyZror54SI5BEEPs=
=03sJ
-----END PGP SIGNATURE-----

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 01:33 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0