On Tue, Dec 13, 2005 at 09:28:19AM +0530, Vasudevan Srinivasan wrote: > Hi Everybody, > > I've been using qmail-toaster for a while now and Just trying out > qmail-ldap. After sucessfully installation, I see come accross one change > from the end user prespective. > > In my toaster installations the uid is the full email address i.e > [EMAIL PROTECTED], where as in qmail-ldap installation only he uid part is to > be > given for auth. > > This would have impact in migrating the users to qmail-ldap, is there any > way I can change this parameter to full email id instead of only the uid. >
In qmail-ldap you can use almost anything as uid. That's why qmail-ldap has a field for the mail address and the uid. It is also possible to use the same field for uid and mail by editing qmail-ldap.h (changing the LDAP_UID define to "mail"). -- :wq Claudio