Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/utils/net.c

    r62 r124  
    676676                DEBUG(0, ("WARNING: Could not open passdb - domain sid may not reflect passdb\n"
    677677                          "backend knowlege (such as the sid stored in LDAP)\n"));
     678        }
     679
     680        /* first check to see if we can even access secrets, so we don't
     681           panic when we can't. */
     682
     683        if (!secrets_init()) {
     684                d_fprintf(stderr, "Unable to open secrets.tdb.  "
     685                                  "Can't fetch domainSID for name: %s\n",
     686                                  get_global_sam_name());
     687                return 1;
    678688        }
    679689
Note: See TracChangeset for help on using the changeset viewer.