Re: [Samba] Re : Problem with Winbind

2011-11-18 Thread djamel boussebha
Hi Robert;   Exactly my Suse Linux server it sync with a time server (221.128.17.234) :   # /etc/init.d/ntp restart Shutting down network time protocol daemon (NTPD) done Try to get initial date and time via NTP from 221.128.17.234  done Starting network time protocol

Re: [Samba] Re : Problem with Winbind

2011-11-18 Thread djamel boussebha
Hi;   I have modify my /etc/hosts in adding a entry and ads works fine but when I try to join AD, I have the following error message :   # net ads join -S 221.221.17.104 -U administrateur Enter administrateur's password: [2011/11/18 11:06:09.010144,  0] libads/sasl.c:823(ads_sasl_spnego_bind)  

Re: [Samba] Re : Problem with Winbind

2011-11-18 Thread djamel boussebha
Hi Robert;   Its OK i have resolved the time problem between linux and Windows servers. But I have strange behavior when I join the AD server with ADS protocol : a Segmentation fault :   # net ads join -S CINVW067 -U administrateur%XXX -d3 [2011/11/18 16:38:45,  3]

[Samba] samba4 ldap?

2011-11-18 Thread John Heim
I am confused... Using an ldap server as a backend for samba4 is not recommended? We are primarily a linux shop. We have an ldap database we use for authentication. I can't use that anymore if I switch to samba4? -- To unsubscribe from this list go to the following URL and read the

Re: [Samba] Re : Problem with Winbind

2011-11-18 Thread djamel boussebha
My hosts file is as follows on the linux server :   # cat /etc/hosts 127.0.0.1   local.localdomain   localhost CILVS049 187.0.22.177    CILVS049.p9bis.neoplus.laposte.poc CILVS049 187.0.17.104    CINVW067.p9bis.neoplus.laposte.poc CINVW067   Windows server with AD LDAP is : 187.0.17.104 

Re: [Samba] samba4 ldap?

2011-11-18 Thread Adam Tauno Williams
On Thu, 2011-11-17 at 12:34 -0600, John Heim wrote: I am confused... Using an ldap server as a backend for samba4 is not recommended? Not only not recommended, it will not work and is not supported. We are primarily a linux shop. We have an ldap database we use for authentication. I can't

Re: [Samba] samba4 ldap?

2011-11-18 Thread Matthieu Patou
On 18/11/2011 17:33, Adam Tauno Williams wrote: On Thu, 2011-11-17 at 12:34 -0600, John Heim wrote: I am confused... Using an ldap server as a backend for samba4 is not recommended? Not only not recommended, it will not work and is not supported. We are primarily a linux shop. We have an

Re: [Samba] samba4 ldap?

2011-11-18 Thread Cybionet
Greeting Adam, Just to be sure, because this post is interesting for those who build solution with Samba/OpenLDAP (like me who use it since 2004), 1. Samba4 don't support LDAP backend, but have is own LDAPv3 server? (ref.: http://wiki.samba.org/index.php/Samba4/FAQ) 2. It's possble to use

Re: [Samba] samba4 ldap?

2011-11-18 Thread David Magda
On Thu, November 17, 2011 13:34, John Heim wrote: I am confused... Using an ldap server as a backend for samba4 is not recommended? We are primarily a linux shop. We have an ldap database we use for authentication. I can't use that anymore if I switch to samba4? If you don't need to emulate

Re: [Samba] samba4 ldap?

2011-11-18 Thread John Heim
From: Matthieu Patou m...@samba.org To: samba@lists.samba.org Not that if your schema is compatible it can be loaded in the AD LDAP, but in anycase you'll have to migrate your data into the AD database and cope with the partitioning of it. The reason I was considering converting to samba4

Re: [Samba] samba4 ldap?

2011-11-18 Thread John Heim
From: David Magda dma...@ee.ryerson.ca To: John Heim jh...@math.wisc.edu Cc: samba@lists.samba.org Sent: Friday, November 18, 2011 12:24 PM Subject: Re: [Samba] samba4 ldap? On Thu, November 17, 2011 13:34, John Heim wrote: I am confused... Using an ldap server as a backend for samba4 is not

Re: [Samba] samba4 ldap?

2011-11-18 Thread Matthieu Patou
On 18/11/2011 18:43, Cybionet wrote: Greeting Adam, Just to be sure, because this post is interesting for those who build solution with Samba/OpenLDAP (like me who use it since 2004), 1. Samba4 don't support LDAP backend, but have is own LDAPv3 server? (ref.:

Re: [Samba] samba4 ldap?

2011-11-18 Thread Matthieu Patou
On 18/11/2011 19:24, David Magda wrote: On Thu, November 17, 2011 13:34, John Heim wrote: I am confused... Using an ldap server as a backend for samba4 is not recommended? We are primarily a linux shop. We have an ldap database we use for authentication. I can't use that anymore if I switch to

Re: [Samba] samba4 ldap?

2011-11-18 Thread Andrew Bartlett
On Fri, 2011-11-18 at 12:56 -0600, John Heim wrote: I found some messages from a year ago on this list that spoke about a script out there in cyberworld. But at the time, there was nothing in the official samba4 suite to help with this migration. Has that changed? Yes. See 'samba-tool

Re: [Samba] SAMBA4 user password field / objectSid

2011-11-18 Thread Andrew Bartlett
On Tue, 2011-11-15 at 15:57 +0100, Hervé Hénoch wrote: Hello, In order to migrate from samba3 to samba4, i've to know where passwords are stored in the ldap base. To upgrade samba3 to Samba4, use 'samba-tool domain samba3upgrade' from a current checkout of Samba GIT master branch. This can

Re: [Samba] Samba4 problem when compiling in solaris 10

2011-11-18 Thread Andrew Bartlett
On Sun, 2011-11-13 at 19:26 +, Bulinda, Emmanuel wrote: Hi All, I have tried to install samba4 since it communicates with windows 2008 domain controller. I get the following error shown on the printscreen. Anybody please help. 1. My OS is solaris 10 on VM(virtual box 4) - I would

Re: [Samba] samba + Heimdal + windows

2011-11-18 Thread Andrew Bartlett
On Mon, 2011-11-14 at 16:53 +1300, brijesh patel wrote: Hi, I am sure someone may have already asked this question but i can't find any useful documentation about this. I would like to use our existing kerberos (openldap) setup to authenticate users against windows machines. So far i

Re: [Samba] samba4 ldap?

2011-11-18 Thread steve
Robert Adam Tauno Williams a écrit : On Thu, 2011-11-17 at 12:34 -0600, John Heim wrote: I am confused... Using an ldap server as a backend for samba4 is not recommended? Not only not recommended, it will not work and is not supported. We are primarily a linux shop. We have an ldap database

[SCM] Samba Shared Repository - branch master updated

2011-11-18 Thread Volker Lendecke
The branch, master has been updated via 2642f38 s3: Fix bug 8371 from cd3f552 s3-py-passdb: Fix handling of uninitialized gid values http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch master updated

2011-11-18 Thread Stefan Metzmacher
The branch, master has been updated via 20df0f3 s3:libsmb: verify num_setup for SMBnttrans in cli_pull_trans() via d3cb61c s3:libsmb: fix compiler warning in cli_pull_trans() via 48bcb8c s3:libsmb: only align unicode pipe_name (bug #8586) from 2642f38 s3: Fix bug

[SCM] Samba Shared Repository - branch master updated

2011-11-18 Thread Karolin Seeger
The branch, master has been updated via 1d471ee s3/packaging: Fix rpm build issues on RHEL4. from 20df0f3 s3:libsmb: verify num_setup for SMBnttrans in cli_pull_trans() http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2011-11-18 Thread Jeremy Allison
The branch, master has been updated via 82b1702 Remove rawmemchr calls - found by Ira Cooper. These are glibc-specific calls, makes us completely non-portable. from 1d471ee s3/packaging: Fix rpm build issues on RHEL4. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master -