- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 744 for saml (0.02 sec)
-
src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java
defaultSettings.put("onelogin.saml2.security.logoutrequest_signed", "false"); defaultSettings.put("onelogin.saml2.security.logoutresponse_signed", "false"); defaultSettings.put("onelogin.saml2.security.want_messages_signed", "false"); defaultSettings.put("onelogin.saml2.security.want_assertions_signed", "false");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 15.2K bytes - Viewed (0) -
helm/minio/templates/statefulset.yaml
{{- end }} annotations: {{- if not .Values.ignoreChartChecksums }} checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }} checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} {{- end }} {{- if .Values.podAnnotations }} {{- toYaml .Values.podAnnotations | nindent 8 }} {{- end }} spec:
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Oct 11 12:21:05 UTC 2024 - 10.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
int _samp = _src.dec_ndr_long(); if (_samp != 0) { if (sam == null) { /* YOYOYO */ sam = new SamrSamArray(); } sam.decode(_src); } num_entries = (int)_src.dec_ndr_long(); retval = (int)_src.dec_ndr_long(); } }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 14K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.java
this.resume_handle = _src.dec_ndr_long(); int _samp = _src.dec_ndr_long(); if ( _samp != 0 ) { if ( this.sam == null ) { /* YOYOYO */ this.sam = new SamrSamArray(); } this.sam.decode(_src); } this.num_entries = _src.dec_ndr_long(); this.retval = _src.dec_ndr_long(); } }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:40:13 UTC 2019 - 15.1K bytes - Viewed (0) -
helm/minio/values.yaml
## MINIO_SUBNET_LICENSE: "License key obtained from https://subnet.min.io" ## MINIO_BROWSER: "off" ## The name of a secret in the same kubernetes namespace which contain secret values ## This can be useful for LDAP password, etc ## The key in the secret must be 'config.env' ## extraSecret: ~ ## OpenID Identity Management
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 15:48:31 UTC 2024 - 18.8K bytes - Viewed (1) -
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.yaml
zirain <******@****.***> 1657592759 +0800
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 12 02:25:59 UTC 2022 - 17.1K bytes - Viewed (0) -
src/main/config/openapi/openapi-user.yaml
Shinsuke Sugaya <******@****.***> 1715236287 +0900
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu May 09 06:31:27 UTC 2024 - 21.6K bytes - Viewed (0) -
helm/minio/templates/post-job.yaml
Yannis Mazzer <******@****.***> 1728575311 +0000
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 15:48:31 UTC 2024 - 10.4K bytes - Viewed (0) -
common/config/.golangci.yml
- pkg: gopkg.in/yaml.v2 desc: "do not use gopkg.in/yaml.v2; use sigs.k8s.io/yaml instead" - pkg: gopkg.in/yaml.v3 desc: "do not use gopkg.in/yaml.v3; use sigs.k8s.io/yaml instead" - pkg: github.com/ghodss/yaml desc: "do not use github.com/ghodss/yaml; use sigs.k8s.io/yaml instead" DenyOperatorAndIstioctl: files:
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 11.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SIDCacheImpl.java
synchronized ( this.sidCache ) { try ( DcerpcHandle handle = DcerpcHandle.getHandle("ncacn_np:" + authorityServerName + "[\\PIPE\\samr]", tc) ) { samr.SamrSamArray sam = new samr.SamrSamArray(); try ( SamrPolicyHandle policyHandle = new SamrPolicyHandle(handle, authorityServerName, 0x02000000);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 12.6K bytes - Viewed (0)