Displaying 20 results from an estimated 1100 matches similar to: "Samba update to 4.2.14 (SERNET) breaks LDAP access"
2016 Jul 08
0
Samba update to 4.2.14 (SERNET) breaks LDAP access
Hello Alan,
I had the same issue and I needed to add this line:
ldap server require strong auth = no
to smb.conf.
Then, just restart/reload samba and it should work.
On Fri, Jul 8, 2016 at 8:37 AM, Alan Hughes <alanhughes at e2eservices.co.uk>
wrote:
> Last night we updated out Samba-4 AD server to version 4.2.14 usng the
> SERNEt packages, running on SLES 12. We have a number of
2015 Dec 11
5
Samba-4 DNS issue
Folks
I've managed (due to me being fat-fingered that morning) to get a DNS zone in a Samba-4 DNS setup screwed up.
Basically I was trying to add a new A record to an internal domain "e2eservices.co.uk" using the MS administration tools (not the samba-tool CLI). However instead of adding the entry "styx" to the domain, I accidently added
2018 Sep 05
3
Authenticating against Samba 4 AD LDAP service
Hello,
One of Samba 3 -> Samba 4 migration task I am solving is changing
authentication against new Samba 4 AD domain.
Existing services use LDAP directory of Samba 3 to authenticate. The
simplest way to go would be just to replace LDAP credentials; however, I
don't quite understand which LDAP credentials to use/how to create them
for Samba 4 AD.
Sample command against Samba 4 LDAP
2016 Jun 17
5
can't connect ldapsearch with samba 4
Hi,
I'm trying to migrate samba 3 NT domain to samba 4 AD, we have migrated
data and it seems correct, but now we need to connect with ldapsearch but
always receive errors like
ldap_bind: Strong(er) authentication required (8)
additional info: BindSimple: Transport encryption required.
command used is
/usr/bin/ldapsearch -H ldap://server -x -LLL -z 0 -D
2016 Oct 31
2
Samba 4.5 y opensuse42.1
Hi,
The ldapsearch message is because you can't connect by plain text (-x) by default .
Try using https, that should do it.
Does smbclient -L SERVERDOM -U Administrator work? Or does it give
NT_STATUS_LOGON_FAILURE as well?
if you increase the log level, do you see "Unable to convert SID (S-1-X-XXX) at index
X in user token to a GID." in your log files?
Em
2019 Oct 11
2
[cfe-dev] RFC: End-to-end testing
Renato Golin via cfe-dev <cfe-dev at lists.llvm.org> writes:
> On Thu, 10 Oct 2019 at 22:26, David Greene <dag at cray.com> wrote:
>> That would be a shame. Where is test-suite run right now? Are there
>> bots? How are regressions reported?
>
> There is no shame in making the test-suite better.
That's not what I meant, sorry. I mean it would be a shame
2016 Oct 25
3
Samba 4.5 y opensuse42.1
Hi friends:
I was installed Samba4 ver 4.5 on openSuSE 42.1 Leap, the smb.conf is:
# Global parameters
[global]
netbios name = SERVERDOM
realm = POLRMVAR.MTZ.SLD.CU
workgroup = POLRMVAR
dns forwarder = 10.44.0.5
server role = active directory domain controller
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
winbind, ntp_signd, kcc
[netlogon]
2016 Aug 11
5
after classicupgrade
Hi,
I have Samba 4.2.10 server with NT4 configuration, with ldap backend on
Debian Jessie, and I want to upgrade it to AD. I test it now in virtul
environment. The classicupgrade was succesful.
getent passwd username
and
chown "username:Domain Users" test.txt
didn't work with this nsswitch.conf:
passwd: files ldap
group: files ldap
shadow: files ldap
, so I changed ldap to winbind.
2016 Jul 27
3
Samba 4.2.x requiring TLS authentication
Hi everyone,
I have installed a Samba AD DC version 4.2.11-20 in a Centos 6.7 machine
and joined it in an existing domain. Everything seems working fine except I
can't bind to it using LDAP simple authentication. When I try to perform a
simple ldapsearch I get the following response:
ldap_bind: Strong(er) authentication required (8)
additional info: BindSimple: Transport encryption required.
2016 Jun 20
1
can't connect ldapsearch with samba 4
Hi,
solved only making this changes :
in /etc/ldap/ldap.conf
add
TLS_CACERT /etc/ldap/ca.pem.crt
sample query with ldaps
# ldapsearch -H ldaps://server -x -LLL -z 0 -D
"CN=user,CN=Users,DC=domain,DC=com" -w "p" -b "CN=Users,DC=domain,DC=com"
Solved!
Thanks
2016-06-19 18:55 GMT+02:00 Trenta sis <trenta.sis at gmail.com>:
> Hi,
>
> First of all
2019 Oct 10
3
[cfe-dev] RFC: End-to-end testing
Renato Golin via cfe-dev <cfe-dev at lists.llvm.org> writes:
> I'd recommend trying to move any e2e tests into the test-suite and
> make it easier to run, and leave specific tests only in the repo (to
> guarantee independence of components).
That would be a shame. Where is test-suite run right now? Are there
bots? How are regressions reported?
> The last thing we want
2018 Sep 05
2
Authenticating against Samba 4 AD LDAP service
Also:
-H ldap://10.100.0.4
should probably be ldaps://URI
You can potentially this in smb.conf, but that is definitely not
recommended.
https://wiki.samba.org/index.php/Configuring_LDAP_over_SSL_(LDAPS)_on_a_Samba_AD_DC
Kris Lou
klou at themusiclink.net
On Wed, Sep 5, 2018 at 2:10 AM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Wed, 05 Sep 2018 15:46:04 +0700
2019 Oct 15
3
[cfe-dev] RFC: End-to-end testing
> -----Original Message-----
> From: cfe-dev <cfe-dev-bounces at lists.llvm.org> On Behalf Of Renato Golin
> via cfe-dev
> Sent: Friday, October 11, 2019 11:24 AM
> To: David Greene <dag at cray.com>
> Cc: llvm-dev at lists.llvm.org; cfe-dev at lists.llvm.org; Gerolf Hoflehner
> <ghoflehner at apple.com>; openmp-dev at lists.llvm.org; lldb-dev at
2017 Dec 06
1
Howto authenticate smartPhone via Active Directory
On Tue, 5 Dec 2017 16:42:15 +0100 mj <lists at merit.unu.edu> wrote:
> Hi,
>
> Not much time to reply now.
>
> On 12/05/2017 05:21 AM, Mark Foley wrote:
> > mj - thanks! That the first useful example I've received from any forum/list. I'm getting ready
> > to try my config (have to do so after hours), but I have some probably simple-minded questions:
>
2020 Oct 10
10
Mail samba
Hi I am trying to authenticate my mail server with samba ad.
The only problem is that I don?t get it working.
root at dna:/data/CA/EasyRSA-v3.0.6# ldapsearch -x -h gaia.rompen.lokaal -D 'vmail' -W -b 'cn=users,dc=rompen,dc=lokaal'
Enter LDAP Password:
ldap_bind: Strong(er) authentication required (8)
additional info: BindSimple: Transport encryption required.
I can not read
2016 Aug 03
5
Samba 4.2.14 Group Policy (GPO) sync error
Can you run on a failing computer :
- netdom verify yourpcname
- nslookup yourpcname
All ok?
And is time in sync?
Did you install winbind after the update and also and did you change you server services line?
Like, i use bind9 dns
My smb.conf contains only this : server services = -dns
The full line is :
samba-tool testparm -vv | grep "server service"
2017 Dec 19
1
Minimal AD DC server for dev/test setup
On Tue, Dec 19, 2017 at 11:20 AM, Rowland Penny <rpenny at samba.org> wrote:
> There is a term for running a Samba AD DC without dns, it is called
> 'broken' ;-)
Fair enough.
> AD isn't ldap, it contains its own version of ldap, if you want to use
> it for authentication by external tools, read up on using AD with the
> relevant tool.
We are in fully agreement
2015 Dec 11
0
Samba-4 DNS issue
Its should not be needed to drop and recreate.
Try the following.
Delete the created records in the "wrong" zone(s)
Try to delete the "wrong" zone. ( ignore the error)
Restart bind
Restart samba.
Pray and check again.
Are the "empty zones gone and are your dns records there again?
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba
2016 Sep 02
3
Samba4 and sssd authentication not working due "Transport encryption required."
Hi Experts
I have setup samba4 version "samba-4.4.5" , Windows Authentication working
fine.
however sssd authentication not working, Same setup work with older version
of samba4 , so i guess bellow requirement has been added new, but I dont
understand what shall i do to make sssd work .
bellow log i am getting from sssd log
[simple_bind_done] (3): Bind result: Strong(er)
2016 Sep 02
4
Samba4 and sssd authentication not working due "Transport encryption required."
On Fri, 2 Sep 2016 12:33:34 -0700
John Yocum via samba <samba at lists.samba.org> wrote:
> On 09/02/2016 08:36 AM, Fosiul Alam via samba wrote:
> > Hi Experts
> > I have setup samba4 version "samba-4.4.5" , Windows Authentication
> > working fine.
> > however sssd authentication not working, Same setup work with older
> > version of samba4 , so i