Add auth_username in command sipp_spec#49
Conversation
|
@laerus if this is a valid option then it looks fine to me. Thanks! |
|
@goodboy this is a valid option according to without this patch one must hardcode the username in the do you mean you want me to write a test in if the later, when i use |
@laerus the latter at least would be good but with Having a specific test for the flags I guess isn't that important since we already have tests for other standard options and it's just using the built-in machinery to render the string passed to What would be great is a more end-to-end test that ran a small authentication scenario demonstrating that these flags indeed work when passed to |
|
i've added a section for this feature in README
i can open another PR for this, should this go in |
@laerus yes please! |
Hello, does something like this make sense?
at the moment the only way to configure the username for authentication is to use the
-sservice optionbut there are cases that one may want these two to be different