]> andersk Git - moira.git/commitdiff
Add call to populate_group().
authorzacheiss <zacheiss>
Wed, 11 Mar 2009 01:22:58 +0000 (01:22 +0000)
committerzacheiss <zacheiss>
Wed, 11 Mar 2009 01:22:58 +0000 (01:22 +0000)
incremental/ldap/winad.c

index 307d2c09f8e71300e2662cf808755a5b67e6d71f..bc87b9cd9f2a9b85c9f03b4d639ca01590ef905d 100755 (executable)
@@ -5901,6 +5901,9 @@ int ProcessAce(LDAP *ldap_handle, char *dn_path, char *Name, char *Type,
           if (make_new_group(ldap_handle, dn_path, "", AceName, AceOu, 
                             AceMembership, 0, UpdateGroup, maillist))
             return(1);
+
+         populate_group(ldap_handle, dn_path, AceName, AceOu, AceMembership,
+                        0, "");
         }
       else if (!strcasecmp(AceInfo[0], "USER"))
         {
This page took 0.050581 seconds and 5 git commands to generate.