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 import passwords only and update on ldap server?

I want to update passwords [user's already existing in ldap] of the user by importing data from /etc/passwd & /etc/shadow How to achieve this ? I will give the overview of my setup. nodes user id & password managed by management node [xcat], ldap…
0
votes
1 answer

where ldap stores user's information?

I am new to ldap and I don't know where ldap stores user's information? whether it uses some database or some file? If it stores user's data in file system then in which file it stores? what is the purpose of ldif file ? Please don't discourage. I'm…
Hafiz Mujadid
  • 1,565
  • 1
  • 15
  • 27
0
votes
2 answers

Multiple Adapters in Ping Federate

I have configured multiple (HTTP Form Adapter) IdP Adapters for a SP connection (IdP configuration). User Attributes are fetched from the datastore (LDAP). Two DITs are configured in LDAP. Therefore each IdP Adapter is configured with a DIT. I…
Ashwini
  • 381
  • 6
  • 23
0
votes
1 answer

confusing segmentation fault involving ldap_url_parse function from openldap library

On a CentOS 6.6 server the following code compiles (with gcc version 4.4.7 or with clang version 3.4.2) without incident but results in a segmentation fault when run: #include int main( int argc, char **argv ) { LDAPURLDesc **ludpp; …
igal
  • 646
  • 7
  • 17
0
votes
0 answers

JTA or transaction-api (openldap and mongodb)

I would like to join two operations in one transaction. Operations-> Op. 1/ I need to save a user on a mongodb database. I'm using this library in order to persist data on this database. After that, ... Op. 2/ I need to save some of this user…
Jordi
  • 20,868
  • 39
  • 149
  • 333
0
votes
0 answers

Generate SSHA password in PHP to use ldap_compare for OpenLDAP SSHA passwords

I have an OpenLDAP user with SSHA password. I want to compare his SSHA encoded password with a password specified at php webform. Unfortunately ldap_compare can only compare plain text passwords: $check = ldap_compare($ldapconn, $dn, $ldap_password,…
Tass Mark
  • 337
  • 1
  • 2
  • 14
0
votes
2 answers

ldapadd gives "no global superior knowledge" on default config

Background: I'm installing a Prosody XMPP server and Kaiwa webclient on a DigitalOcean droplet. Kaiwa has a one-click deploy-to-DO-droplet tool using Docker that I tried first, but it didn't work - probably because I'm using the 512MB minimum DO VPS…
Peter Henry
  • 443
  • 4
  • 13
0
votes
1 answer

Shibboleth and user registration

In a company we want to implement an SSO solution for our customers. We have 4 different portals - Jira, 2 WordPress websites and Joomla website and OpenLDAP as a user directory. Our choice fell on Shibboleth provider and we have already tried to…
0
votes
1 answer

How to ignore Liferay user removed from LDAP errors?

I have a Liferay 6.1 instance that is connected to LDAP. New users get imported nicely, but when I remove a user from the LDAP directory, Liferay starts throwing exceptions when it tries to sync users from LDAP. These seem to be safe to ignore, but…
Joel Peltonen
  • 13,025
  • 6
  • 64
  • 100
0
votes
1 answer

How to use bootstrap to automatically display users from Active Directory as I type?

I have an Active Directory. I am creating a forms page in bootstrap. As I type in a portion of the name, I want the text box to come up with suggestions. For e.g. if I type in Al, it should show Alan, Alice, Alex in a combo style box below and I can…
Fanatic23
  • 3,378
  • 2
  • 28
  • 51
0
votes
1 answer

How can we remove on server from Directory in OpenLdap?

We installed a OpenLDAP 2.4.31 solution on debian; and several machines in the site are using it. Though the local authentication is not disabled on the machines. One of the machines has some problems; and its developers asked us to disable central…
Ace
  • 420
  • 2
  • 8
  • 25
0
votes
1 answer

Search Inside LDAP Server

I was wondering if someone know, when i search an entity over the Ldap server, would I get also it's sub folders and the data inside. for example I have the following: *dn:EPC-SubscriberGroupId=AllInOne,…
Nir
  • 1,524
  • 6
  • 23
  • 41
0
votes
1 answer

Securing Hadoop cluster

I'm trying to understand the best approach for secure accessing of Hadoop cluster. I have been referring to the below links: http://hortonworks.com/hadoop-tutorial/integrating-hadoop-cluster-microsoft-active-directory-authentication/…
Veronica
  • 1
  • 4
0
votes
1 answer

Binding and search to OpenLDAP returns "no such object" when trying to ldapsearch attributes

I have recently updated my debian to jessie. After the upgrade - including slapd - I can bind to the ldap server but cannot read or change attributes. For example ldapsearch -LLL -W -x -h edhu -D "uid=mrx,ou=People,dc=example,dc=local" -b…
Aviator
  • 512
  • 3
  • 7
0
votes
1 answer

insert utf-8 data in openldap with c api

What is the correct method to insert utf-8 data in an openldap database? I have data in a std::wstring which utf-8 encoded with: std::wstring converted = boost::locale::conv::to_utf(line, "Latin1"); When the string needs to added tot an…
yvan vander sanden
  • 955
  • 1
  • 12
  • 13
1 2 3
99
100