Displaying 6 results from an estimated 6 matches for "ourpassword".
Did you mean:
yourpassword
2019 Mar 15
0
lua policy for Weakforce and web mail failed login attempts
The good news is I believe I got Weakforce running
1) curl -X GET http://127.0.0.1:8084/?command=ping -u wforce:ourpassword
{"status":"ok"}[
2) after running the sample for loop:
for a in {1..101}; do curl -X POST -H "Content-Type:
application/json" --data '{"login":"ahu", "remote": "127.0.0.1",
"pwhash":"1234'$a'&quo...
2006 Dec 07
1
get errors when doing a tar backup of a windows server with linux smbclient
...far as I can tell, the tarball it creates is OK. Doing a file list on the
backup with tar lists all the files (at least as far as I can tell) and no
errors.
Here is the script we use to do the backup:
#!/bin/bash
# Username and Password for Windows share.
export USER=ourusername
export PASSWD=ourpassword
# Service name of Windows share and sub-directory for backup exclusion.
SERVICE='//ourserver/apps'
SUBDIR='System Volume Information'
# Backup location, basename, and date string.
BACK='/home/server-backups/ourserver';
BASE='ourserver';
DATE=`date +%Y-wk%U_%b-%d_%a...
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 '{"login?:?ouruser?, "remote":
2019 Mar 28
2
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
...<https://dsm.dsm.fordham.edu:8084/?command=allow%5D:> Free (requests left=2)
So wforce is always recording the ?bad? IP as 127.0.0.1 or the FQDN, and not the actual user IP. Is there another place to set this?
Perhaps I have to set this in wforce.conf?
webserver("0.0.0.0:8084", ?ourpassword")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20190328/636313e2/attachment.html>
2019 Mar 28
2
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
dovecot-2.3.3-1.fc29.x86_64
Mar 28 10:04:47 auth: Panic: file http-client-request.c: line 283 (http_client_request_unref): assertion failed: (req->refcount > 0)
Mar 28 10:04:47 auth: Error: Raw backtrace: /usr/lib64/dovecot/libdovecot.so.0(+0xe34fb) [0x7fe76e0834fb] -> /usr/lib64/dovecot/libdovecot.so.0(+0xe3597) [0x7fe76e083597] -> /usr/lib64/dovecot/libdovecot.so.0(+0x51207)
2019 Mar 28
0
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
...">
<span class="" style="font-kerning: none;">Perhaps I have to set this in wforce.conf?</span>
</div>
<div class="">
<span class="" style="font-kerning: none;">webserver("0.0.0.0:8084", “ourpassword")</span>
</div>
</blockquote>
<div>
<br>
</div>
<div>
Set
</div>
<div>
<br>
</div>
<div>
ssl_client_ca_file=/path/to/cacert.pem to validate the certificate
</div>
<div>
&l...