]> andersk Git - moira.git/blobdiff - incremental/winad/winad.c
Add to list of things we skip.
[moira.git] / incremental / winad / winad.c
index 6ded2df9f1f7a183a5d6db2f4d99131e5c5ebccd..a7469ec64fc6faf77e79b546820a1dbeb50e1d7a 100755 (executable)
@@ -7849,6 +7849,7 @@ int find_homeMDB(LDAP *ldap_handle, char *dn_path, char **homeMDB,
       
       while(gPtr) {
        if (((s = strstr(gPtr->dn, "Public")) != (char *) NULL) ||
+           ((s = strstr(gPtr->dn, "Reserve")) != (char *) NULL) ||
            ((s = strstr(gPtr->dn, "Recovery")) != (char *) NULL))
          {
            gPtr = gPtr->next;
This page took 0.053904 seconds and 4 git commands to generate.