Displaying 20 results from an estimated 40000 matches similar to: "ldap config"
2004 Jul 22
2
Authentification with PostgreSQL
Hi all,
I found Dag Wieers' Fedora Core 2 rpm on
http://dag.wieers.com/packages/dovecot/ and installed it. Now
dovecot-auth isn't complaining anymore about an unknown userdb type
but I can't get authentication working.
/etc/dovecot.conf
(...)
# Authentication process name.
auth = default
# plain digest-md5 anonymous
auth_mechanisms = plain
auth_userdb = pgsql
2004 Aug 31
4
dovecot+postifx+ldap
hi,
i'm trying to set a dovecot/pop + postfix couple with ldap authentification.
and i'v got a lots of troubles.
hers's my dovecot.conf
protocols = pop3
login = imap
login = pop3
first_valid_gid = 1000
last_valid_gid = 0
mail_extra_groups = mail
default_mail_env = maildir:/var/mail/%1u/%u/Maildir
mbox_locks = dotlock flock
auth = default
auth_mechanisms = plain
auth_userdb = ldap
2004 Jul 21
3
Fatal: Unknown userdb type 'pgsql'
Hello,
I'm trying to use postgres authentication with dovecot on a linux
system running Fedora Core 2. Installation of dovecot was done by
installing the rpm included in the fedora distribution ("yum install
dovecot").
from /etc/dovecot.conf
auth_userdb = pgsql /etc/dovecot-pgsql.conf
auth_passdb = pgsql /etc/dovecot-pgsql.conf
but the logs tell me:
dovecot: Jul 21 19:28:39 Info:
2005 Jan 12
1
How to configure auth_userdb and auth_passwd?
Hi!
i want to configure dovecot to use a modified passwdfile. A linie in
this file looks like this: "username: <TAB> crypted_password"
how i have to use the auth_userdb and auth_passwd command?
Now i have:
auth_userdb = passwd-file /path/file
auth_passwd = passwd-file /path/file (same file)
dovecot is starting normaly (i think) but a authentification test via
telnet doesnt
2006 Apr 08
3
LDAP authentication via PAM
I've configured dovecot to authenticate against a Fedora Directory
Server. The mail server on which dovecot is installed has the
nss_ldap and pam_ldap packages installed, and /etc/dovecot.conf has the
following two lines:
auth_userdb = ldap /etc/dovecot-ldap.conf
auth_passdb = pam
In other words, I want dovecot to use LDAP to access the user database,
but PAM for authentication. This part is
2018 Jun 27
3
AD LDAP
Hi,
it there any way how to look into samba ldap in the same way I can look
into OpenLdap via LDAPAdmin, ldap tools etc, when I know OpenLDAP "root" dn
and password? Is there such "root" user for Samba AD LDAP?
We have a lot of scripts based on "ldapsearch" (without authentification)
and "ldapmodify" (with ldap authentification). It would be very
2018 Jun 27
2
AD LDAP
---------- Původní e-mail ----------
Od: Rowland Penny via samba <samba at lists.samba.org>
Komu: samba at lists.samba.org
Datum: 27. 6. 2018 11:49:38
Předmět: Re: [Samba] AD LDAP
"On Wed, 27 Jun 2018 11:31:15 +0200 (CEST)
Michal via samba <samba at lists.samba.org> wrote:
> Hi,
>
> it there any way how to look into samba ldap in the same way I can
> look
2010 Dec 13
1
Specifying 2 LDAP Server for auth
Hi !
We are planing on deploying an ldap master and replica to serve as our new
authentication server for our soon to be RedHat cluster. But, we need to be
able to function if the master is down for whatever reason. So, I tried to
specify 2 servers in the setup-authentification servername section,
separated by a comma, but it doesn't seem to work.
So, is it possible to specifying 2 ldap
2018 Jun 27
1
AD LDAP
---------- Původní e-mail ----------
Od: Harry Jede <walk2sun at arcor.de>
Komu: Michal67M at seznam.cz
Datum: 28. 6. 2018 0:17:29
Předmět: Re: [Samba] AD LDAP
"
Am Mittwoch, 27. Juni 2018, 11:31:15 CEST schrieb Michal via samba:
> Hi,
>
> it there any way how to look into samba ldap in the same way I can
> look into OpenLdap via LDAPAdmin, ldap tools etc, when
2008 Dec 01
1
samba & ldap how work group ?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hye all,
i have install samba as PDC with openldap authentification everything
work fine.
But i want to create diff?rent group with diff?rent privileges on folder
How gestion of group work with Openldap authentification because users
are not in /etc/passwd and domain group are not in /etc/group !?
I don't find information about this...
can
2005 Apr 26
1
ldap uid with static gid problem
hi,
i'd like to use dovecot to authenticate from ldap. in ldap each user has
it's uniq uid and gid. unfortunately with postfix we can't use uniq
uid/gid since in this case we have ot create all user's home in advance.
so we decided to use uniq uid and a common gid in postfix since in
this case postfix can create new users maildir and deliver new mails. so
i'd like to
2003 Mar 01
0
patch for src/auth/db-ldap.c
*** src/auth/db-ldap.c.orig Sat Mar 1 00:20:10 2003
--- src/auth/db-ldap.c Sat Mar 1 00:20:31 2003
***************
*** 35,42 ****
DEF(SET_STR, pass_attrs),
DEF(SET_STR, pass_filter),
DEF(SET_STR, default_pass_scheme),
! DEF(SET_STR, user_global_uid),
! DEF(SET_STR, user_global_gid)
};
struct ldap_settings default_ldap_settings = {
--- 35,42 ----
2004 Oct 05
2
ldap SMD5 vs. CRYPT
Hello,
am I right, that dovecot can't cope with ldap so authentification
is handled by ldap itself? And, for that I have to use {CRYPT} and
cannot use other mechanisms as {SMD5}
Are there any other possibilities?
A
--
2018 Jun 27
2
AD LDAP
> This is problem. We used to be able get "public" data from ldap
"> without authentification (password attributes can not be read without
> user bind, of course). Is there any way how to do it?
Yes, but before I tell you, why do you feel you need to do this, what
are you searching for ?
"
We use GroupOffice and it is configured to use LDAP; it is looking up
2005 May 08
1
trouble getting digest-md5 & ldap working
hi,
I am trying to set up dovecot with digest-md5 as authentication mechanism and
openldap as passdb.
My problem is ... that I just can't get it working. PLAIN authentication works
as expected, but no luck with digest-md5.
An excerpt from the two configuration files:
dovecot.conf:
--------CUT--------
auth = default
auth_mechanisms = plain digest-md5
auth_userdb = ldap
2009 Apr 01
5
Samba + LDAP = SLOW Help plesase
Hi Guys!
Samba suspiciously slow
i have:
CentOS 5.2 final
Samba 3.0.28-0.e15.8
LDAP server placed on anoter (not Samba) Server
In ldap container "ou=Users" about 5000 entries
When Windows client's connect to samba - Authentification process S.L.O.W.
(about 20-30 seconds).
When number entries less - performance grow (when 10 users -
authentification process go 1-2 seconds)
How i
2004 Aug 06
2
External authentification-module for listening to icecast2-streams?
Hi,
today we came across the idea of adding an external authentification-
module for listening to icecast2. There have recently been talks with
artists and music labels that they would like to receive "a small
fee" per listener to e.g. a concert streamed live over the internet.
What do you think of adding an external authentification-module so
that the user could listen to a stream
2017 Jun 07
2
Dovecot LDAP using custom field to allow users to connect
Hi all,
I'd like to know if it's possible to add a custom field when the
authentification is made by users.
My boolean custom field will be for example "AllowUser" (false/true).
I'm trying to do something like that but it's not working :
/user_filter =
(&(objectClass=posixAccount)(uid=%u)(objectClass=myclass)(AllowUser=TRUE))/
This is my dovecot/ldap
2010 Jan 21
1
Asterisk & LDAP authentification
Hi everybody,
I would like to use realtime authentification with my LDAP.
My Asterisk is v. 1.6.1.12. I'm using OpenLDAP
The command realtime ldap status is OK.
I have configure these files :
/etc/asterisk/extconfig
/etc/asterisk/res_ldap.conf
/etc/asterisk/extensions.ael
I do nothing and I have that in my console :
[Jan 21 10:41:48] WARNING[30020]: res_config_ldap.c:809
2005 Aug 27
2
Authenticate user thru PAM
my mailsystem is using postfix and virtual mailbox which stored in mysql db.
SMTP AUTH is using PAM, pam-mysql to authenticate against a mysql db.
I installed dovecot 0.99-14. In the dovecot example config file
it mentioned that auth_passdb can check against thru PAM but auth_userdb didn't
Does it mean that auth_userdb should use other means e.g. /etc/passwd,
shadow, vpopmail, etc and in my