Home
last modified time | relevance | path

Searched refs:auth_args (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/py-osc-lib/osc-lib-2.4.2/osc_lib/tests/
H A Dtest_clientmanager.py258 auth_args = {
265 auth_args=auth_args,
271 auth_args.update({
276 auth_args=auth_args,
282 auth_args = {
289 auth_args=auth_args,
300 auth_args=auth_args,
310 auth_args=auth_args,
381 auth_args=auth_args,
424 auth_args={},
[all …]
/dports/mail/anubis/anubis-4.2/src/
H A Danubisusr.c316 struct auth_args struct
330 struct auth_args auth_args; argument
525 if (auth_args.password == NULL) in callback()
528 if (auth_args.password == NULL) in callback()
534 if (auth_args.service == NULL) in callback()
536 if (auth_args.service == NULL) in callback()
542 if (auth_args.realm == NULL) in callback()
544 if (auth_args.realm == NULL) in callback()
550 if (auth_args.hostname == NULL) in callback()
552 if (auth_args.hostname == NULL) in callback()
[all …]
/dports/www/p5-Web-Simple/Web-Simple-0.033/t/
H A Dtest-request-basic-auth.t5 my @auth_args;
17 @auth_args = @_; return $auth_result
32 ok(!@auth_args, 'Auth callback never called with no user/pass');
37 is($auth_args[0], 'bob', 'Username passed ok');
38 is($auth_args[1], 'secret', 'Password passed ok');
41 @auth_args = ();
46 ok(!@auth_args, 'Auth callback never called with no user/pass');
51 is($auth_args[0], 'bob', 'Username passed ok');
52 is($auth_args[1], 'secret', 'Password passed ok');
/dports/mail/dovecot/dovecot-2.3.17/src/lib-master/
H A Dmaster-login.c243 const char *const *auth_args) in master_login_auth_finish() argument
253 login->callback(client, auth_args[0], auth_args+1); in master_login_auth_finish()
290 const char *const *auth_args; in master_login_postlogin_input() local
343 const char *const *auth_args, in master_login_postlogin() argument
365 for (i = 0; auth_args[i] != NULL; i++) { in master_login_postlogin()
367 str_append_tabescaped(str, auth_args[i]); in master_login_postlogin()
385 pl->username = i_strdup(auth_args[0]); in master_login_postlogin()
403 if (str_begins(auth_args[i], "postlogin=")) in auth_args_find_postlogin_socket()
404 return auth_args[i]+10; in auth_args_find_postlogin_socket()
426 if (auth_args != NULL) { in master_login_auth_callback()
[all …]
H A Dmaster-login-auth.h7 master_login_auth_request_callback_t(const char *const *auth_args,
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/common/
H A Dtest_clientmanager.py37 auth_args=token_auth,
56 auth_args = copy.deepcopy(self.default_password_auth)
57 auth_args.update({
63 auth_args=auth_args,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/module_utils/
H A Dproxmox.py76 auth_args = {'user': api_user}
78 auth_args['password'] = api_password
80 auth_args['token_name'] = api_token_id
81 auth_args['token_value'] = api_token_secret
84 return ProxmoxAPI(api_host, verify_ssl=validate_certs, **auth_args)
/dports/net/py-python-barbicanclient/python-barbicanclient-5.2.0/barbicanclient/tests/
H A Dtest_barbican.py162 auth_args = ('--no-auth --endpoint http://barbican_endpoint:9311/v1 '
164 argv, remainder = self.parser.parse_known_args(auth_args.split())
175 auth_args = ('--no-auth --endpoint http://barbican_endpoint:9311 '
182 args = auth_args + ' ' + endpoint_filter_args
194 auth_args = ('--no-auth --endpoint http://barbican_endpoint:9311/v1 '
201 args = auth_args + ' ' + endpoint_filter_args
223 auth_args = ('--no-auth --endpoint https://barbican_endpoint:9311/v1 '
230 args = auth_args + ' ' + endpoint_filter_args
240 auth_args = ('no_auth '
249 args = auth_args + ' ' + endpoint_filter_args
/dports/www/py-turbogears2/TurboGears2-2.3.12/tg/configuration/
H A Dapp_config.py967 auth_args = copy(app_config['sa_auth'])
970 if 'log_stream' not in auth_args:
971 auth_args['log_stream'] = logging.getLogger('auth')
974 auth_args.pop('password_encryption_method', None)
981 if 'authmetadata' not in auth_args: # pragma: no cover
995 tgauthmetadata = auth_args.pop('authmetadata', None)
1010 auth_args, tgauth = create_default_authenticator(tgauthmetadata, **auth_args)
1014 auth_args, sqlauth = create_default_authenticator(**auth_args)
1018 auth_args, mingauth = create_default_authenticator(**auth_args)
1025 auth_args['authenticators'] = [authenticator]
[all …]
/dports/devel/p5-Event-RPC/Event-RPC-1.03/examples/
H A Dclient.pl51 my %auth_args;
55 %auth_args = (
72 %auth_args,
H A Dserver.pl70 my %auth_args;
74 %auth_args = (
108 %auth_args,
/dports/devel/p5-Event-RPC/Event-RPC-1.03/t/
H A DEvent_RPC_Test_Server.pm63 my %auth_args;
67 %auth_args = (
102 %auth_args,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/misc/
H A Dproxmox_template.py212 auth_args = {'user': api_user}
214 auth_args['password'] = api_password
216 auth_args['token_name'] = api_token_id
217 auth_args['token_value'] = api_token_secret
220 proxmox = ProxmoxAPI(api_host, verify_ssl=validate_certs, **auth_args)
H A Dproxmox_nic.py299 auth_args = {'user': api_user}
301 auth_args['password'] = api_password
303 auth_args['token_name'] = api_token_id
304 auth_args['token_value'] = api_token_secret
307 proxmox = ProxmoxAPI(api_host, verify_ssl=validate_certs, **auth_args)
H A Dproxmox.py582 auth_args = {'user': api_user}
584 auth_args['password'] = api_password
586 auth_args['token_name'] = api_token_id
587 auth_args['token_value'] = api_token_secret
590 proxmox = ProxmoxAPI(api_host, verify_ssl=validate_certs, **auth_args)
H A Dproxmox_kvm.py1157 auth_args = {'user': api_user}
1159 auth_args['password'] = api_password
1161 auth_args['token_name'] = api_token_id
1162 auth_args['token_value'] = api_token_secret
1165 proxmox = ProxmoxAPI(api_host, verify_ssl=validate_certs, **auth_args)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dproxmox_template.py212 auth_args = {'user': api_user}
214 auth_args['password'] = api_password
216 auth_args['token_name'] = api_token_id
217 auth_args['token_value'] = api_token_secret
220 proxmox = ProxmoxAPI(api_host, verify_ssl=validate_certs, **auth_args)
H A Dproxmox_nic.py299 auth_args = {'user': api_user}
301 auth_args['password'] = api_password
303 auth_args['token_name'] = api_token_id
304 auth_args['token_value'] = api_token_secret
307 proxmox = ProxmoxAPI(api_host, verify_ssl=validate_certs, **auth_args)
H A Dproxmox.py582 auth_args = {'user': api_user}
584 auth_args['password'] = api_password
586 auth_args['token_name'] = api_token_id
587 auth_args['token_value'] = api_token_secret
590 proxmox = ProxmoxAPI(api_host, verify_ssl=validate_certs, **auth_args)
/dports/www/davix/davix-0.7.6/test/functional/
H A Ddavix_test_lib.h9 void configure_grid_env(char * auth_args, Davix::RequestParams& p);
11 void configure_grid_env_bis(char * auth_args, Davix::RequestParams& p);
/dports/net/samba412/samba-4.12.15/testprogs/blackbox/
H A Dtest_trust_token.sh38 auth_args="${1}"
41 …EALM -U$TRUST_REALM\\$TRUST_USERNAME%$TRUST_PASSWORD -b '' -s base -k ${auth_args} tokenGroups 2>&…
/dports/devel/py-osc-lib/osc-lib-2.4.2/osc_lib/tests/utils/
H A D__init__.py247 auth_args=None, argument
266 if auth_args is not None:
267 auth_dict = auth_args
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/worker/
H A Dopenstack.py154 def _constructClient(self, client_version, auth_args): argument
157 auth_plugin = auth_args.pop('auth_type', 'password')
160 auth = loader.load_from_options(**auth_args)
/dports/databases/p5-MySQL-Diff/MySQL-Diff-0.50/bin/
H A Dmysqldiff292 my $args_ref = $md->db1->auth_args;
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/cloud/
H A Dopenstackcloud.py580 auth_args = self.config.config.get('auth', {})
582 project_info['name'] = auth_args.get('project_name')
583 project_info['domain_id'] = auth_args.get('project_domain_id')
584 project_info['domain_name'] = auth_args.get('project_domain_name')

12