Displaying 3 results from an estimated 3 matches for "password_here".
2006 Apr 20
1
ruby-ldap crashing WEBrick server
...ike access an
Oracle DB, and displaying items. When it comes to using Ruby-ldap
though, it is quite a different matter. We''ve tried using Ruby-ldap
within irb, and all seems well. The basic scenario is:
conn = LDAP::Conn.new(''server_name'', 389)
conn.bind(account_here, password_here)
my_results = conn.search2(''base_here'', LDAP::LDAP_SCOPE_SUBTREE,
filter_here, attrs=nil)
When the third line is executed we get (again, all works fine in irb):
WEBrick server error:
Assertion failed: LDAP_VALID( ld ), file error.c, line 257
[2006-04-20 14:38:15] INFO WEBrick...
2010 Jul 10
2
connection lost
...tions at this link:
http://blog.shadypixel.com/monitoring-a-ups-with-nut-on-debian-or-ubuntu-linux/
and configured all the conf files accordingly
# /etc/nut/upsd.conf
ACL all 0.0.0.0/0
ACL localhost 127.0.0.1/32
ACCEPT localhost
REJECT all
# /etc/nut/upsd.users
[local_mon]
password = PASSWORD_HERE
allowfrom = localhost
upsmon master
# /etc/nut/upsmon.conf
MONITOR omni at localhost 1 local_mon PASSWORD_HERE master
POWERDOWNFLAG /etc/killpower
SHUTDOWNCMD "/sbin/shutdown -h now"
Removed duplicate entries
$ sudo chown root:nut /etc/nut/*
$ sudo chmod 640 /etc/nut/*...
2014 Aug 22
0
Folders don't show up
...Everything works, except that the
mailboxes don't show up in the list of mailboxes in my mail clients.
Trying to issue a LIST command, I see the following:
CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
STARTTLS AUTH=PLAIN] Dovecot (Ubuntu) ready.
1 login USERNAME_HERE PASSWORD_HERE
1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS
THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN
NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH
ESORT SEARCHRES WITHIN CONTEX...