Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Apache Directory API Recent threads

Threads Replies First post Last post
Issue : Creating KDC principals using Apache DS API
By: Vamsi Kondadasula
Hi, We are having a project requiremnt where in which Apache DS java API is used to communicate with Heimdal KDC to create the principals. We are using heimdal-1.5.2 and Open LDAP as Back end for storing the Principals. We are able to add…
1 Mar 30 2012
08:11
Mar 30 2012
08:13
Maven DS Server and API usage
By: Sébastien Bahloul
Hi guys, I'm failing to include both the directory server client for test and the API and I'd like to ask if there is a smart way to do this because at this time I've got lost inside the duplicated classes and Maven artifacts. I join my…
6 Mar 18 2012
17:46
Mar 20 2012
07:17
startTLS hostname verification
By: Daniel Fisher
Looking over the API I don't see an obvious way to perform hostname verification after the SSL handshake. Is this currently possible? --Daniel Fisher
2 Jan 20 2012
14:15
Jan 23 2012
14:38
How to access multiple instances of same attribute in entry?
By: Christoph Czurda
Hi, I have an entry which has contains the same attribute more than once with different values. When I do connection.lookup, specified with the attribute, and then iterate over the entry's attributes, iteration stops after the first occurrence of…
2 Jan 1 2012
08:12
Jan 1 2012
12:48
connection.getSchemaManager() returns null
By: Christoph Czurda
Hello, Why does connection.getSchemaManager() return null? My connection is connected and bound. I want to add a custom ObjectClass which is why I need the SchemaManager. Kind Regards, Christoph
5 Dec 10 2011
11:26
Dec 10 2011
13:28
Re: connection.getSchemaManager() returns null
By: Pierre-Arnaud Marcelot
Hi guys, FYI, I already opened two JIRA issues about this problem: - DIRAPI-46 - https://issues.apache.org/jira/browse/DIRAPI-46 - DIRAPI-58 - https://issues.apache.org/jira/browse/DIRAPI-58 Regards, Pierre-Arnaud Le 10 déc. 2011 à 18:36,…
0 Dec 10 2011
13:20
Dec 10 2011
13:20
new LdapNetworkConnection throws Illegal Argument exception
By: Christoph Czurda
Hi! I have tried to connect to ApacheDS server using LDAP api. However I got the following error: Exception in thread "pool-16-thread-1" java.lang.IllegalArgumentException: factory at…
1 Dec 5 2011
00:41
Dec 5 2011
02:49
LDAP filter
By: Sébastien Bahloul
Hi guys, In the API, is there a way to accept simple filters that don't start and end with parenthesis ? I understand that this is closer to the standards but it's quite disturbing for people switching from other APIs or that used mostly other…
1 Nov 17 2011
16:50
Nov 17 2011
17:37
Reg:Groovy ldap problem
By: Punit Ashra
Hi, There are Users and Groups that are already created in the Active Directory. From Groovy ldap feature, how can we add the users a member of a particular Group. Please let us know your thought on this. Thanks, Punit J Ashra QE…
0 Nov 9 2011
03:52
Nov 9 2011
03:52
Some improvements ideas
By: Sébastien Bahloul
Hi guys, First of all, just a word to say thank you about the great job you're doing ! I'm looking to the API and I found several things that should look bizarre or not enough documented : - I was not able to find a smart way to check for results…
1 Oct 28 2011
03:40
Oct 28 2011
08:48
Re: Apache LDAP API 1.0.0-M6 has been released !
By: Emmanuel Lécharny
On 8/5/11 2:42 PM, Gary Gregory wrote: > How stable is the API? Let's consider the two meanings 'stable' can have in this context : - first, is the API usable ? Yes. We use it in Apache Directory Server and in Apache Studio for more than 6…
0 Aug 5 2011
09:26
Aug 5 2011
09:26
Apache LDAP API 1.0.0-M6 has been released !
By: Emmanuel Lécharny
The Apache Directory team is proud to announce the availability of the 1.0.0-M6 version of the Apache Directory LDAP API. The Apache LDAP client API is an ongoing effort to provide an enhanced LDAP API, as a replacement for JNDI and the existing…
0 Aug 5 2011
02:27
Aug 5 2011
02:27
Paged Results Control
By: Daniel Fisher
Can anyone provide some sample code for using the paged results control? This is basically what I'm doing now: PagedResultsImpl prc = new PagedResultsImpl(); prc.setCritical(true); prc.setSize(5); SearchRequest request = new…
6 Jun 28 2011
11:59
Jun 30 2011
12:54
LdapCodecService and Felix
By: Daniel Fisher
The LdapNetworkConnection class gets a singleton instance of StandaloneLdapCodecService which starts Felix. I don't see any code that shuts down that instance and it appears to block until that happens. The following code illustrates what I'm…
2 May 6 2011
22:58
May 8 2011
20:24
Reading Binary Attributes
By: Daniel Fisher
Hello, I'm doing some testing with 1.0.0-M3 and I'm having trouble reading binary attributes. Specifically for jpegPhoto in OpenLDAP 2.4.23: # jpegPhoto # Used to store one or more images of a person using the JPEG File # Interchange Format…
12 May 3 2011
14:03
May 6 2011
16:29
Implementing Ldap Persistent search using apache directory api
By: Narendra Kadali
Hi All, I am new to this apache directory api and there is no documentation available. I need to implement directory persistance search using this api. Can any one give me sample code for implementing my scenario or any refrences for doing…
3 Apr 17 2011
11:36
Apr 18 2011
03:15
LdapConnection threadsafe?
By: Luis Pérez
Hi, Is the LdapConnection object threadsafe? Can I perform two concurrent searches on the same LdapConnection? I can't find it in the docs, i would appreciate an answer. Thanks in advance, Luis
1 Apr 11 2011
01:32
Apr 11 2011
01:40
LDAPCon 2011 : Call for paper is new open
By: Emmanuel Lecharny
LDAPCon 2011 The third International Conference on LDAP (LDAPCon) will take place in October 10 – 11 in Heidelberg, Germany. The International Conference on LDAP is a technical forum for IT professionals interested…
0 Apr 9 2011
01:17
Apr 9 2011
01:17
Close api@ list
By: Stefan Seelmann
Hi guys, I'd like to propose (again) to close this ap### @ list. It was created to work together with the OpenDS guys on a new API. But unfortunately due to Oracle's acquisition of Sun this doesn't happen any more. Not sure if there will be a…
2 Jan 29 2011
16:26
Jan 30 2011
17:03
API Design Questionnaire #1
By: Alex Karasulu
Hi community, Now that we're coming close to finishing up the shared refactoring we have to make some choices. Not all these choices have major impacts but some might. In the past we could do what we liked and change our minds etc. Now with a 1.0…
8 Jan 28 2011
10:59
Jan 30 2011
14:35