result = winbindd_update_creds_by_name(contact_domain, user,
r->in.new_password);
/* Again, this happens when we login from gdm or xdm
- * and the password expires, *BUT* cached crendentials
- * doesn't exist. winbindd_update_creds_by_name()
+ * and the password expires, *BUT* cached credentials
+ * don't exist. winbindd_update_creds_by_name()
* returns NT_STATUS_NO_SUCH_USER.
* This is not a failure.
* --- BoYang
/*
* When we login from gdm or xdm and password expires,
* we change password, but there are no memory
- * crendentials So, winbindd_replace_memory_creds()
+ * credentials. So, winbindd_replace_memory_creds()
* returns NT_STATUS_OBJECT_NAME_NOT_FOUND. This is
* not a failure. --- BoYang
*/
async process:
(a) ask our domain
(b) ask the root domain in our forest
- (c) ask the a DC in any Win2003 trusted forests
+ (c) ask a DC in any Win2003 trusted forests
*********************************************************************/
void rescan_trusted_domains(struct tevent_context *ev, struct tevent_timer *te,
{
TALLOC_FREE(te);
- /* I use to clear the cache here and start over but that
+ /* I used to clear the cache here and start over but that
caused problems in child processes that needed the
trust dom list early on. Removing it means we
could have some trusted domains listed that have been