Page 1 of 1

LDAP integration AD user data properties

Posted: Fri Apr 21, 2017 10:35 am
by diegor
Hi,
I would like to connect LO 5.2 with Microsoft Active Directory to catch user data properties. For the process I followed the manual https://wiki.openoffice.org/wiki/Docume ... DAP_Access and https://ask.libreoffice.org/en/question ... breoffice/ but it doesn't work.
The file C:\Program Files (x86)\LibreOffice 5\share\registry\oo-ad-ldap.xcd is correctly configurate (I suppose) but when I run Writer or other in the User Data Properies (information profile) doesn't appear the information that supposedly collect from Active Directory.

Code: Select all

<oor:component-data oor:package="org.openoffice" oor:name="LDAP">
    <node oor:name="UserDirectory">
      <prop oor:name="SearchUser">
          <!-- CUSTOMIZE, activate unless anonymous access is possible: -->
        <value>***</value>
      </prop>
      <prop oor:name="SearchPassword">
          <!-- CUSTOMIZE, activate unless anonymous access is possible: -->
        <value>***</value>
      </prop>
      <prop oor:name="UserObjectClass">
          <!-- CUSTOMIZE <value>inetorgperson</value> -->
        <!-- CUSTOMIZE --><value>samaccountname</value>
      </prop>
      <prop oor:name="UserUniqueAttribute">
        <!-- CUSTOMIZE --><value>uid</value>
      </prop>
      <node oor:name="ServerDefinition">
        <prop oor:name="Server">
          <!-- CUSTOMIZE --><value>***</value>
        </prop>
        <prop oor:name="Port">
          <!-- CUSTOMIZE --><value>389</value>
        </prop>
        <prop oor:name="BaseDN">
          <!-- CUSTOMIZE --><value>DC=***,DC=***</value>
        </prop>
      </node>
    </node>
  </oor:component-data>
I havenĀ“t seen a recent doc on this subject and I would like to know if ldap-AD in LO 5.2 is possible. Thanks