Code Monkey home page Code Monkey logo

Comments (7)

brenard avatar brenard commented on July 22, 2024 1

Ok, I reproduce the problem and finally found that this problem is due to PHP max_input_vars INI parameter defaulty set to 1000.

; How many GET/POST/COOKIE input variables may be accepted
max_input_vars = 1000

You have to increase this value to handle more than ~500 users because old and new values are passed in POST. Don't forget to restart apache2 or php-fpm after setting this parameter.

Note: phpLDAPadmin could try to set this parameter automatically but it's not really reliable, so I think it's preferable that users set it manually.

from phpldapadmin.

RogerSik avatar RogerSik commented on July 22, 2024

More information because of troubleshooting:

When accepting the removation of the users. The removed users are still there but they are also available to be added to the group.

from phpldapadmin.

RogerSik avatar RogerSik commented on July 22, 2024

We are running slapd 2.4.49 on Ubuntu 20.04.

from phpldapadmin.

brenard avatar brenard commented on July 22, 2024

It's may due to limit in number of objects returned by a search. As a work-around, you could increase this limit (see https://www.openldap.org/doc/admin24/limits.html). To properly fix this problem, we could implement paged search in this context but it will be works only on LDAP v3 connection.

from phpldapadmin.

RogerSik avatar RogerSik commented on July 22, 2024

The olclimit is set to 1000 because we have other applications which also had the issue.

If that is the issue than viewing the group should also be an issue but its not. Only adding. When extending the group with a line and not with the "selector" modify group it is working fine.

from phpldapadmin.

RogerSik avatar RogerSik commented on July 22, 2024

Many thanks @brenard, will try it this week.

from phpldapadmin.

RogerSik avatar RogerSik commented on July 22, 2024

Works 👍 so im closing this issue.

from phpldapadmin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.