Giter Site home page Giter Site logo

adop-ldap-ltb's Introduction

#Supported tags and respective Dockerfile links

What is ldap-ltb?

ldap-ltb is a wrapper for the LDAP Tool Box (LTB) Self Service Password utility, which is a PHP application that allows users to change their password in an LDAP directory.

How to use this image

The easiest for to run ldap-ltb image is as follow:

      $ docker run --name=<your-container-name> -dt \
        -e LDAP_LTB_URL="<your-ldap-url>" \
        -e LDAP_LTB_PWD="<your-ldap-admin-password>" \
        --net=<your-network-name> \
        adop/ldap-ltb:VERSION

after the above ldap-ltb will be available at: http://ldap-ltb

Configuration

The service configuration is externalised and stored the 'assets' directory.

Runtime configuration can be provided using environment variables:

  • LDAP_LTB_URL, the LDAP URI, i.e. ldap-host:389
  • LDAP_LTB_BS, the LDAP user BASE_DN
  • LDAP_LTB_DN, the LDAP admin DN
  • LDAP_LTB_PWD, the password to use connecting to LDAP service

Note : Default password policies is setup with following rules -

  • Minimum length: 9
  • Maximum length: no limit
  • Minimum number of lowercase characters: 1
  • Minimum number of uppercase characters: 1
  • Minimum number of digits: 1
  • Minimum number of special characters: 1
  • Your new password can not be the same as your old password

License

Please view licence information for the software contained on this image.

#Supported Docker versions

This image is officially supported on Docker version 1.9.1.

User feedback

Documentation

Documentation for this image is available in the LDAP Tool Box page. Additional documentaion can be found under the docker-library/docs GitHub repo. Be sure to familiarize yourself with the repository's README.md file before attempting a pull request.

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Contribute

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

adop-ldap-ltb's People

Contributors

sachinksingh28 avatar dsingh07 avatar robertnorthard avatar

Watchers

 avatar 长毛是狗 avatar

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.