mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add dependency and a comment
This commit is contained in:
@@ -8,6 +8,7 @@ krb5-server-ldap
|
||||
cyrus-sasl-gssapi
|
||||
httpd
|
||||
mod_auth_kerb
|
||||
ntpd
|
||||
|
||||
|
||||
Installation example:
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user