[Dovecot] "passdb" userdb
Hello Timo,
How exactly would translate the "passdb" userdb example which is in the Wiki for SQL auth with LDAP auth, both in dovecot.conf and dovecot-ldap.conf ?
-- Thomas Hummel | Institut Pasteur hummel@pasteur.fr | Pôle informatique - systèmes et réseau
On Thu, Oct 20, 2005 at 01:42:24PM +0200, Thomas Hummel wrote:
Hello Timo,
How exactly would translate the "passdb" userdb example which is in the Wiki for SQL auth with LDAP auth, both in dovecot.conf and dovecot-ldap.conf ?
It seems this was called passdb in pre-alpha4 and now prefetch.
My understanding is that the userdb fields are supposed to be passed as request extra-fields with a "userdb_" prefix (which is then removed).
The question is how do you make the request return those extrafields with this prefix, instead of their usual names (uid,homeDirectory,,,uidNumber,gidNumber) ?
-- Thomas Hummel | Institut Pasteur hummel@pasteur.fr | Pôle informatique - systèmes et réseau
On 20.10.2005, at 17:05, Thomas Hummel wrote:
My understanding is that the userdb fields are supposed to be passed as request extra-fields with a "userdb_" prefix (which is then removed)
Yep
The question is how do you make the request return those extrafields with this prefix, instead of their usual names (uid,homeDirectory,,,uidNumber,gidNumber) ?
homeDirectory=userdb_home,,,uidNumber=userdb_uid,gidNumber=userdb_gid
I think..
On Thu, Oct 20, 2005 at 05:13:26PM +0300, Timo Sirainen wrote:
On 20.10.2005, at 17:05, Thomas Hummel wrote:
homeDirectory=userdb_home,,,uidNumber=userdb_uid,gidNumber=userdb_gid
I think..
That's correct! Thanks.
-- Thomas Hummel | Institut Pasteur hummel@pasteur.fr | Pôle informatique - systèmes et réseau
participants (2)
-
Thomas Hummel
-
Timo Sirainen