search for: passbd

Displaying 9 results from an estimated 9 matches for "passbd".

Did you mean: passb
2018 Oct 04
1
Username aliases
On 26/09/2018 08:34, Aki Tuomi wrote: > # before current passbd > passdb { > driver = passwd-file > args = username_format=%Lu /etc/dovecot/aliases > } > > # into /etc/dovecot/aliases > alias at user:::::::user=real_username noauthenticate > > This hopefully works. > > Aki This does appear to work, thanks! As...
2018 Sep 25
3
Username aliases
Hi, Our organization is currently using a passwd-file user database for our Dovecot installs. However, we now want to provide simple username aliases. We currently use usernames that are -not- equal to the email address, but due to the fact that many major email clients/providers do not even allow you to specifiy a username, we now want to provide aliases where the username is equal to the
2007 Nov 07
1
How to set multi backends (with same type)
...auth default { : : passdb ldap { args= /etc/dovecot/etc/ldap/dovecot-ldap1.conf/etc/dovecot/etc/ldap/dovecot- ldap2.conf } userdb ldap { args= /etc/dovecot/etc/ldap/dovecot-ldap1.conf/etc/dovecot/etc/ldap/dovecot- ldap2.conf } } Test 3: (looking "passbd ldap" as a set) :) this work, but dovecot-ldap2.conf override dovecot-ldap1.conf (the set vision, none) auth default { : : passdb ldap { args= /etc/dovecot/etc/ldap/dovecot-ldap1.conf args= /etc/dovecot/etc/ldap/dovecot-ldap2.conf } userdb ldap { args=...
2018 Sep 27
2
Username aliases
On Wed, Sep 26, 2018 at 09:34:07AM +0300, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > # before current passbd > passdb { > ? driver = passwd-file > ? args = username_format=%Lu /etc/dovecot/aliases > } > > # into /etc/dovecot/aliases > alias at user:::::::user=real_username noauthenticate > > This hopefully works. This seems to work fine and I had the idea of doing something s...
2009 Jul 24
2
tdbsam.
The documentation says "As a general guide, the Samba Team does not recommend using the tdbsam backend for sites that have 250 or more users". Since we moved default passbd backend to tdbsam, does that statements still holds true. As an FYI, I am using Samba-3.2.4, idmap_rid with tdbsam as backend for about 3 years with 2000 users on member server configuration authenticating AD 2003. Occasionally I had db corrupt issues, but restarting winbind resolved most of the t...
2018 Sep 26
0
Username aliases
...ue to data duplication. > > Ideally, there would be a secondary 'alias' userdb, which on a match > would then restart the search in the primary passwd-file userdb using > the new username. Is this possible? > > What would be the best way to go about this? # before current passbd passdb { ? driver = passwd-file ? args = username_format=%Lu /etc/dovecot/aliases } # into /etc/dovecot/aliases alias at user:::::::user=real_username noauthenticate This hopefully works. Aki
2018 Oct 08
0
iterate query and dsync replication 2.2.33.2
All, According to doco replication gets its list of users to replicate from the iterate query but this doesn't seem to be the case or its just being totally ignored .. Have ldap passbd and sql userdb, with the iterate query in the userdb sql file. -The query itself returns the handful of users I want to replicate BUT if I run the command dovecot replicator status '*' it shows pretty much all users in the system .. is there a bug here or is documentation just completely...
2011 Aug 04
1
Question about memory management in plugins
Hi, I've writing an passdb/userdb plugin (see my previous question about a plugin authenticating via a UNIX socket protocol). Now... the protocol spoken over this socket is JSON-based and I'm using a SAX-like event based parser which maintains a parse context between callbacks. Now... I'm a little bit in doubt about which dovecot memory management method would be best for data
2018 Sep 28
0
Username aliases
On 28.09.2018 00:08, Florian Pritz wrote: > On Wed, Sep 26, 2018 at 09:34:07AM +0300, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: >> # before current passbd >> passdb { >> ? driver = passwd-file >> ? args = username_format=%Lu /etc/dovecot/aliases >> } >> >> # into /etc/dovecot/aliases >> alias at user:::::::user=real_username noauthenticate >> >> This hopefully works. > This seems to work fine a...