How can I tell whether an argument of an executable is parameterized?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I ran the --help flag for the bitly oauth2_proxy binary, and I got this:
Usage of oauth2_proxy:
...
...
-set-xauthrequest
set X-Auth-Request-User and X-Auth-Request-Email response headers (useful in Nginx auth_request mode)
...
...
I want to use the -set-xauthrequest flag, but I don't know its type or whether it is supposed to be parameterized or not. The binary comes from here.
arguments binary parameter
add a comment |Â
up vote
0
down vote
favorite
I ran the --help flag for the bitly oauth2_proxy binary, and I got this:
Usage of oauth2_proxy:
...
...
-set-xauthrequest
set X-Auth-Request-User and X-Auth-Request-Email response headers (useful in Nginx auth_request mode)
...
...
I want to use the -set-xauthrequest flag, but I don't know its type or whether it is supposed to be parameterized or not. The binary comes from here.
arguments binary parameter
You should read the documentation of youroauth2_proxy
program before running it. Since it is free software, you could even study its source code.
â Basile Starynkevitch
Sep 26 '17 at 18:58
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I ran the --help flag for the bitly oauth2_proxy binary, and I got this:
Usage of oauth2_proxy:
...
...
-set-xauthrequest
set X-Auth-Request-User and X-Auth-Request-Email response headers (useful in Nginx auth_request mode)
...
...
I want to use the -set-xauthrequest flag, but I don't know its type or whether it is supposed to be parameterized or not. The binary comes from here.
arguments binary parameter
I ran the --help flag for the bitly oauth2_proxy binary, and I got this:
Usage of oauth2_proxy:
...
...
-set-xauthrequest
set X-Auth-Request-User and X-Auth-Request-Email response headers (useful in Nginx auth_request mode)
...
...
I want to use the -set-xauthrequest flag, but I don't know its type or whether it is supposed to be parameterized or not. The binary comes from here.
arguments binary parameter
arguments binary parameter
asked Sep 26 '17 at 18:57
user3685285
1313
1313
You should read the documentation of youroauth2_proxy
program before running it. Since it is free software, you could even study its source code.
â Basile Starynkevitch
Sep 26 '17 at 18:58
add a comment |Â
You should read the documentation of youroauth2_proxy
program before running it. Since it is free software, you could even study its source code.
â Basile Starynkevitch
Sep 26 '17 at 18:58
You should read the documentation of your
oauth2_proxy
program before running it. Since it is free software, you could even study its source code.â Basile Starynkevitch
Sep 26 '17 at 18:58
You should read the documentation of your
oauth2_proxy
program before running it. Since it is free software, you could even study its source code.â Basile Starynkevitch
Sep 26 '17 at 18:58
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f394610%2fhow-can-i-tell-whether-an-argument-of-an-executable-is-parameterized%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
You should read the documentation of your
oauth2_proxy
program before running it. Since it is free software, you could even study its source code.â Basile Starynkevitch
Sep 26 '17 at 18:58