LDAP integration AD user data properties

Issues with installing under all versions of MS Windows
Post Reply
diegor
Posts: 4
Joined: Thu Mar 30, 2017 8:26 am

LDAP integration AD user data properties

Post 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
LibreOffice 5.2.5 + Windows 7
Post Reply