Menu

I found an error in the next documentation : Data collector for LDAP

Boleyno
2022-10-10
2022-10-12
  • Boleyno

    Boleyno - 2022-10-10

    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 :

    <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>
    
     
  • Pierre Goiffon

    Pierre Goiffon - 2022-10-12

    The OP created a ticket : [#2120]
    Let's continue the discussion there !

     

    Related

    Tickets: #2120


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.