Changeset 124 for branches/samba-3.0/source/utils/net.c
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/utils/net.c
r62 r124 676 676 DEBUG(0, ("WARNING: Could not open passdb - domain sid may not reflect passdb\n" 677 677 "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; 678 688 } 679 689
Note:
See TracChangeset
for help on using the changeset viewer.