This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Monitor for password change or expiration

We had a situation recently that has raised some questions.  We have a spam filter that uses ldap to query for real accounts before allowing email in.  A service account is used for the ldap query. 

That password got changed/expired/something happened to it last night so all email was being blocked.  When I looked at the account in AD the account was not locked out and the password was set not to expire.  I re entered the password and tested LDAP with no issues.

 

Now here is my question, can you think of any way to setup monitoring using IP monitor to test if a certain account and password is working. 

Parents
  • Try using an RPC-type Monitor, such as a Windows Service monitor using "rpc" communication type. Give it the windows credential in question, and get it going on the ipMonitor host (you may need to give that additional account permissions on the ipMonitor host).

    OR

    Use a User Experience Round Trip Email Monitor. It sends and picks up an email. It's PERFECT for your scenario, and covers more than just your spam filter. Be sure to configure the email host in the System Settings if you haven't done so already.

    Let us know if this works for you.

  • Ill try using a server monitor.  I dont think the Exchange Round Trip will work.  If I choose POP3 and then change the port to 25 it gets mad.

     

    An error occurred while communicating with the Exchange Server: The response from the remote device does not adhere to protocol specification

     

    I cant use port 110 because I need to test the SPAM firewall is working and accepting connections and it doesnt take connections from 110 or IMAP.  I need to hit the samp device and have it test.

  • Okay, it's probably best.

    If you do decide to try the round trip wizard in the future, keep in mind that port 110 is intended for where we pick up the email, not where it is sent. SMTP specific parameters are configured (globally) here:

    Configuration > System Settings > Email Delivery

  • Got it thanks, we have our monitoring system doing directly to the exchange box so that wont work for us.

    Im not sure how monitoring a service using that account is going to help?  Are you saying if I just pick the worksation service for example, and I change the password for the ldap service that monitor will throw an alert?

  • Im not sure how monitoring a service using that account is going to help?

    In your scenario, you found that a particular account could not login and do it's business. By having ipMonitor try the account & password on a regular basis, when monitoring a Window Service of your choice, you are essentially monitoring if that account can still be used.

    Does that make sense?

Reply
  • Im not sure how monitoring a service using that account is going to help?

    In your scenario, you found that a particular account could not login and do it's business. By having ipMonitor try the account & password on a regular basis, when monitoring a Window Service of your choice, you are essentially monitoring if that account can still be used.

    Does that make sense?

Children