Search results

  1. S

    Tracking Center not in sync

    Well, I made my own solution. The main ideia was to keep it simple, the less changes, the better. I have 2 servers, 1 master and 1 node. Create a script on both servers. First, on master server: ssh root@serverNODE cat /var/log/syslog >> /var/log/syslog.1 cat /var/log/syslog.1 | sort -M >...
  2. S

    Retention in tracking center

    Exactly. Increase rotate count at /etc/logrotate.d/rsyslog on /var/log/syslog {}
  3. S

    [SOLVED] Problem with LDAP IBM Lotus Domino

    Ok, Craig. Good luck! Below is the ldap.conf file for IBM Lotus Domino: ldap: LDAP_ACME comment ACME mail server1 10.10.10.1 accountattr mail filter...
  4. S

    [SOLVED] Problem with LDAP IBM Lotus Domino

    Craig, What is the directory are you using? My advise is to use a ldap explorer to your directory to get the attributes.
  5. S

    Tracking Center not in sync

    Thomas, Can you provide the steps to do tracking sync between nodes? Thanks
  6. S

    [SOLVED] Problem with LDAP IBM Lotus Domino

    Solved! The tricks was to set Account attribute name to mail. I was using uid, but that exist only for dominoPerson, not for groups.
  7. S

    [SOLVED] Problem with LDAP IBM Lotus Domino

    Greetings, I am using IBM Lotus Domino as LDAP server. I was able to get all users with mail address. However, for groups, PMG is not recognizing them. I set group objectclass as dominoGroup. Using LDAPDEBUG I can see the groups at query results. What am I missing? Thank you, Sommer