Title: LDAP + user list sorted alphabetically

Hi,

This is my first message in the list.

I´m using vpopmail-5.2.1 with LDAP authentication + qmailadmin-1.0.6.

In the screen of user  accounts, the usernames aren´t showed sorted alphabetically.

I´ve found the following patch ( posted by Michael Bowe, in Jan/2003) and applied, but nothing happens:

 --- template.c.orig     Sat Nov 30 11:32:41 2002
+++ template.c  Sat Nov 30 11:32:58 2002
@@ -459,7 +459,7 @@
             {
              struct vqpasswd *pw;

-               pw = vauth_getall(Domain,1,0);
+              pw = vauth_getall(Domain,1,1);
                while (pw != NULL) {
                 fprintf(actout, "<option value=\"%s\">%s</option>\n",
                    pw->pw_name, pw->pw_name);


Is there a way to show the user list sorted alphabetically over these conditions?

Leandro





Reply via email to