Changeset 989 for vendor/current/lib/ldb-samba
- Timestamp:
- Nov 25, 2016, 8:04:54 PM (9 years ago)
- Location:
- vendor/current/lib/ldb-samba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/ldb-samba/ldb_matching_rules.c
r988 r989 207 207 const char *dn_oid; 208 208 unsigned int count; 209 struct dsdb_dn **visited ;209 struct dsdb_dn **visited = NULL; 210 210 211 211 schema = dsdb_get_schema(ldb, mem_ctx); -
vendor/current/lib/ldb-samba/ldif_handlers.c
r988 r989 1652 1652 } 1653 1653 1654 static const char *secret_attributes[] = {DSDB_SECRET_ATTRIBUTES, NULL};1654 static const char *secret_attributes[] = {DSDB_SECRET_ATTRIBUTES, "secret", NULL}; 1655 1655 1656 1656 /*
Note:
See TracChangeset
for help on using the changeset viewer.