Connections with LDAP

Discussion in 'Installation/Configuration' started by Marcio Urakawa, Mar 3, 2023.

  1. I have a problem on a slave server. For some reason it tries several connections to my ldap server until the ldap server crashes.
    I don't know how to identify what this possible service would be. I configured debian to connect in ldap so I can use ssh only
     
  2. Checking the log /var/log/auth.log

    Mar 23 09:23:48 slave-ispconfig-01 CRON[12721]: nss_ldap: reconnecting to LDAP server...
    Mar 23 09:23:48 slave-ispconfig-01 CRON[12722]: nss_ldap: reconnecting to LDAP server...
    Mar 23 09:23:48 slave-ispconfig-01 CRON[12723]: nss_ldap: reconnecting to LDAP server...
    Mar 23 09:23:48 slave-ispconfig-01 CRON[12724]: nss_ldap: reconnecting to LDAP server...
    Mar 23 09:23:48 slave-ispconfig-01 CRON[12721]: nss_ldap: reconnected to LDAP server ldap://myserverldap after 1 attempt
    Mar 23 09:23:48 slave-ispconfig-01 CRON[12723]: nss_ldap: reconnected to LDAP server ldap://myserverldap after 1 attempt
    Mar 23 09:23:48 slave-ispconfig-01 CRON[12722]: nss_ldap: reconnected to LDAP server ldap://myserverldapafter 1 attempt
    Mar 23 09:23:48 slave-ispconfig-01 CRON[12724]: nss_ldap: reconnected to LDAP server ldap://myserverldap after 1 attempt
    Mar 23 09:23:48 slave-ispconfig-01 CRON[12719]: pam_unix(cron:session): session closed for user root
    Mar 23 09:23:48 slave-ispconfig-01 CRON[12717]: pam_unix(cron:session): session closed for user root
    Mar 23 09:23:48 slave-ispconfig-01 CRON[12720]: pam_unix(cron:session): session closed for user root
    Mar 23 09:23:48 slave-ispconfig-01 CRON[12718]: pam_unix(cron:session): session closed for user root

    Multiple attempts by mysql root user
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig does not use Ldap, and it does not connect to a Ldap system. So you must have installed and configured something else on your system that does these connections.
     
    Marcio Urakawa likes this.
  4. I'll check with the team. Thanks
     

Share This Page