apacheds Questions
1
In the ApacheDS documentation about embedding an ApacheDS server in Junit test they only mentions example for Junit4 using
@RunWith(FrameworkRunner.class)
or
@ClassRule
public static CreateLdapSer...
3
Solved
I am working on scalable web application.I am planning to use LDAP for login authentication purpose. I am new to LDAP when I search about it I found two important implementations:
OpenLDAP
Apache ...
3
Solved
Am new to ApacheDS - am using apacheds-2.0.0-M17.
The default password for admin is secret.
Does anyone know where I can change the value to something else?
Inside:
apacheds/instances/default/...
7
Solved
Hi I am facing an issue in starting the Apache DS. My environment is as follows.
Windows 7
64 Bit
I have 2 JVM's running (32 and 64bit) I have given the 32 bit JVM for the Apache DS.
When I star...
Monofilament asked 15/7, 2013 at 10:1
4
Solved
I setup an ApacheDS with default password-policy enabled. For testing proposes I locked a simple User (objectClass=Person extended with some custom User-objectClass) by entering the wrong credentia...
Finny asked 2/9, 2015 at 9:0
2
I am using Apache Directory Studio to set up an initial user on an LDAP partition. I have added the user, and I have a group (Administrators) that I am trying to add that user to.
Users are ou=use...
3
Solved
I am trying to use Spring LDAP for coding
<ldap-server ldif="classpath:my-ldap-clone.ldif" />
but I get this error
NoClassDefFoundError: org/apache/directory/server/core/DirectoryService
...
Alexandros asked 16/4, 2011 at 21:9
3
I was wondering if there was a way to generate my own keytab in java without going to the kdc? I found code similar to this in an ApachDS test:
Keytab keytab = Keytab.getInstance();
KerberosTim...
3
I am trying to simulate Active Directory's memberOf attribute in Apache Directory. I have added the following entry for memberOf to my LDIF file:
dn: m-oid=1.3.6.1.4.1.18060.0.4.3.2.1,ou=attribute...
2
I am using Apache Directory Studio (version 2.0.0 on both OpenSUSE(12) and on Windows 7), trying to add the posixAccount attribute to users and the posixGroup attribute to groups. I have followed t...
Choke asked 27/3, 2015 at 16:9
3
Solved
I'm working on role-based security implementation in LDAP and Java. Specifically, I have the following objects that I need to represent in LDAP:
Users
Corporate groups of users - HR, Finance etc....
2
Solved
I have create a server in Apache Directory Studio. I also created a partition and inserted some entries to that server form Java. Now I want to Backup and Restore this data in and LDIF file program...
7
Solved
I'm trying to run an embedded ApacheDS in my application. After reading http://directory.apache.org/apacheds/1.5/41-embedding-apacheds-into-an-application.html I build this:
public void startDirec...
2
Solved
What is the syntax for performing a case-insensitive match on a uid attribute? If attribute definition matters then how would that be changed?
In particular I am using ApacheDS for my LDAP store.
Ditto asked 6/1, 2010 at 23:31
1
© 2022 - 2025 — McMap. All rights reserved.