Coder Social home page Coder Social logo

Comments (6)

coudot avatar coudot commented on June 14, 2024

Thanks for the report. We could indeed find a configuration setting to be able to match if the DN is a user or a group.

from white-pages.

coudot avatar coudot commented on June 14, 2024

For the record, the issue was also found in #45

from white-pages.

coudot avatar coudot commented on June 14, 2024

I think we can add this parameter in config.inc.php:

$dn_group_regex = '/ou=groups,/i';
#$dn_group_regex = '/'.$ldap_group_base.'$/i';

And then update dipslay.php:

    # Find object type
    if ( preg_match( $dn_group_regex, $dn) ) { $type = "group"; }
    else { $type = "user"; }

I will push the code as soon as possible.

from white-pages.

faust64 avatar faust64 commented on June 14, 2024

FYI, I've been looking into this:

Would test tomorrow. PR's on its way, ...

from white-pages.

coudot avatar coudot commented on June 14, 2024

Hello @faust64, thanks a lot. I agree with the first branch (fix-display) but I'm not very fond of having several user/group branchs. I agree this can fix the issue but it requires to update the White Pages configuration if we create a new user or group branch.

I prefer to let the group_regex (or user_regex) be configurable.

from white-pages.

coudot avatar coudot commented on June 14, 2024

Fixed by @faust64 in #52

from white-pages.

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.