Coder Social home page Coder Social logo

openldap-crud's Introduction

OpenLDAP-CRUD

Create, read, update and delete operations on LDAP implementation for *nix OpenLDAP

Use command sudo ldapmodify -Y EXTERNAL -H ldapi:/// -f index.ldif to add a column to olcDbIndex.

Prerequisite to adding a column for indexing in OpenLDAP under Ubuntu. The version 2.4.46 of debian maintained OpenLDAP does not includes olcRootDN : cn=config,cn=admin olcRootPW : {SHA}(Your hased password)

In order to run above command and make changes to cn=config file, first add these two attributes to your /etc/ldap/slap.d/cn=config directory, using ldapmodify utility. Otherwise you'll not be able to make changes to cn=config files even if you supply right credentials.

The commonly faced errors are : 1 : # server is unwilling to perform

2 : # Insufficient access

3 : # invalidCredentials (49)

4 : # insufficientAccessRights (50)

5 : # noSuchObject (32)

Refer link for more information : https://gos.si/blog/installing-openldap-on-debian-squeeze-with-olc/ Useful link for converting schema file to ldif file : https://hnayablog.wordpress.com/2017/12/12/convert-schema-file-to-ldif/

openldap-crud's People

Contributors

pradhan10 avatar

Watchers

James Cloos 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.