Add dependency and a comment

This commit is contained in:
Simo Sorce
2007-08-08 22:20:07 -04:00
parent 80bd4aa9f9
commit 588fa2f323
2 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ krb5-server-ldap
cyrus-sasl-gssapi
httpd
mod_auth_kerb
ntpd
Installation example:

View File

@@ -792,6 +792,11 @@ static int ipapwd_userpassword(Slapi_Entry *targetEntry, const char *newPasswd)
}
}
/* TODO !!!
* instead of replace we should use a delete/add so that we are
* completely sure nobody else modified the entry meanwhile and
* fail if that's the case */
/* commit changes */
ret = ipapwd_apply_mods(dn, smods);