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

How to provide admin rights to user in OpenLDAP ? OpenLdap is installed on windows machine

How we can provide admin rights to user in OpenLdap(2.4.42) which is installed on Windows 7. For examle i have created a user:testuser in openldap and trying to give admin right to testuser. I am using UserBooster Light for adding user, but solution…
AtulSingh
  • 38
  • 6
0
votes
1 answer

ldap virtual attribute for full names

I have user objects in LDAP which has these to attributes: givenName,lastName. For some applications I need an attribute which shows the full name. How can I get this work with virtual attributes? SLAPO-RWM seems only to map single…
user4780224
0
votes
1 answer

export liferay user group to OpenLDAP

I configured liferay-portal-6.2-ce-ga4 with OpenLDAP. Users are imported into OpenLDAP from liferay. But User group of liferay are not exported into OpenLDAP. Here is my…
Seema
  • 21
  • 1
  • 11
0
votes
1 answer

Openldap access control for specific entry

Is there anyway to restrict access to a specific entry within a directory? For example, I have the following entries: dn: ou=Contacts,dc=test,dc=com objectClass: top objectClass: organizationalUnit ou: Contacts dn:…
Lucas Araujo
  • 1,648
  • 16
  • 25
0
votes
1 answer

Is it possible to use a referred used (from referral) for ldap authentication?

I have a setup with 4 LDAP servers, and I'd like to use the same credentials to authenticate and administrate all of them. What I had in mind was to use one of the servers to host the credentials, and then setup a referral in the other servers to…
Mika
  • 57
  • 9
0
votes
1 answer

How Can i connect to an LDAP server using following details from java?

I am having following java code but i am getting error provided details password="some"; domain name=ABF.ADDAS.com user name=SADFA.com\username or SADFA\username Hashtable env = new Hashtable(); …
midhun0003
  • 603
  • 1
  • 10
  • 26
0
votes
1 answer

Reading LDAP(OpenLDAP) Schema from c#

I want to get all the available objectclass names and attributes of every objectclass from OpenLDAP (not Active Directory) using c#. I am able to do this with the ActiveDirectorySchema class when dealing with AD, But i don't know how to do it with…
0
votes
1 answer

How to get more detailed error information from OpenSSL errors when using OpenLDAP?

I have some code which is using community version of OpenLDAP. Application is client side. To establish connection with LDAP server I'm using ldap_sasl_bind_s this looks more or less like this: char *nAuthOption = LDAP_SASL_SIMPLE; struct berval…
Marek R
  • 32,568
  • 6
  • 55
  • 140
0
votes
3 answers

How to test if ldap server is up or not?

How i can test if ldap server is working or not .One way to use to Apache directory Studio client any other way if we can check if ldap server is running or not ? Please remember i cannot login server machine where ldap installed i have to test it…
Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
0
votes
2 answers

how to control the restrict some user to search part of information in open ldap?

I am new to OpenLDAP. I would like to know the method to restrict some user from searching part of the LDAP database. For example, I have ldap root dn There are other groups like…
smoking gun
  • 73
  • 1
  • 7
0
votes
1 answer

Custom Container for hosting OpenLDAP in Bluemix

I am trying to create custom container for hosting OpenLDAP in Bluemix. I am following the steps mentioned in the link: https://console.ng.bluemix.net/catalog/images/add-your-own/ At Step 6, where I need to tag the docker image, I receive the below…
0
votes
0 answers

How to backup LDAP without SSH account

Hope someone might be able to help. We have a TurnKey VM running OpenLDAP however cannot SSH to the server and can only access LDAP. That's it. https://www.turnkeylinux.org/openldap Is there anyway to get the LDAP database without SSH…
mehmeh
  • 9
  • 1
0
votes
1 answer

OpenLDAP client cannot connect to ApacheDS server using SSLv2?

I'm trying to connect to my Java application containing ApacheDS server with openLDAP client. Server is configured well, I've tested that using different clients (ldapbrowser, jxplorer). With openLDAP I'm able to connect to regular ldap port, but…
eewe
  • 11
  • 5
0
votes
2 answers

Storing user profiles

I would like to store user profile information. After researching a bit online, I am confused between the following options: Use a LDAP server (example: Open DJ) - I can write Java clients which can interact with the LDAP server using LDAP…
sunsin1985
  • 2,437
  • 5
  • 22
  • 27
0
votes
3 answers

Ansible test for existence of LDAP DB?

I use the following ansible task to set up an MDB database for OpenLDAP: - name: set up MDB database shell: ldapadd -Y EXTERNAL -H ldapi:/// -f {{tmp_dir}}/mdb.ldif However, once the DB has been setup, if I run the playbook again, I get the…
loris
  • 450
  • 8
  • 20