From: zacheiss Date: Wed, 11 Mar 2009 01:22:58 +0000 (+0000) Subject: Add call to populate_group(). X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/334487418e700a8fa5e3e1a87cbea3c57189ede8 Add call to populate_group(). --- diff --git a/incremental/ldap/winad.c b/incremental/ldap/winad.c index 307d2c09..bc87b9cd 100755 --- a/incremental/ldap/winad.c +++ b/incremental/ldap/winad.c @@ -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")) {