I can't modify the documentation with GitHub, so I tell you here where is the mistake.
In the params.local.xml of the Data collector for LDAP's documentation, you have a tag that start with :
<ldapuri>
and finish with :
</ldaphost>
I lost time because I had copy/past the code and took a lot of time to understand where the problem was. So, can you update the documentation for the next users?
<?xml version="1.0" encoding="UTF-8"?><!-- conf/params.local.xml - your specific configuration parameters --><parameters><itop_url>http://localhost/</itop_url><itop_login>admin</itop_login><itop_password>admin</itop_password><contact_to_notify>john.doe@demo.com</contact_to_notify><synchro_user>admin</synchro_user><ldapuri>**ldap://localhost:389</ldaphost> ----------------------------> HERE
<ldapdn>DC=company,DC=com</ldapdn><ldaplogin>CN=ITOP-LDAP,DC=company,DC=com</ldaplogin><ldappassword>password</ldappassword><page_size>1000</page_size><!-- Set a non empty (and unique) prefix if you run several instances of the collector against the same iTop Server This is the recommended method to collect data from several LDAP servers. (assign a unique prefix to each "source" LDAP server) Note: this prefix can be set but do not touch the one inside json_placeholders --><prefix></prefix><json_placeholders><full_load_interval>604800</full_load_interval><!-- 7 days (in seconds): 7*24*60*60 --><users_target_class>UserLDAP</users_target_class><synchro_status>production</synchro_status></json_placeholders></parameters>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I can't modify the documentation with GitHub, so I tell you here where is the mistake.
In the params.local.xml of the Data collector for LDAP's documentation, you have a tag that start with :
and finish with :
I lost time because I had copy/past the code and took a lot of time to understand where the problem was. So, can you update the documentation for the next users?
The OP created a ticket : [#2120]
Let's continue the discussion there !
Related
Tickets:
#2120