Ldap integration and password change

Hi Chrischer,

  • Go to the admin page of nextcloud
  • Under section ‘LDAP / AD integration’
  • Select the tab ‘Login attributes’
  • Open the ‘Edit LDAP Query’ box
  • Add the entryID login attribute
    Something like this: (&(|(objectclass=inetOrgPerson))(|(uid=%uid)(|(mail=%uid)(mailacceptinggeneralid=%uid)(entryUUID=%uid))))

Be carefull, don’t close the textbox by pressing ‘Edit LDAP Query’ again! If you do that, the query changes to the standard query and you lose your setting…

Hope this helps…