Searched refs:auth_type (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/openstack/neutron/files/
H A Dneutron.conf910 #auth_type = <None>
988 auth_type = v2password
/solaris-userland/components/openstack/nova/files/
H A Dnova.conf3399 #auth_type = <None>
3401 # Token for authentication. Required for 'token' and 'keystone_token' auth_type
3405 # Username for authentication. Required for 'password' auth_type. Optional for
3406 # the 'keystone_password' auth_type. (string value)
3410 # auth_type. (string value)
3414 # 'keystone_password' auth_type. (string value)
3418 # 'keystone_password' auth_type. (string value)
3422 # 'keystone_password' auth_type. (string value)
3426 # 'keystone_password' auth_type. (string value)
3430 # 'keystone_password' auth_type
[all...]
/solaris-userland/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c511 const char *auth_type = NULL; local
538 auth_type = ap_getword_white(r->pool, &auth_line);
543 if (strcasecmp(auth_type, "Negotiate") == 0) {

Completed in 42 milliseconds