GithubHelp home page GithubHelp logo

Comments (10)

jsumners avatar jsumners commented on June 19, 2024

It sounds like you are asking about support for the controls described in https://datatracker.ietf.org/doc/html/draft-behera-ldap-password-policy-10#anchor52 (ยง6,6.1,6.2). That doc is a draft doc and I cannot find an accepted "RFC" version of it. However, servers, including OpenLDAP, have implemented the proposed spec regardless of the draft status. Thus, we are not opposed to it being added here.

The controls we currently support are plainly listed at https://github.com/ldapjs/controls/tree/9718b85dc8eae4522e5d879a603a13422d6e245a/lib/controls. The controls in question are not in that list. If you would like support for them, you are welcome to work on the feature. At a minimum, such work is likely to require:

  1. An update to the @ldapjs/controls module linked above.
  2. An update to the ldapjs module to recognize the new response controls.
  3. An update to https://github.com/ldapjs/docker-test-openldap to include the overlay.
  4. Tests to prove the functionality and guard against regression.

Would you like to work on this?

from node-ldapjs.

taru3004 avatar taru3004 commented on June 19, 2024

@jsumners

For example, when I enter the following command as a shell command, the rejection reason is displayed through the Additional Info message:

ldappasswd -H ldapi:/// -x -D <user DN> -W -S Result: Constraint violation (19) Additional info: Password is too young to change

However, when I use ldapjs to call the modify operation for the userPassword value, only the following error is generated:
{ "lde_message":"Constraint Violation", "lde_dn":null }

would like to obtain additional information like "Password is too young to change." Is it currently not supported by ldapjs?

from node-ldapjs.

jsumners avatar jsumners commented on June 19, 2024

Did you read my previous reply?

from node-ldapjs.

taru3004 avatar taru3004 commented on June 19, 2024

@jsumners
Of course, I have read your message. However, since English is not my native language, I have a little confusion.

  1. Do I need to update the controls module myself?
  2. Or is it a matter that requires future updates because it is currently not supported by ldapjs?
  3. Is it already supported in version 3?

Based on your previous answer, it looks like the second case is correct.
If so, is the closure of issues 186 or 770 unrelated to the support of password policy related controls in version 3?

from node-ldapjs.

jsumners avatar jsumners commented on June 19, 2024

The requested feature is not implemented. I outlined the minimum of what would need to be done to implement the feature.

from node-ldapjs.

taru3004 avatar taru3004 commented on June 19, 2024

I understand. :)
Thank you for your response, and may I ask if you have any implementation plans?

from node-ldapjs.

jsumners avatar jsumners commented on June 19, 2024

No. You are welcome to work on it.

from node-ldapjs.

taru3004 avatar taru3004 commented on June 19, 2024

Try and if it works well, I'll share it.

from node-ldapjs.

jsumners avatar jsumners commented on June 19, 2024

Being worked on in #949.

from node-ldapjs.

jsumners avatar jsumners commented on June 19, 2024

Solved by #949.

from node-ldapjs.

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.