Displaying 7 results from an estimated 7 matches for "our_password".
Did you mean:
your_password
2019 Mar 06
2
how to enable PowerDNS/Weakforced with Fedora and sendmail
I took suggestions from https://forge.puppet.com/fraenki/wforce to set
these in /etc/dovecot/conf.d/95-auth.conf
auth_policy_server_url = http://localhost:8084/
auth_policy_hash_nonce = our_password
auth_policy_server_api_header = "Authorization: Basic
hash_from_running_echo-n_base64"
auth_policy_server_timeout_msecs = 2000
auth_policy_hash_mech = sha256
auth_policy_request_attributes = login=%{requested_username}
pwhash=%{hashed_password} remote=%{rip} device_id=%{client_id} protoco...
2019 Mar 07
2
how to enable PowerDNS/Weakforced with Fedora and sendmail
So for auth_policy_server_api_header. is the value of our_password come from the hashed response or the plain-text password? What else am I doing wrong?
Mar 7 09:20:53 olddsm wforce[17763]: WforceWebserver: HTTP Request "/" from 127.0.0.1:56416: Web Authentication failed
curl -X POST -H "Content-Type: application/json" --data '{"log...
2019 Mar 07
0
how to enable PowerDNS/Weakforced with Fedora and sendmail
wforce is the username always.
auth_policy_hash_nonce should be set to a pseudorandom value that is
shared by your server(s). Weakforced does not need it for anything.
auth_policy_server_api_header should be set to Authorization: Basic
<echo -n wforce:our_password | base64>
without the < >.
Aki
On 6.3.2019 20.42, Robert Kudyba via dovecot wrote:
> I took suggestions from?https://forge.puppet.com/fraenki/wforce to set
> these in /etc/dovecot/conf.d/95-auth.conf
>
> auth_policy_server_url = http://localhost:8084/
> auth_policy_hash_n...
2019 Mar 07
0
how to enable PowerDNS/Weakforced with Fedora and sendmail
...U=
And in dovecot you put
auth_policy_server_api_header = Authorization Basic d2ZvcmNlOlRISVMtSVMtVEhFLVBBU1NXT1JELUZPUi1XRk9SQ0U
Aki
> On 7 March 2019 16:41 Robert Kudyba via dovecot <dovecot at dovecot.org> wrote:
>
>
> So for auth_policy_server_api_header. is the value of our_password come from the hashed response or the plain-text password? What else am I doing wrong?
>
> Mar 7 09:20:53 olddsm wforce[17763]: WforceWebserver: HTTP Request "/" from 127.0.0.1:56416: Web Authentication failed
>
> curl -X POST -H "Content-Type: application/json" --d...
2019 Mar 06
2
how to enable PowerDNS/Weakforced with Fedora and sendmail
We have dovecot-1:2.3.3-1.fc29.x86_64 running on Fedora 29. I'd like to
test wforce, from https://github.com/PowerDNS/weakforced.
I see instructions at the Authentication policy support page,
https://wiki2.dovecot.org/Authentication/Policy
I see the Required Minimum Configuration:
auth_policy_server_url = http://example.com:4001/
auth_policy_hash_nonce = localized_random_string
But when I
2007 Oct 23
2
register => to let Asterisk register to another softswitch via SIP
Dear Alex;
Thanks alot for your nice help.
This is if I need to let Asterisk register with
another softswitch (so I used register =>), what if I
need asterisk to send call for the softswitch without
register to it (directly)? If I removed the register
=> then how it will distiguish the IP address in the
"host" at the [sip_trunk] is the IP address of the
softswitch that need to
2007 Jul 12
0
No subject
...IP trunk:
[junction_networks]
fromdomain=jnctn.net
host=sip.jnctn.net
port=5060
insecure=very
username=this_user
secret=this_password
type=peer
qualify=no
canreinvite=no
dtmfmode=rfc2833
But in addition, in the [general] context at the
top of sip.conf, we
have:
register => our_user:our_password at sip.jnctn.net
As you can see, one type of registration
requirement does not
interfere
with another.
Hope this helps. If it doesn't, please let me know
if I
misunderstood
something.
Cheers,
--
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : +1-678-9...