HI,
For a client I am using the following configuration:
1-An OpenDS server version 2.2
2-An OpenLDAP client (the Novel libraries)
Both are very easy...
Hi
We have a customer request for secured JMX monitoring ,a nd they are very strict on security.
the requirenments are:
JMX agaent can be accessed from the local machine only using tools like Nagios or jmxterm.
should be password protected.
should not expose any open post on the local network.
if we configure JMX with jmi connector and password authentication the the rmi port is available on the local network and a clever hacker can break it. of course one solution can be to block this port with a local firewal or some other way to block the port for access from outside the machine.
if we use the Attach API to start and access the JMX agent the password authentication is not available.
so the question is: what is the way to enablr JMX monitoring from the local machine only with password authentication and no port exposed to the local network.
Good news for those of you who love working with Notepad++ and work with Subversion!
No need to switch to Explorer for simple SVN actions anymore - there is a Subversion plugin for Notepad++ that should work under Windows XP, Vista, and 7. Both 32 bit and 64 bit operating systems are supported.
Sometimes, during nightly build, packaging or deployment there's a need to retrieve remote files or control a remote machine. Doing this through ssh is tricky. A common tool to use is 'expect', but it is unixy and requires knowing Tcl.