- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for variations (0.35 seconds)
-
fastapi/param_functions.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Mar 15 11:44:39 GMT 2026 - 68K bytes - Click Count (0) -
cmd/admin-handlers-users.go
if err = json.Unmarshal(data, &serviceAcctReqs); err != nil { writeErrorResponseJSON(ctx, w, importErrorWithAPIErr(ctx, ErrAdminConfigBadJSON, err, allSvcAcctsFile, ""), r.URL) return } // Validations for LDAP enabled deployments. if globalIAMSys.LDAPConfig.Enabled() { skippedAccessKeys, err := globalIAMSys.NormalizeLDAPAccessKeypairs(ctx, serviceAcctReqs)
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 90.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
} }); } /** * Changes the password for a user in the LDAP directory. * * <p>This method performs the following validations: * <ul> * <li>Checks if username and password are not blank</li> * <li>Verifies LDAP admin is enabled for the user</li> * <li>Confirms the user exists in LDAP directory</li> * </ul>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 08:06:20 GMT 2026 - 85.2K bytes - Click Count (0)