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
5
votes
2 answers

Spring's LdapTemplate search: PartialResultException: Unprocessed Continuation Reference(s); remaining name '/'

I add users through LDAP for a certain application, made with spring. While this works for most of the cases, in some cases, it does not work... The retrieve the users I use: public class LdapUserServiceImpl implements ILdapUserService { …
Thomas Stubbe
  • 1,945
  • 5
  • 26
  • 40
4
votes
5 answers

Can MOSS 2007 integrate with multiple LDAP/AD stores?

Can MOSS integrate and get user profiles from multiple Active Directory and/or LDAP stores? I have seen from Integrating Microsoft SharePoint Server With Oracle Virtual Directory that there may be intermediary products that can help with this. It…
Kirk Liemohn
  • 7,733
  • 9
  • 46
  • 57
4
votes
1 answer

LDAP Authentication with Laravel4

Please help me with LDAP Authentication with Laravel4. My configuration below always return false I have my auth.php like this :
Arief Grando
  • 209
  • 2
  • 12
2
votes
1 answer

openLDAP c client protocol error (ldap_simple_bind_s: Protocol error)

I am trying to connect to openLDAP server using c program, I found openLDAP client library and I implement the following program. and I try to connect to this ldap server as well as my local ldap server. I compile the program with no error using…
Selaru Sinbath
  • 641
  • 1
  • 5
  • 14
1
vote
0 answers

NodeJS npm install LDAP-client Error Code 1

After installing openldap-devel, my error still exists. I am running on Linux 3.10.0-514.6.1.el7.x86_64. This is a big hurdle for me to install the ldap-client package using npm install. Could someone help with me on this? I cannot install…
Na Sun
  • 11
  • 1
  • 2
1
vote
1 answer

Unable to make ldap authentication work on Ubuntu 18.04 LTS

I'm trying to enable LDAP authentication on Ubuntu using the guides…
Maria
  • 33
  • 1
  • 7
1
vote
0 answers

how to access AWS Microsoft AD using npm packages like activedirectory, ldapjs or ldap-client

I have an AWS Directory Service for Microsoft AD and and EC2 Windows Server 2016 joined to the AD and put users into the AD, my question is how will i access the AD using npm packages like activedirectory, ldapjs or ldap-client AWS Microsoft for…
1
vote
1 answer

Where is path set for non-interactive ssh user authenticated using LDAP?

There is a Mac on our network (let's call it MACHINE) that is configured to do LDAP authentication. There is no local user named USER on this Mac, but there is a user named USER known to the LDAP server. When I execute this command from my Mac: ssh…
Betty Crokker
  • 3,001
  • 6
  • 34
  • 68
1
vote
0 answers

GlassFish LDAP configuration for groups

I use an LDAP Realm in GlassFish for authentication and want to map the groups with JAAS to roles, usable in JSF. There are two groups, ADMIN and USER. My question is, how to configure the GlassFish correctly to allow both groups to login and map…
dkaisers
  • 824
  • 1
  • 8
  • 15
1
vote
0 answers

How can SVN Authorization be done with a LDAP group

I am trying to set up LDAP based authorization for svn repos as the number of developers is quite a long number. Rather than putting the users manually in the authz file it should query the ldap and fetch the users from a particular group. How can…
user2164525
  • 897
  • 1
  • 7
  • 18
1
vote
2 answers

How to change primary LDAP domain of WSO2 IS 4.5.0

I would like modify the domain of the primary user storage (based on LDAP), but i can not get successfully. The current domain in user-mgt.xml is dc=wso2,dc=org and I would like to change to dc=foobar,dc=com My modified user-mgt.xml is: ... …
Chilcano
  • 158
  • 10
1
vote
1 answer

Collabnet subversion : module authnz_ldap_module is built-in and can't be loaded

I am trying to set up a SVN environment. I have installed collabnet svn 1.7.5 version. If I put the below in httpd.conf by downloading those .so files LoadModule ldap_module opt/CollabNet_Subversion/modules/mod_ldap.so LoadModule authnz_ldap_module…
user2164525
  • 897
  • 1
  • 7
  • 18
1
vote
1 answer

LDAP Search wildcard not working

I am trying to search my LDAP directory and I am unable to search with substring filters when the value is a set of attributes and values. Scenario: In my python script, I am able to search the LDAP server. Therefore, I will omit code regarding the…
Shailen
  • 7,909
  • 3
  • 29
  • 37
1
vote
0 answers

Web.Config authentication

I'm trying to create a web.config file for security on an intranet. I want it to have the following rules: If someone browses to the site on a specific IP range, they get straight in. If someone doesn't fall into that IP range, they are presented…
Tom
  • 61
  • 1
  • 4
1
vote
1 answer

LDAP filter - retrieve all users in a given group

I have a problem with a filter in LDAP. I want to retrieve all the users in a specified LDAP group. The LDIF is like this one: dn: cn=engineering,ou=Groups,dc=domain,dc=com objectClass: groupOfNames cn: engineering member:…
user2961042
  • 13
  • 1
  • 1
  • 3
1
2