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
0 answers

Where is salt key defined in openldap conf file?

I am updaing ldap userPassword using SHA-1 hashing from java code. How can I retrieve the salt key from ldap server or password which I can use to generate SSHA password. MessageDigest md = MessageDigest.getInstance("SHA1"); …
maverick
  • 1,458
  • 5
  • 20
  • 28
0
votes
1 answer

OpenLdap proxy CN case-sensitive

I am having a web app which needs to cache a notes ldap. For that the IT installed Openldap which will be queried from the web app. Basically OpenLdap Proxy. now CN=My User, O=Corp comes over as cn=My User, o=Corp... (notice the case CN vs. cn,…
server info
  • 1,335
  • 1
  • 14
  • 24
0
votes
0 answers

can't deploy process in activiti after integrating with LDAP

I integrated activiti-explorer and OpenLDAP. After integrating activiti and LDAP, i am not able to deploy processes in activiti-explorer. How i can deploy a process after integration of activiti-explorer and OpenLDAP. Please help. Any help is…
Seema
  • 21
  • 1
  • 11
0
votes
1 answer

How to disable/enable user accout in openLDAP?

In our application we implemented directory authentication service. i.e - Active directory or OpenLDAP. Using directory credential user can access all services of our application. But if any user disable in directory, this user not able to access…
0
votes
1 answer

OpenLDAP CentOS7 rejects authenication sometimes

I try to setup an OpenLDAP-Server that I can use as backend for a WebSSO (LemonLDAP::NG). This specific WebSSO allows to store the sessions inside the LDAP backend. My problem is that it seems that whenever I connect to the LDAP backend to store…
Erich Bauer
  • 111
  • 1
  • 7
0
votes
2 answers

How does ldap search api fail?

does ldap_search_s api fail when it does not find anything or if the query was syntactically wrong? For example if I am searching for a ldap groups with some common name. If the ldap search fails does it mean that It could not find the groups with…
mkmostafa
  • 3,071
  • 2
  • 18
  • 47
0
votes
1 answer

error LNK2019 unexplainable when trying to port openldap to windows

I'm working on Windows XP with Visual Studio 2005.My project is a Cmake project created after creating an LDAP abstraction API on Linux. I'm trying somehow to make it work on Windows. I've got an unusual linking error of type LNK2019 main.obj :…
LELEVATOR
  • 1
  • 2
0
votes
0 answers

OpenLDAP Authentication with .Net over network

I'm developing a web application with a web service. One of the requisites is to authenticate against an OpenLDAP server. The password in the OpenLDAP service are stored in ssha512 (Salted SHA512). My problem is that I need the salt to hash the…
0
votes
1 answer

OpenLdap with Directory Services - Load operational attributes

I'm currently developing a custom Membership provider using the DirectoryServices API to interface with a OpenLdap server (running on a cloud based Ubuntu instance) to handle authentication for our new website. However I'm running into an issue…
Alex Bunn
  • 390
  • 1
  • 5
  • 19
0
votes
1 answer

Open LDAP implementation for SSO in ASP.NET MVC

Kind of weird to ask this question, I have successfully implement SSO for ASP.NET MVC with ADFS 2.0 on Windows Server 2008 R2, now my Web App needs to authenticate to another LDAP implementation which is Open-LDAP which is on non-windows platform…
0
votes
1 answer

Josso + LDAP integration

Please answer me in the following question about JOSSO + LDAP integration. I can use my user from ldap server for login into josso sso. I created ldap server add ldif file depends on official documentation JOSSO1/LDAP+Setup After login i get this…
Hhovhann
  • 511
  • 1
  • 6
  • 22
0
votes
1 answer

Binding to LDAP with multiple certs. in ruby

I'm using https://github.com/ruby-ldap/ruby-net-ldap gem to connect/bind to LDAP treebase = "ou=xxxxxx,dc=xxxxx,dc=xx" credentials = { :username => "myusername,ou=xxxxxx,dc=xxxxx,dc=xx", :password =>…
Maged Makled
  • 1,918
  • 22
  • 25
0
votes
1 answer

Shiny server LDAP not properly including OU in DN

I am setting up a Shiny Server w/ LDAP authentication. My users are organized into departments for administrative purposes. User DNs use the following…
jrdnmdhl
  • 1,935
  • 18
  • 26
0
votes
1 answer

error of insufficient access when binding as the rootdn/rootpw

I was trying openldap step to step following its quick-start-guide on ubuntu 14,when I try to add slapd.ldif in this way: ldapadd -x -D "cn=manager,dc=eg,dc=com" -w secret -f slapd.ldif.default with my sldap.conf include …
fenixan
  • 47
  • 8
0
votes
1 answer

How to write unit tests for openldap?

I'm using the library openldap for c++ to implement some authenticattion and queries for an ldap DB. I want to write unit tests for my code. My question is, is it done like with sql DBs? for instance with sql, in each unit test you do something like…
mkmostafa
  • 3,071
  • 2
  • 18
  • 47