similar to: Dovecot authentication LDAP SSL-TLS againts SAMBA4

Displaying 20 results from an estimated 11000 matches similar to: "Dovecot authentication LDAP SSL-TLS againts SAMBA4"

2014 Aug 22
1
Dovecot authentication LDAP SSL-TLS againts SAMBA4
Hi, i would like to know if anybody have implemented the authentication of dovecot against samba4 via secure ldap (SSL/TLS). I made it but in plain text through dovecot?s offical page: http://wiki2.dovecot.org/AuthDatabase/LDAP/AuthBinds http://wiki2.dovecot.org/AuthDatabase/LDAP But when i try to do it in a secure way i can?t make it work. Samba4 is listening by port 636 and dovecot is speaking
2014 Jan 25
1
allow_nets + default + ldap
Hello, I'm playing with allow_nets function. It is really cool! In a filebased passwd backend you simply add "allow_nets=192.0.2.143/32" as mentioned in http://wiki2.dovecot.org/PasswordDatabase/ExtraFields/AllowNets But if I use an LDAP backend it looks different. Following http://wiki2.dovecot.org/AuthDatabase/LDAP/AuthBinds and
2017 Oct 30
1
LDAP authentication and shadowExpire
Hi, I am trying to configure Dovecot (2.2.27) with LDAP passdb, specifically with authentication binds (https://wiki.dovecot.org/AuthDatabase/LDAP/AuthBinds). Atribute shadowExpire has a unix time stamp value. Is there a way to write pass_filter like shadowExpire<ToDay? Or maybe there is better way to implement password expiration in Dovecot? -- Pagarbiai Mantas Gegu?is VU
2015 Jun 27
2
authenticate LDAP to email server
Am 27.06.2015 um 00:36 schrieb robert k Wild: > i have made a file "/etc/dovecot/dovecot-ldap.conf.ext" > > hosts = 10.10.1.3 > base = dc=robina,dc=private > ldap_version = 3 > auth_bind = yes > auth_bind_userdn = cn=%u,cn=home,ou=robina_users,dc=robina,dc=private > pass_attrs = uid=user > pass_filter = (&(objectClass=posixAccount)(uid=%u)) Why do you
2007 May 22
1
dovecot + ldap tls
hi... i trying to have a secure conetion between dovecot and directory server, but i cant do it. The documentation are so poor ( http://wiki.dovecot.org/AuthDatabase/LDAP) these are my configurations files: (pre: i have a directory server accepting secure conections (port 389 via TLS and port 636 via SSL). File "/opt/csw/etc/dovecot-ldap.conf": hosts=100.0.4.98 dn =
2015 Mar 05
0
Oracle 11 nts authentication againts samba4 AD DC
> On 05 Mar 2015, at 10:45, Rowland Penny <rowlandpenny at googlemail.com> wrote: > > On 03/03/15 09:56, Izan D?ez S?nchez wrote: >> Hi again. I apologize for my vague previous question. After some investigation I can be much more precise in my consult. Furthermore, I think I found a bug? >> ... >> >> User "ids" is requesting a ticket to connect
2015 Mar 05
0
Oracle 11 nts authentication againts samba4 AD DC
On 05/03/15 15:23, Izan D?ezS?nchez wrote: > > > schnaggy <schnaggy <at> schnaggy.de> writes: > >> >>> On 05 Mar 2015, at 10:45, Rowland Penny <rowlandpenny <at> > googlemail.com> wrote: >>> On 03/03/15 09:56, Izan D?ez S?nchez wrote: >>>> Hi again. I apologize for my vague previous question. After some > investigation I
2007 Feb 15
8
Defending againts simultanious attacks
Hi, i have one centos 4.3 box, exposed to the internet. since several weeks ago, i found numerous attemps to connect through SSH, but failed. they tried with many username, including root. it's comes from different IP. some of them are foreign website. How do i make my centos become smarter in handling this kind of attacks. eventhough i've disable all the user accounts, left only the
2015 Mar 05
2
Oracle 11 nts authentication againts samba4 AD DC
schnaggy <schnaggy <at> schnaggy.de> writes: > > > > On 05 Mar 2015, at 10:45, Rowland Penny <rowlandpenny <at> googlemail.com> wrote: > > > > On 03/03/15 09:56, Izan D?ez S?nchez wrote: > >> Hi again. I apologize for my vague previous question. After some investigation I can be much more precise > in my consult. Furthermore, I
2015 Mar 03
0
Oracle 11 nts authentication againts samba4 AD DC
Hi again. I apologize for my vague previous question. After some investigation I can be much more precise in my consult. Furthermore, I think I found a bug... Context: -Samba4 AD DC working fine with many user and machine accouns. -Windows7 client trying to connect via sqlplus to an oracle database residing in a Windows2008 server. Both machines are in the domain. -Server database is using
2015 Mar 05
2
Oracle 11 nts authentication againts samba4 AD DC
On 03/03/15 09:56, Izan D?ez S?nchez wrote: > Hi again. I apologize for my vague previous question. After some > investigation I can be much more precise in my consult. Furthermore, I > think I found a bug... > > Context: > -Samba4 AD DC working fine with many user and machine accouns. > -Windows7 client trying to connect via sqlplus to an oracle database > residing in a
2005 Aug 07
1
Question about SSL/TLS for ldap and samba
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I read in samba-howto-collection : "To remedy the first security issue, the ldap ssl |smb.conf| parameter defaults to require an encrypted session (ldap ssl = on) using the default port of |636| when contacting the directory server. When using an OpenLDAP server, it is possible to use the StartTLS LDAP extended operation in the place of
2015 Jun 26
2
authenticate LDAP to email server
Sorry for top posting, don't mean to, looks like my outlook mobile client does it by default Ok great thanks Daniel for this, also do you know if I have to change/edit the config files for postfix/openldap as well or just for dovecot Thank you Rob Sent from my Windows Phone -----Original Message----- From: "Daniel Tr?der" <troeder at univention.de> Sent: ?26/?06/?2015
2018 Feb 02
0
AuthDatabase CheckPassword broken?
Script didn't run: File "/root/tmp/checkpwtest.py", line 8 o?= with os.fdopen(DOVECOT_PW_FD, 'r') as s: ^ SyntaxError: invalid syntax --Mark -----Original Message----- From: Mark Foley <mfoley at ohprs.org> Date: Thu, 01 Feb 2018 15:34:15 -0500 Organization: Ohio Highway Patrol Retirement System To: dovecot at dovecot.org Subject: Re: AuthDatabase
2014 May 07
1
Can Auth dict proxy protocol be used to validate a password?
I'm interested in using authentication via a UNIX socket as documented at http://wiki2.dovecot.org/AuthDatabase/Dict. (We are currently using a checkpassword script to enable us to authenticate against a django app that stores passwords in pbkdf2 format, but I'm concerned about scalability as we grow - specifically the comment about performance on
2013 Sep 23
0
can't dovecot tls/ssl to openldap
Hi, I want to dovecot connect to openldap with ssl/tls, and got error. When without tls/ssl, it works ok. from /var/log/maillog got: Sep 24 05:38:03 mail dovecot: auth: Error: LDAP: ldap_start_tls_s() failed: Connect error Sep 24 05:38:03 mail dovecot: auth: Error: LDAP: ldap_start_tls_s() failed: Can't contact LDAP server Sep 24 05:38:03 mail dovecot: auth: Error: LDAP:
2011 Aug 26
0
Network interface VM stop comunicate
Dear, I have XEN source 3.3/ Centos 5.4 64 bits running DELL power 1800. My big problem is with vritual machine running Windows Server 64 bits for roles Sharepoint 3.0 and SQL Server 2005. The virtual network of virtual machine stop comunicate but others all virtual machine still comunicate. I don“t understand why when network interface stop comunicate, the device manager of network interface
2025 Jan 03
1
R: R: R: R: R: samba remote site client authentication and network browsing problem
Hi Rowland, i've modified, the dns like below: RODC-1: - themself - DC-1 - DC-2 DC-1 And DC-2 dns configuration not modified But the problems remains - samba-tool drs replicate rodc-1 dc-2 dc=scratch,dc=lan -U administrator did not replicate - network browsing anyway require authentication and not work Enrico Manzini -----Messaggio originale----- Da: samba <samba-bounces at
2025 Jan 03
1
R: R: R: R: samba remote site client authentication and network browsing problem
On Fri, 3 Jan 2025 08:29:59 +0000 Manzini Enrico <emanzini at zensistemi.com> wrote: > Hi Rowland, below, the servers and the remote client dns configuration > > Server's dns configuration: > DC-1: > - themself > - DC-2 > > DC-2 > - themself > - DC-1 > > RODC-1 > - DC-1 > - DC-2 > - themself > In my opinion, all Samba AD DCs
2004 Jun 02
0
[LDAP+SSL+Samba 3.0.2a] pb start tls
hello ! first of all , I run on a Debian woody (without X), I have a LDAP directory (with ssl/tls ok), I have an anthentification PAM_LDAP (login only, I have no system-auth file) which works with ssl/tls too. then ,now I would like a samba (3.0.2a) which supports SSL/TLS and LDAP (of course) I compiled this version of samba like this : ./configure --with-ldapsam --prefix=/usr/local/samba