Displaying 1 result from an estimated 1 matches for "hardtoguess".
Did you mean:
  hardertoguess
  
2006 Jun 05
0
Passwords not verified in upsmon?
...ng config:
upsd.conf:
ACL localnets 192.168.101.0/255.255.255.0
ACL localhost   127.0.0.1/32
ACL all 0.0.0.0/0
ACCEPT  localnets localhost
REJECT all
upsd.users:
[admin]
        password = hardertoguess
        allowfrom = 64me
        actions = set
        instcmds = all
[upsmon]
     password = hardtoguess
     allowfrom = localnets
     # give the rights required by a monitoring host:
     upsmon slave
Now, if I run upsmon on a Server B with
upsmon.conf:
...
MONITOR mainups@ServerA 1 upsmon wrongpassword slave
...
Everything seems fine although Server B does not have the correct password.
Is this...