News:

We really need your input in this questionnaire

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - amitayb

#16
General Support / how to use and configure LDAP
December 05, 2019, 01:39:02 PM
in my organization we use LDAP.
I've update all ldap params in the server config.
when I use ldapsync I get in the log for example:

LDAPConnection::fillLists(): CN={F03728F2-5360-4E2E-A256-ECDE9870E0A0},CN=Uzi Koren,CN=Uzi Koren,CN=Users,DC=partnergsm,DC=co,DC=il is not a user or a group (classes: )
2019.12.05 13:30:07.247 *D* [ldap               ] LDAPConnection::fillLists(): Found DN: CN=VDP0043498,CN=Users,DC=partnergsm,DC=co,DC=il
2019.12.05 13:30:07.247 *D* [ldap               ] LDAPConnection::fillLists(): CN=VDP0043498,CN=Users,DC=partnergsm,DC=co,DC=il is not a user or a group (classes: top,vasco-DPToken)
2019.12.05 13:30:07.247 *D* [ldap               ] LDAPConnection::fillLists(): Found DN: CN=VDP0043498PASSWORD,CN=VDP0043498,CN=Users,DC=partnergsm,DC=co,DC=il
2019.12.05 13:30:07.247 *D* [ldap               ] LDAPConnection::fillLists(): CN=VDP0043498PASSWORD,CN=VDP0043498,CN=Users,DC=partnergsm,DC=co,DC=il is not a user or a group (classes: top,vasco-DPApplication)
2019.12.05 13:30:07.247 *D* [ldap               ] LDAPConnection::fillLists(): Found DN: CN=Idan Elezra,CN=Users,DC=partnergsm,DC=co,DC=il
2019.12.05 13:30:07.247 *D* [ldap               ] LDAPConnection::fillLists(): Unknown object is not added: dn: CN=Idan Elezra,CN=Users,DC=partnergsm,DC=co,DC=il, login name: (null), full name: Idan Elezra, description: ielezra

my params:

LdapConnectionString   ldap://ldapServer:389
LdapGroupClass   group
LdapGroupMappingName   groupName
LdapGroupUniqueId   objectGUID
LdapMappingDescription   sAMAccountName
LdapMappingFullName   displayName
LdapPageSize   1000
LdapSearchBase   CN=Users,DC=partnergsm,DC=co,DC=il
LdapSearchFilter   (objectClass=*)
LdapSyncInterval   720
LdapSyncUser   CN=netxmsldap,CN=Users,DC=partnergsm,DC=co,DC=il
LdapSyncUserPassword   Passwd
LdapUserClass   user
LdapUserDeleteAction   Disable user
LdapUserMappingName   sAMAccountName={0}
LdapUserUniqueId   objectGUID

. why I get messages: Unknown object is not added: dn: CN=Idan Elezra,CN=Users,DC=partnergsm,DC=co,DC=il, login name: (null), full name: Idan Elezra, description: ielezra
2. My integration is just to verify passwords. I'de like to manage groups and roles inside netxms.
how should I create a user that authenticate using LDAP?

thanks in advance.
Amitay
1
#17
Hi,
the error in the subject appears in netxms log.
the node netxmsServer is my netxms server with installed agent.
centos
netxms: 3.0.225

thanks in advance
Amitay
#18
Hi,
whats the procedure to upgrade from V3 to patch 5?