Questions tagged [ldap-client]

Identifies the text as having to with, or about, the configuration of LDAP clients.

Identifies the text as having to with, or about, LDAP clients. The LDAP tag should be used for protocol and DIT-related questions, ldap-client should be used for questions about configuring clients of LDAP services, for example, web servers, sudo, WCF, or Liferay.

Questions about how to perform a search for data in any language should be tagged with the LDAP tag. Questions about how to configure your latest gadget or software to talk to an LDAP server should be tagged wit the ldap-client tag.

29 questions
0
votes
0 answers

Node ldap-client installation error

I tried installing the ldap-client node module for nodejs on my local windows machine by running this command, npm install --save ldap-client. It gives the error as attached gyp ERR! build error gyp ERR! stack Error: C:\Program Files…
niyaza
  • 11
  • 3
0
votes
1 answer

ldap authentication login only works with typing in the hashed password

I have a nodejs application with angular frontend. When I want to login with a user it only works when I type in the ssha hashed password. But with the plain text password I can't login. the ldap client configuration ist: function auth(user,…
nolags
  • 633
  • 1
  • 11
  • 30
0
votes
1 answer

How does an LDAP Client eg Apache Directory Studio get schema from an LDAP Server?

I understand that LDAP Clients request for Schemas in a series of search requests. I need to understand the exact sequence in which the client makes the calls to the server, and what the server returns as a result. Can anyone explain or point to…
0
votes
2 answers

.bashrc file not created in ldap client machine when using ldap authentication

My objective is to configure a machine as client to use ldap authentication from a ldap server. I added user in ldap server. Also registered ldap service to be used by client. But the problem is when I am trying to login into the ldap client…
yogeshagr
  • 819
  • 2
  • 11
  • 20
0
votes
1 answer

Ldap configuration and root connection

Mac: Open Ldap I am new to Open LDAP, i google it and found that max OS comes with default open ldap installed. I followed this tutorial MAC Ldap tutorial Following is my…
d-man
  • 57,473
  • 85
  • 212
  • 296
0
votes
1 answer

Get LDAP user attributes from CAS

i've got some problems with CAS in conjunction with LDAP now. I want to implement an SSO solution for multiple applications. Authentication works great so far. We want to authorize the users on the base of their roles which are configured in LDAP.…
Joshua
  • 2,932
  • 2
  • 24
  • 40
0
votes
2 answers

Adding multiple ldap sources to spring-security in multi-domain environment

I am trying to add a secondary ldap contextSource to spring security in a split domain environment and I seem to be coming up short. I realize similar questions have been asked before but this is for two separate domains logging into the same…
Dan
  • 2,701
  • 1
  • 29
  • 34
0
votes
1 answer

wso2 governance registry 4.6 LDAP cannot login with users

I've changed the user-mgt.xml to connect with the active directory of my company. If I enter with the admin user, I can login and see the users of the active directory. But when I try with another user, the registry always said wrong uername or…
0
votes
1 answer

Using LDAP Authentication only for sysops only but allow read-only access to anonymous

I have LDAP Authentication installed and it is running great. My only problem is, that if you're not a logged in user, you can't see any of the content. You get an error that says: Content Encoding Error: The page you are trying to view cannot be…
wade
  • 49
  • 9
0
votes
0 answers

Spring Security with LDAP and Windows credentials

Currently, I'm authenticating against a LDAP server using Spring Security. This is really an Active Directory, so users have to enter their Windows user and password to login into Windows, and then the same user and password to login into this app.…
zootropo
  • 2,441
  • 3
  • 31
  • 48
0
votes
2 answers

How to add adLDAP as library to Laravel 4

How i can add adLDAP library to LARAVEL 4 ? http://adldap.sourceforge.net/
0
votes
1 answer

Retrieve a list of all users ldap

I'm trying to retrieve a list of all users that exists on ldap, in order to create an autocomplete box in jquery. However, I do not manage to get it. I can connect and bind to the ldap server, then I try and use ldap_list(). I leave a blank in the…
PoutchiPatch
  • 168
  • 1
  • 11
0
votes
1 answer

Archiva with LDAP - Bean not Found

I did the changes described in http://archiva.apache.org/redback/integration/ldap.html but now our Archiva 1.3.5. server doesn't start and upgrading to 1.3.6 leaves me with the same error message which states that the beans now referenced in the…
Konrad Höffner
  • 11,100
  • 16
  • 60
  • 118
-2
votes
1 answer

LDAP Client Library

I'm trying to write my own LDAP Client Library. Would you like to give me some examples of such libraries which use OOP. They can be written in C++, Java, C#, etc. Thanks in advance!
Radu Mardari
  • 131
  • 3
  • 6
1
2