Questions tagged [apacheds]

ApacheDS is an extensible and embeddable directory server entirely written in Java

http://directory.apache.org/

ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.

231 questions
0
votes
1 answer

Zend: ApacheDS and Windows ldap authentication issues

I am trying to integrate ldap authentication to one of my Zend project. I tried using ApacheDS and Windows ldap for windows 7. I can connect to the both ldap servers, but the authentication is not getting successful. My development environment…
Shakeel
  • 574
  • 1
  • 5
  • 16
0
votes
1 answer

ApacheDS and PHP LDAP SSL Binding: Certificate Issue

The ApacheDS generates a certificate (X.509v1) upon authentication. (As far as I understand) How would I handle this with a PHP ldap_connect? Do I need to install the ApacheDS certificate somewhere? Using an app like LDAPAdmin authenticates fine,…
Thomas
  • 342
  • 11
  • 29
0
votes
1 answer

How to uninstall ApacheDS 1.5.7 on CentOS 6.3

I have installed ApacheDS 1.5.7 on CentOS 6.3. I want to uninstall it but it doesn't come with uninstaller. How do I uninstall ApacheDS 1.5.7 manually? Thanks.
Thein Hla Maw
  • 685
  • 1
  • 9
  • 28
0
votes
1 answer

How to configure ApacheDS Working Directory in Spring config file?

I have written some unit tests for LDAP authentication using spring security and the embedded ApacheDS server. The server is started up automagically via configuration of the element in the spring application context. I specify an LDIF file for…
jgoyer
  • 63
  • 5
0
votes
0 answers

Apache DS SHA password attribute adding

I build Apache DS from source, i mean there are all the apache DS projects like apacheds all apache ds core apache ds server config in my workspace in eclipse. I changed config.ldif in the apache ds server config, by changing ads-pwdCheckQuality:…
merveotesi
  • 2,145
  • 15
  • 53
  • 84
0
votes
1 answer

Activiti and ApacheDS integration purpose

I'm new in Activiti, and I can't grasp the reason for what to use Activiti + ApacheDS NOTE In Activiti, there’s no validation if the user who claims the user task is also part of the candidate user or group. The Engine doesn’t even validate…
VB_
  • 45,112
  • 42
  • 145
  • 293
0
votes
1 answer

how to configure ApacheDSUserStoreManager as an external ldap userstore manager in wso2 identity server

I am new to wso2 and I am using wso2 Identity Server for authentication and authorization to my project. But I have a problem to configure ApacheDSUserStoreManager as an external ldap userstore manager in wso2 identity server. please can anyone…
0
votes
1 answer

Kerberos SSO : high level flow and ldap access

Having a few problems grasping the entire flow. I'm trying to accomplish the all mighty kerberos SSO integration, where auth user information is picked directly from windows. I'm using: Spnego filter in tomcat 7 in order to obtain the username from…
Andrei
  • 1,613
  • 3
  • 16
  • 36
0
votes
1 answer

UnboundID SASL cannot acquire password

Relating to my other question: UnboundID LDAP DIGEST-MD5 binding cause NPE I'm using ApacheDS as the server and UnboundID as the API. I followed the suggested answer and the NPE is gone. However, now I'm getting this…
MooCow
  • 367
  • 2
  • 6
  • 24
0
votes
2 answers

How to use Apache DS with Apache Camel, Spring Security as embedded LDAP server prepopulated from LDIF?

I'm trying to build an integration test with Apache Camel LDAP and Spring Security. Unfortunately the embedded Apache DS throws the following error when I try to pre-populate it with an LDIF (downloaded from the ApacheDS user guide) on startup: The…
cringe
  • 13,401
  • 15
  • 69
  • 102
0
votes
1 answer

Apache Directory LDAP API - getting up and running

When I try and run a test using the Apache LDAP API, I am getting the following error. I set up a Maven project , and my pom.xml has many dependencies for the Apache Directory server and API artifacts. My code (which I copied and pasted an example,…
0
votes
1 answer

Apacheds: search in custom partition

I have a relatonal database with user/address data which I want to make accessible via LDAP. I am using apacheDS and am writing a custom partition. I can already return the entries from my database but I wonder what's the best way to impement…
uschroe
  • 25
  • 2
0
votes
2 answers

Unable to use user-defined object class in Apache DS Studio

I defined an object class and want to use it in my organizationalUnit. But as I attached the screenshot, I can't see my object class(aibu-staff) in the entry list. When I try to import LDIF file into DIT, getting an error like this: Error while…
talha06
  • 6,206
  • 21
  • 92
  • 147
0
votes
1 answer

ApacheDS OID Specifying Data Type List

I am using ApacheDS as an LDAP Server. When you define attributes there are different types. For example, String or boolean. Is there a way to specify a List. So a List of Mobile? If not, how can this be done. I am aware there is an ObjectClass…
user1646481
  • 1,267
  • 6
  • 21
  • 29
0
votes
2 answers

Empty/Null Attribute Value

I have some objectClasses and dc and ou attributes and their values, in an entry in LDAP. I try to read ou attribute but i cant get it with below code. I can get dc value correctly. I know i must control if it is null, but why might "ou" be null…
merveotesi
  • 2,145
  • 15
  • 53
  • 84
1 2 3
15
16