Changeset 491 for branches/samba-3.3.x/source/libads/ldap.c
- Timestamp:
- Sep 16, 2010, 10:06:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/libads/ldap.c
r224 r491 2140 2140 DOM_SID sid; 2141 2141 fstring tmp; 2142 sid_parse(values[i]->bv_val, values[i]->bv_len, &sid); 2142 if (!sid_parse(values[i]->bv_val, values[i]->bv_len, &sid)) { 2143 continue; 2144 } 2143 2145 printf("%s: %s\n", field, sid_to_fstring(tmp, &sid)); 2144 2146 }
Note:
See TracChangeset
for help on using the changeset viewer.