On Wed, Dec 07, 2005 at 04:14:54PM -0500, Brian T Glenn wrote: > On Wed, Dec 07, 2005 at 02:55:33PM +0530, B S Srinidhi may have written: > > On Wed, 2005-12-07 at 16:09 +0700, Rony wrote: > > > > > > <[EMAIL PROTECTED]>: > > > LDAP attribute is not given but mandatory. (#5.3.5) > > > > What are the LDAP attributes of this group? You probably missed out to > > set the qmailUid and qmailGid attributes. > > Is there a downside to changing these attributes to uidNumber and > gidNumber in the qmail-ldap.h header? > > I like not duplicating information, and I use my LDAP server to service > system users as well as virtual users. objectClass: posixAccount seems > to like uidNUmber/gidNUmber, so making that change in qmail-ldap.h > seemed simple enough. > > If anyone has thoughts on why that could be a bad thing, I'd love to > hear them. >
If you do deliveries to $HOME then I see no problem at all. We used qmailUid and qmailGid to make it possible to store the mails in a different place and different user. At the time qmail-ldap started it was not yet defined how posixAccount will be used and so we decided to use own attributes. because of this it is possible to have a qmailUser and a posixAccount for the same entry but they do not influence each other. -- :wq Claudio