Home
last modified time | relevance | path

Searched refs:auth_type (Results 1 – 25 of 1964) sorted by relevance

12345678910>>...79

/dports/security/py-stem/stem-1.8.0/test/integ/connection/
H A Dauthentication.py32 def _can_authenticate(auth_type): argument
61 def _get_auth_failure_message(auth_type): argument
237 if _can_authenticate(auth_type):
238 self._check_auth(auth_type)
251 if _can_authenticate(auth_type):
252 self._check_auth(auth_type, auth_value)
297 for auth_type in self.cookie_auth_methods:
306 elif _can_authenticate(auth_type):
325 for auth_type in self.cookie_auth_methods:
335 if _can_authenticate(auth_type):
[all …]
/dports/www/p5-Apache-AuthCookie/Apache-AuthCookie-3.30/lib/Apache/
H A DAuthCookie.pm24 my ($auth_type, $auth_name) = ($r->auth_type, $r->auth_name);
57 my $auth_type = $r->auth_type;
199 my ($auth_type, $auth_name) = ($r->auth_type, $r->auth_name);
304 my ($auth_type, $r) = @_;
319 if ($r->auth_type ne $auth_type) {
322 $r->log_error("AuthType mismatch: $auth_type =/= " . $r->auth_type)
356 $r->connection->auth_type($auth_type);
454 my ($auth_type, $r) = @_;
463 my ($auth_type, $r) = @_;
469 if ($r->auth_type ne $auth_type) {
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/tasks/
H A Dtests.yml9 - name: 'test {{ auth_type }} auth with retries'
10 include_tasks: '{{ auth_type }}_test.yml'
16 - name: 'test {{ auth_type }} auth without SSL (lookup parameters)'
17 include_tasks: '{{ auth_type }}_test.yml'
20 include_tasks: '{{ auth_type }}_test.yml'
25 include_tasks: '{{ auth_type }}_test.yml'
39 include_tasks: '{{ auth_type }}_test.yml'
44 include_tasks: '{{ auth_type }}_test.yml'
55 include_tasks: '{{ auth_type }}_test.yml'
64 include_tasks: '{{ auth_type }}_test.yml'
[all …]
/dports/www/p5-Apache-AuthCookie/Apache-AuthCookie-3.30/lib/Apache2/
H A DAuthCookie.pm14 my ($auth_type, $r) = @_;
22 if ($r->auth_type ne $auth_type) {
23 $r->server->log_error("auth type mismatch $auth_type != ".$r->auth_type)
28 my $reqs_arr = $auth_type->decoded_requires($r) or return DECLINED;
30 my $user = $auth_type->decoded_user($r);
32 $r->server->log_error("authorize user=$user type=$auth_type") if $debug >=3;
40 my $satisfy = $auth_type->get_satisfy($r);
41 return SERVER_ERROR unless $auth_type->satisfy_is_valid($r,$satisfy);
70 my $ret_val = $auth_type->$requirement($r, $args);
86 my ($auth_type, $r) = @_;
[all …]
/dports/net/spread/spread-src-3.17.4/
H A Dacm.c187 int auth_type; in Acm_auth_set_enabled() local
190 if (auth_type == -1) in Acm_auth_set_enabled()
195 Auth_Methods[auth_type].enabled = TRUE; in Acm_auth_set_enabled()
200 int auth_type; in Acm_auth_set_disabled() local
203 if (auth_type == -1) in Acm_auth_set_disabled()
214 int auth_type; in Acm_auth_set_required() local
217 if (auth_type == -1) in Acm_auth_set_required()
244 int auth_type; in Acm_auth_query_allowed() local
249 if (auth_type == -1) in Acm_auth_query_allowed()
259 int auth_type; in Acm_auth_get_auth_client_connection_byname() local
[all …]
/dports/net/spread-j/spread-src-3.17.3/
H A Dacm.c187 int auth_type; in Acm_auth_set_enabled() local
190 if (auth_type == -1) in Acm_auth_set_enabled()
195 Auth_Methods[auth_type].enabled = TRUE; in Acm_auth_set_enabled()
200 int auth_type; in Acm_auth_set_disabled() local
203 if (auth_type == -1) in Acm_auth_set_disabled()
214 int auth_type; in Acm_auth_set_required() local
217 if (auth_type == -1) in Acm_auth_set_required()
244 int auth_type; in Acm_auth_query_allowed() local
249 if (auth_type == -1) in Acm_auth_query_allowed()
259 int auth_type; in Acm_auth_get_auth_client_connection_byname() local
[all …]
/dports/net/spread4/spread-src-4.2.0/daemon/
H A Dacm.c188 int auth_type; in Acm_auth_set_enabled() local
191 if (auth_type == -1) in Acm_auth_set_enabled()
196 Auth_Methods[auth_type].enabled = TRUE; in Acm_auth_set_enabled()
201 int auth_type; in Acm_auth_set_disabled() local
204 if (auth_type == -1) in Acm_auth_set_disabled()
215 int auth_type; in Acm_auth_set_required() local
218 if (auth_type == -1) in Acm_auth_set_required()
245 int auth_type; in Acm_auth_query_allowed() local
250 if (auth_type == -1) in Acm_auth_query_allowed()
260 int auth_type; in Acm_auth_get_auth_client_connection_byname() local
[all …]
/dports/www/p5-Apache-AuthCookie/Apache-AuthCookie-3.30/lib/Apache2/AuthCookie/
H A DBase.pm24 my ($auth_type, $r) = @_;
46 if ($r->auth_type ne $auth_type) {
49 $r->server->log_error("AuthType mismatch: $auth_type =/= ".$r->auth_type) if $debug >= 3;
77 $r->ap_auth_type($auth_type);
97 $auth_type->remove_cookie($r);
107 return $auth_type->login_form($r);
114 my $auth_type = $r->auth_type;
263 my $auth_type = $r->auth_type;
283 return $auth_type->login_form($r);
322 return $auth_type->login_form($r);
[all …]
/dports/devel/py-libtaxii/libtaxii-1.1.119/libtaxii/
H A Dclients.py43 self.auth_type = auth_type
52 def set_auth_type(self, auth_type): argument
58 if self.auth_type == auth_type:
61 if auth_type == HttpClient.AUTH_NONE:
62 self.auth_type = HttpClient.AUTH_NONE
63 elif auth_type == HttpClient.AUTH_BASIC:
64 self.auth_type = HttpClient.AUTH_BASIC
65 elif auth_type == HttpClient.AUTH_CERT:
66 self.auth_type = HttpClient.AUTH_CERT
67 elif auth_type == HttpClient.AUTH_CERT_BASIC:
[all …]
/dports/www/py-flask-apscheduler/Flask-APScheduler-1.12.2/flask_apscheduler/
H A Dauth.py36 auth_type, auth_info = header.split(None, 1)
37 auth_type = auth_type.lower()
41 return auth_type, auth_info
50 def __init__(self, auth_type, **kwargs): argument
53 self.auth_type = auth_type
92 auth_type, auth_info = auth
94 if auth_type != b'basic':
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/
H A Dtests.yml1 - name: 'test {{ auth_type }} auth without SSL (lookup parameters)'
2 include_tasks: '{{ auth_type }}_test.yml'
6 - name: 'test {{ auth_type }} auth without SSL (environment variable)'
7 include_tasks: '{{ auth_type }}_test.yml'
17 - name: 'test {{ auth_type }} auth with certs (validation enabled, lookup parameters)'
18 include_tasks: '{{ auth_type }}_test.yml'
22 - name: 'test {{ auth_type }} auth with certs (validation enabled, environment variables)'
23 include_tasks: '{{ auth_type }}_test.yml'
32 - name: 'test {{ auth_type }} auth with certs (validation disabled, lookup parameters)'
33 include_tasks: '{{ auth_type }}_test.yml'
/dports/net/samba412/samba-4.12.15/librpc/rpc/
H A Ddcesrv_auth.c120 auth->auth_type = DCERPC_AUTH_TYPE_NONE; in dcesrv_auth_prepare_gensec()
126 auth->auth_type = call->in_auth_info.auth_type; in dcesrv_auth_prepare_gensec()
178 auth->auth_type); in dcesrv_auth_prepare_gensec()
182 (int)auth->auth_type, backend_name, in dcesrv_auth_prepare_gensec()
413 .auth_type = auth->auth_type, in dcesrv_auth_prepare_bind_ack()
455 if (call->in_auth_info.auth_type != auth->auth_type) { in dcesrv_auth_prepare_auth3()
468 .auth_type = auth->auth_type, in dcesrv_auth_prepare_auth3()
525 if (call->in_auth_info.auth_type != auth->auth_type) { in dcesrv_auth_alter()
565 .auth_type = auth->auth_type, in dcesrv_auth_prepare_alter_ack()
587 .auth_type = auth->auth_type, in dcesrv_auth_pkt_pull()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/
H A Dtest_14_list_diff_skeleton_only.yaml5 auth_type: chap
11 auth_type: chap
18 auth_type: chap
24 auth_type: chap
40 auth_type: pap
45 auth_type: pap
50 auth_type: chap
54 auth_type: chap
H A Dtest_03_dict_diff_without_key.yaml3 auth_type: chap
9 auth_type: chap
16 auth_type: pap
22 auth_type: pap
29 auth_type: chap
34 auth_type: chap
H A Dtest_01_dict_diff_with_key_name.yaml4 auth_type: chap
10 auth_type: chap
18 auth_type: chap
24 auth_type: chap
32 auth_type: chap
38 auth_type: chap
H A Dtest_02_dict_diff_with_key_other.yaml7 auth_type: chap
13 auth_type: chap
21 auth_type: chap
27 auth_type: chap
35 auth_type: chap
41 auth_type: chap
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_radius_server/defaults/
H A Dmain.yml16 auth_type: chap
25 auth_type: chap
34 auth_type: pap
43 auth_type: mschapv2
55 auth_type: mschapv2
61 auth_type: mschapv2
85 auth_type: chap
94 auth_type: chap
103 auth_type: pap
112 auth_type: mschapv2
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_tacacs_server/defaults/
H A Dmain.yml16 auth_type: chap
23 auth_type: chap
29 auth_type: login
35 auth_type: login
44 auth_type: login
51 auth_type: mschap
79 auth_type: chap
85 auth_type: login
91 auth_type: login
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/winbind/
H A Dwb_connect_lsa.c37 uint8_t auth_type; member
52 uint8_t auth_type, in wb_init_lsa_send() argument
69 state->auth_type = auth_type; in wb_init_lsa_send()
95 switch (state->auth_type) { in init_lsa_recv_pipe()
105 uint8_t auth_type; in init_lsa_recv_pipe() local
117 state->creds, state->auth_type, in init_lsa_recv_pipe()
118 auth_type, in init_lsa_recv_pipe()
224 uint8_t auth_type; member
333 uint8_t *auth_type, in wb_connect_lsa_recv() argument
342 *auth_type = state->auth_type; in wb_connect_lsa_recv()
[all …]
/dports/net/freediameter/freeDiameter-1.5.0/extensions/app_sip/
H A Duserauthorization.c145 int auth_type; in app_sip_UAR_cb() local
152 auth_type=avphdr->avp_value->i32; in app_sip_UAR_cb()
154 if(auth_type==0 || auth_type==2) in app_sip_UAR_cb()
214 auth_type=0; //Registration only (default value if absent) in app_sip_UAR_cb()
226 if(auth_type==0 ||auth_type==1) in app_sip_UAR_cb()
248 if(auth_type==0 ||auth_type==2) in app_sip_UAR_cb()
275 if(auth_type==0) in app_sip_UAR_cb()
297 else if(auth_type==2) in app_sip_UAR_cb()
307 else if(auth_type==1) in app_sip_UAR_cb()
/dports/sysutils/msktutil/msktutil-1.1/
H A Dmsktpass.cpp152 if (flags->auth_type == AUTH_FROM_USER_CREDS) { in set_password()
202 if (flags->auth_type == AUTH_FROM_SAM_KEYTAB || in set_password()
203 flags->auth_type == AUTH_FROM_SAM_UPPERCASE_KEYTAB || in set_password()
204 flags->auth_type == AUTH_FROM_EXPLICIT_KEYTAB || in set_password()
205 flags->auth_type == AUTH_FROM_HOSTNAME_KEYTAB) { in set_password()
207 if (flags->auth_type == AUTH_FROM_SAM_KEYTAB) { in set_password()
209 } else if (flags->auth_type == AUTH_FROM_SAM_UPPERCASE_KEYTAB) { in set_password()
211 } else if (flags->auth_type == AUTH_FROM_EXPLICIT_KEYTAB) { in set_password()
223 } else if (flags->auth_type == AUTH_FROM_PASSWORD) { in set_password()
233 } else if ((flags->auth_type == AUTH_FROM_SUPPLIED_PASSWORD) || in set_password()
[all …]
/dports/mail/libetpan/libetpan-1.9.4/src/driver/implementation/pop3/
H A Dpop3storage.c105 const char * auth_type, in pop3_mailstorage_init_sasl() argument
119 auth_type, in pop3_mailstorage_init_sasl()
135 const char * auth_type, in pop3_mailstorage_init_sasl_with_local_address() argument
208 if (auth_type != NULL) { in pop3_mailstorage_init_sasl_with_local_address()
211 auth_type = NULL; in pop3_mailstorage_init_sasl_with_local_address()
215 auth_type = NULL; in pop3_mailstorage_init_sasl_with_local_address()
219 if (auth_type != NULL) { in pop3_mailstorage_init_sasl_with_local_address()
388 int auth_type; in pop3_mailstorage_connect() local
419 auth_type = -1; in pop3_mailstorage_connect()
425 auth_type = POP3DRIVER_AUTH_TYPE_APOP; in pop3_mailstorage_connect()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/web_security_scanner/
H A Dauth.py94 if args.auth_type is None:
100 if args.auth_type == 'none':
109 if args.auth_type == 'google':
114 elif args.auth_type == 'custom':
122 raise exceptions.UnknownArgumentException('--auth-type', args.auth_type)
129 if args.auth_type is None: # Not set, not the 'none' choice
140 def _RequireAllFlagsOrRaiseForAuthType(args, flags, auth_type): argument
147 'Required by --auth-type={0}'.format(auth_type))
/dports/devel/py-castellan/castellan-3.10.0/castellan/tests/unit/
H A Dtest_utils.py41 auth_type='token',
57 auth_type='token',
74 auth_type='token',
87 auth_type='token',
99 auth_type='password',
114 auth_type='keystone_token',
130 auth_type='keystone_token',
147 auth_type='keystone_token',
160 auth_type='keystone_token',
172 auth_type='keystone_password',
[all …]
/dports/www/py-httpie/httpie-2.6.0/tests/
H A Dtest_auth_plugins.py32 auth_type = 'test-parse-false' variable in test_auth_plugin_parse_auth_false.Plugin
46 Plugin.auth_type,
59 auth_type = 'test-require-false' variable in test_auth_plugin_require_auth_false.Plugin
73 Plugin.auth_type,
84 auth_type = 'test-require-false-yet-provided' variable in test_auth_plugin_require_auth_false_and_auth_provided.Plugin
98 Plugin.auth_type,
113 auth_type = 'test-prompt-false' variable in test_auth_plugin_prompt_password_false.Plugin
128 Plugin.auth_type,

12345678910>>...79