- Sort Score
- Result 10 results
- Languages All
Results 21 - 27 of 27 for user_password (0.07 sec)
-
docs/distributed/samples/bootstrap-complete.ldif
objectClass: inetOrgPerson cn: Alice Smith sn: Smith uid: alice1 mail: ******@****.*** userPassword: {SSHA}Yeh2/IV/q/HjG2yzN3YdE9CAF3EJFCLu dn: uid=bobfisher,ou=people,ou=hwengg,dc=min,dc=io objectClass: inetOrgPerson cn: Robert Fisher sn: Fisher uid: bobfisher mail: ******@****.*** userPassword: {SSHA}LktfbhK5oXSdDWCNzauJ9JA+Poxinl3y dn: uid=cody3,ou=people,ou=hwengg,dc=min,dc=io objectClass: inetOrgPersonRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Thu Sep 12 15:59:00 UTC 2024 - 3.2K bytes - Viewed (0) -
src/test/java/jcifs/util/StringsTest.java
@DisplayName("Secret Masking Tests") class SecretMaskingTests { @ParameterizedTest @DisplayName("maskSecretValue should mask SMB URLs containing credentials") @CsvSource({ "'smb://user:password@server/share', 'smb://user:******@server/share'", "'smb://domain\\user:secret@host/path', 'smb://domain\\user:******@host/path'",Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.6K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/NtlmPasswordAuthenticationTest.java
} // Test constructor with user info string @Test void testConstructorWithUserInfo() { NtlmPasswordAuthentication auth = new NtlmPasswordAuthentication("DOMAIN;user:password"); assertEquals("DOMAIN", auth.getDomain()); assertEquals("user", auth.getUsername()); assertEquals("password", auth.getPassword()); }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.7K bytes - Viewed (0) -
src/test/java/jcifs/http/NtlmServletTest.java
*/ @Test void testService_BasicAuth_Success() throws Exception { ntlmServlet.init(servletConfig); setupMocksForAuth(); // Base64 encoding of "TEST_DOMAIN\\user:password" when(request.getHeader("Authorization")).thenReturn("Basic VEVTVF9ET01BSU5cdXNlcjpwYXNzd29yZA=="); lenient().when(request.isSecure()).thenReturn(true); when(request.getSession()).thenReturn(session);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 11.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
final List<SearchResult> result) { final List<ModificationItem> modifyList = new ArrayList<>(); if (user.getOriginalPassword() != null) { modifyReplaceEntry(modifyList, "userPassword", user.getOriginalPassword()); } final String attrSurname = fessConfig.getLdapAttrSurname(); OptionalUtil.ofNullable(user.getSurname()) .filter(StringUtil::isNotBlank)
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 86.3K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt
// IPv6 colons don't interfere with port numbers or passwords. assertThat(parse("http://[::1]:8080/").port).isEqualTo(8080) assertThat(parse("http://user:password@[::1]/").password).isEqualTo("password") assertThat(parse("http://user:password@[::1]:8080/").host).isEqualTo("::1") // Permit the contents of IPv6 addresses to be percent-encoded... assertThat(parse("http://[%3A%3A%31]/").host).isEqualTo("::1")Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Mon Aug 04 07:38:48 UTC 2025 - 69.9K bytes - Viewed (0) -
api/go1.txt
pkg net/url, func ParseRequestURI(string) (*URL, error) pkg net/url, func QueryEscape(string) string pkg net/url, func QueryUnescape(string) (string, error) pkg net/url, func User(string) *Userinfo pkg net/url, func UserPassword(string, string) *Userinfo pkg net/url, method (*Error) Error() string pkg net/url, method (*URL) IsAbs() bool pkg net/url, method (*URL) Parse(string) (*URL, error) pkg net/url, method (*URL) Query() Values
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)