Changeset 581 for vendor/current/source3/libads
- Timestamp:
- Jun 28, 2011, 9:27:20 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/libads/ldap.c
r427 r581 2142 2142 DOM_SID sid; 2143 2143 fstring tmp; 2144 sid_parse(values[i]->bv_val, values[i]->bv_len, &sid); 2144 if (!sid_parse(values[i]->bv_val, values[i]->bv_len, &sid)) { 2145 continue; 2146 } 2145 2147 printf("%s: %s\n", field, sid_to_fstring(tmp, &sid)); 2146 2148 }
Note:
See TracChangeset
for help on using the changeset viewer.