Questions tagged [openldap]

OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol (LDAP).

OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol.

The suite includes:

  • slapd - stand-alone LDAP daemon (server)
  • libraries implementing the LDAP protocol, and
  • utilities, tools, and sample clients.

Resources:

1803 questions
0
votes
1 answer

How to install Haskell LDAP on Windows?

EDIT Resolved by using MSYS2 for OpenLDAP I'm trying to install https://hackage.haskell.org/package/LDAP on Windows. I installed OpenLDAP through Cygwin and those libraries appear to be referenced, but now I'm getting these linker errors and not…
ryachza
  • 4,460
  • 18
  • 28
0
votes
1 answer

migration from Openldap to Samba4

My topic is really simple. My internship asked me to change all the backend and everything from Openldap to Samba4. They don't want to use anything from Openldap. Without giving me the answer I'll be really thankful if somebody was able to point me…
0
votes
2 answers

How to convert c program to fully portable for ios

I wrote a simple c program for connect to ldap server using opelLdap c library. now I want to run that c program on ios device. but when I move that c program to xcode project it says ldap.h is missing. ldap.h file is saved in standard include file…
Selaru Sinbath
  • 641
  • 1
  • 5
  • 14
0
votes
1 answer

Hadoop: OpenLDAP setup for user to groups mapping fails with invalid DN

I am trying to setup openLDAP for users to groups mapping for hadoop 2.7.1, guess something wrong in the way i have defined the groups or applying the filters. Its able to connect to the server but throws invalid DN and returns with no groups. My…
meer
  • 119
  • 5
0
votes
1 answer

Changing port of OpenLdap on Centos installed with yum

I am trying to change the default port of openldap (not so experienced with openldap so I might be doing something incorrectly). Currently I am installing it through yum package manager on CentOS 7.1.1503 as follows : yum install…
0
votes
0 answers

change/add permissions in LDAP group with Spring security

I'm working on a identity management system based on LDAP. The integration of the software is done with the help of Spring security. One requirement is the possibility to add new permissions to the software, based on groups. So the admin should be…
John
  • 11
  • 4
0
votes
1 answer

How Can I Count the Number of Times a User has Logged on to a OpenLdap Domain

I am using openLdap server for centralised authentication.I wanted to count number of times all clients have logined against this openLdapserver. On googling i found that Logoncount is there for Active Directory but didnt find anything for openldap.…
MacDeveloper
  • 1,334
  • 3
  • 16
  • 49
0
votes
1 answer

How can I import X number of dummy users into OpenLDAP?

Okay so I wrote code to generate X number of dummy ldif user files. What I need to do is some metrics on loading of all of the users into memory and capture the memory performance on the server. What I'm trying to figure out is Do I cycle over…
edjm
  • 4,830
  • 7
  • 36
  • 65
0
votes
1 answer

OpenLdap exptects different version of Bekerley DB

I try to install the last version of OpenLdap on my Centos 7.1 64 bit through: yum -y install openldap openldap-clients openldap-servers Then when I try the test: slaptest -uf slapd.conf.temp I always get the same error: 55a7fdc5…
Luigi
  • 25
  • 6
0
votes
1 answer

Alfresco Ldap create a group folder as home folder for users

I´m using Alfresco-LDAP to migrate all my ldap users to Alfresco service. So far I achieve transfer all users but for every user the home folder created in Alfresco for them is his name, and what I would like, is to share a folder for all members…
paul
  • 12,873
  • 23
  • 91
  • 153
0
votes
1 answer

How to restrict users from deleting entities in LDAP

I am newly working on openldap. We have an application that will restrict users from deleting entities from ldap. But if the user connects using python ldap module from console then there is no way of restricting. Is it possible to restrict the…
user2753523
  • 473
  • 2
  • 8
  • 23
0
votes
0 answers

How to improve search time in OpenLDAP with back-sql and Postgres

I recently switched my openldap backend from HDB to back-sql and PostgreSQL. I slightly modified the back-sql rdbms/postgres database schema files provided in OpenLDAP to create my database and mappings. I'm basically only using persons and…
Loic Duros
  • 5,472
  • 10
  • 43
  • 56
0
votes
0 answers

How to find the salt part from password hash of each user in openldap? ( sha 512 hash)

I have user password in plain text format. What i want to do is, i want to find the hash of the plain text password using sha512 and compare the result with password retrieved from openldap. But problem here is i could not find the Salt used by the…
BEPP
  • 875
  • 1
  • 12
  • 36
0
votes
1 answer

Impala shell hangs when invoked for LDAP users

I've installed a cluster with impala and sentry (CDH 5.2) on CentOS 6.5 using command line and have set up openLDAP (without TLS) as well. Both are operating without any issues independently. To get the Hadoop cluster configured for openLDAP, I've…
user5092078
  • 51
  • 1
  • 5
0
votes
1 answer

OpenLDAP search without base fails

I am trying to retrieve a user (or actually, a third party framework is) from OpenLDAP, using Springs LDAPTemplate, and am noticing some strange behaviour. When I use the LDAPTemplate to search…
Tobb
  • 11,850
  • 6
  • 52
  • 77
1 2 3
99
100