Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
|| strequal(p->nc.dn, nc_dn_str)
|| (valid_sid && dom_sid_equal(&p->nc.sid, nc_sid)))
{
- /* fill in he right guid and sid if possible */
+ /* fill in the right guid and sid if possible */
if (nc_guid && !valid_guid) {
dsdb_get_extended_dn_guid(p->dn, nc_guid, "GUID");
}
if (req->operation == LDB_MODIFY) {
const struct ldb_message *req_msg = req->op.mod.message;
/*
- * mark elements to be removed, if there were
+ * mark elements to be removed, if these were
* deleted entirely above we need to delete
* them here too
*/
}
/*
- * Builds and returns a search request to lookup up the PSO that applies to
+ * Builds and returns a search request to look up the PSO that applies to
* the user in question. Returns NULL if no PSO applies, or could not be found
*/
static struct ldb_request * build_pso_data_request(struct ph_context *ac)