mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add password request for admin user
Set password for admin user using the Directory Mangaer account and the mozldapldappaswd binary to get and SSL connection Fix some timeout problems with deploying keytabs Fix ipa_pwd_extop to actuallt correctly detect an SSL connection Do not ask for the user to use for the directory unless 'dirsrv' is an existing user which may clash, create it silently
This commit is contained in:
@@ -926,7 +926,7 @@ ipapwd_extop( Slapi_PBlock *pb )
|
||||
goto free_and_return;
|
||||
}
|
||||
|
||||
if ( (is_ssl <=1) && (sasl_ssf <= 1) ) {
|
||||
if ( (is_ssl == 0) && (sasl_ssf <= 1) ) {
|
||||
errMesg = "Operation requires a secure connection.\n";
|
||||
rc = LDAP_CONFIDENTIALITY_REQUIRED;
|
||||
goto free_and_return;
|
||||
|
||||
Reference in New Issue
Block a user