- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 1,545 for Configs (0.04 sec)
-
src/test/java/jcifs/tests/DfsTest.java
- * @param properties
- */
- public DfsTest ( String name, Map<String, String> properties ) {
- super(name, properties);
- }
- @Parameters ( name = "{0}" )
- public static Collection<Object> configs () {
- return getConfigs("smb1", "smb2", "smb30", "smb31");
- }
- private String getTestDfsTargetServer () {
- String dfsTargetServer = getProperties().get("test.server.dfs");
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Mar 01 09:46:04 UTC 2020 - 13.5K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json
- {
- "configs": [
- {
- "@type": "type.googleapis.com/envoy.admin.v3.EndpointsConfigDump",
- "static_endpoint_configs": [
- {
- "endpoint_config": {
- "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment",
- "cluster_name": "zipkin",
- "policy": {
- "overprovisioning_factor": 140
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 12 02:25:59 UTC 2022 - 66K bytes - Viewed (0) -
docs/sts/keycloak.md
- MINIO_IDENTITY_OPENID_COMMENT (sentence) optionally add a comment to this setting
- ```
- Set `identity_openid` config with `config_url`, `client_id` and restart MinIO
- ```
- ~ mc admin config set myminio identity_openid config_url="http://localhost:8080/auth/realms/{your-realm-name}/.well-known/openid-configuration" client_id="account"
- ```
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 8.1K bytes - Viewed (0) -
cni/pkg/install/install.go
- func (in *Installer) Cleanup() error {
- installLog.Info("cleaning up CNI installation")
- if len(in.cniConfigFilepath) > 0 && file.Exists(in.cniConfigFilepath) {
- if in.cfg.ChainedCNIPlugin {
- installLog.Infof("removing Istio CNI config from CNI config file: %s", in.cniConfigFilepath)
- // Read JSON from CNI config file
- cniConfigMap, err := util.ReadCNIConfigMap(in.cniConfigFilepath)
- if err != nil {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 09 21:33:51 UTC 2024 - 13.5K bytes - Viewed (0) -
src/test/java/jcifs/tests/KerberosTest.java
- */
- public KerberosTest ( String name, Map<String, String> properties ) {
- super(name, properties);
- }
- @Parameters ( name = "{0}" )
- public static Collection<Object> configs () {
- return getConfigs("smb1", "smb2", "smb30", "smb31", "forceSpnegoIntegrity");
- }
- @Before
- public void setup () {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Mar 01 09:46:04 UTC 2020 - 11.5K bytes - Viewed (0) -
cmd/bootstrap-peer-server.go
- type ServerSystemConfig struct {
- NEndpoints int
- CmdLines []string
- MinioEnv map[string]string
- Checksum string
- }
- // Diff - returns error on first difference found in two configs.
- func (s1 *ServerSystemConfig) Diff(s2 *ServerSystemConfig) error {
- if s1.Checksum != s2.Checksum {
- return fmt.Errorf("Expected MinIO binary checksum: %s, seen: %s", s1.Checksum, s2.Checksum)
- }
- ns1 := s1.NEndpoints
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 22:13:18 UTC 2024 - 8.4K bytes - Viewed (0) -
istioctl/pkg/writer/compare/testdata/configdump.json
- {
- "configs": [
- {
- "@type": "type.googleapis.com/envoy.admin.v3.ClustersConfigDump",
- "version_info": "2024-03-04T08:37:44Z/4",
- "dynamic_active_clusters": [
- {
- "cluster": {
- "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster",
- "name": "inbound-vip|9080|http|ratings.default.svc.cluster.local",
- "type": "EDS",
- "eds_cluster_config": {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Mar 12 10:02:09 UTC 2024 - 52K bytes - Viewed (0) -
src/test/java/jcifs/tests/TimeoutTest.java
- public TimeoutTest ( String name, Map<String, String> properties ) {
- super(name, properties);
- }
- @Parameters ( name = "{0}" )
- public static Collection<Object> configs () {
- return getConfigs("smb1", "smb2", "smb30", "smb31");
- }
- protected CIFSContext lowTimeout ( CIFSContext ctx ) {
- return withConfig(ctx, new DelegatingConfiguration(ctx.getConfig()) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 12.4K bytes - Viewed (0) -
src/test/java/jcifs/tests/FileAttributesTest.java
- public FileAttributesTest ( String name, Map<String, String> properties ) {
- super(name, properties);
- }
- @Parameters ( name = "{0}" )
- public static Collection<Object> configs () {
- return getConfigs("smb1", "noUnicode", "forceUnicode", "noNTStatus", "noNTSmbs", "smb2", "smb30", "smb31");
- }
- @Test
- public void testBaseFile () throws MalformedURLException, CIFSException {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:09:03 UTC 2023 - 12.3K bytes - Viewed (0) -
src/test/java/jcifs/tests/ReadWriteTest.java
- super.setUp();
- }
- static Random getRandom () {
- return new Random(SEED);
- }
- @Parameters ( name = "{0}" )
- public static Collection<Object> configs () {
- return getConfigs("smb1", "noLargeReadWrite", "noNTSmbs", "forceSigning", "smb2", "smb30", "smb31");
- }
- @Test
- public void test () throws IOException {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 13.2K bytes - Viewed (0)