RE: [ApacheDS] Querying for uniqueMember matches

2009-12-14 Thread SCHEDENIG Marian
 From: Emmanuel Lecharny [mailto:elecha...@apache.org]
 Sent: Mittwoch, 09. Dezember 2009 14:21
 
 I will check what's going wrong with the nameAndOptionalUID's
 uniqueMemberMatch matchingrule.

Thanks a lot.

Cheers,
Marian.


Re: [ApacheDS] Querying for uniqueMember matches

2009-12-14 Thread Emmanuel Lécharny

Marian,

can you create a JIRA so that I don't forget to check this ?

Many thanks !

SCHEDENIG Marian a écrit :

From: Emmanuel Lecharny [mailto:elecha...@apache.org]
Sent: Mittwoch, 09. Dezember 2009 14:21

I will check what's going wrong with the nameAndOptionalUID's
uniqueMemberMatch matchingrule.



Thanks a lot.

Cheers,
Marian.

  



--
Regards,
Cordialement,
Emmanuel Lécharny
www.nextury.com




studio: display CN from member

2009-12-14 Thread Aristedes Maniatis

I have a pretty common directory structure which includes a groupOfNames class 
containing a list of member attributes, each pointing to the DN of a member who 
is belongs to that group.

Directory Studio (I think that is right: I mean the Eclipse plugin, since both your 
products seem to be named DS) is very nice in the way it shows and allows me 
to edit data. However, it will only show me the value (DN) of the member attribute. I'd 
like it to follow the join (in database terms) and show me the CN of the related record.

Is this possible?


Thanks
Ari Maniatis


Please cc me on any response since I'm not on this list.

--
--
ish
http://www.ish.com.au
Level 1, 30 Wilson Street Newtown 2042 Australia
phone +61 2 9550 5001   fax +61 2 9550 4001
GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A


Re: [ANNOUNCE] Apache Directory Studio 1.5.2 released

2009-12-14 Thread Luedtke, Terry (NIH/NLM) [E]
I'm pretty sure this has nothing to do with the OS or Java version, but rather 
with how the xml file is referenced.


This class represents a resource which should be obtained from the classpath. 
This uses either the thread context class loader, a given class loader, or a 
given class for loading resources.

This Resource implementation supports resolution as java.io.File if the class 
path resource resides in the file system, but not for classpath resources which 
reside in a jar and have not been expanded (by the servlet engine, or whatever 
the environment is) to the filesystem. To address this the various Resource 
implementations always support resolution as a java.net.URL.

http://static.springsource.org/spring/docs/2.0.x/reference/resources.html#resources-implementations-classpathresource

==
Terry Luedtke
terry.lued...@nih.govmailto:terry.lued...@nih.gov





On Dec 14, 2009, at 7:07 AM, Pierre-Arnaud Marcelot wrote:

The Apache Directory Team is pleased to announce the release of Apache 
Directory Studio 1.5.2, a bug fix and enhancement update of its Eclipse based 
LDAP Browser and Directory client.

You can download Apache Directory Studio 1.5.2 as a standalone RCP application 
for Mac OS X, Linux and Windows here:
  http://directory.apache.org/studio/downloads.html

You can install it directly in Eclipse using this update site:
  http://directory.apache.org/studio/update/1.x/

Here are a few highlights of this new version:
 * fixed a critical bug that does not allow a newly created Apache DS server to 
be started correctly
 * fixed a major bug in DN parsing of certain entries

Developed as a sub-project of the Directory Top Level Project, Apache Directory 
Studio is an Eclipse RCP application that takes full advantage of the benefits 
inherent in the Eclipse platform. Composed of several Eclipse (OSGi) plugins, 
Apache Directory Studio can be easily upgraded with additional plugins. Apache 
Directory Studio plugins can even run within a full installation of Eclipse 
itself.
Apache Directory Studio contains 6 major features:
 * an LDAP Browser feature
 * an LDIF Editor feature
 * an ACI Editor feature for Apache Directory Server
 * a Schema Editor feature
 * an Apache DS feature
 * an Apache DS Configuration feature

For more information about Apache Directory Studio, see our website:
  http://directory.apache.org/studio

Below are the JIRA issues that were resolved since the release of Apache 
Directory Studio 1.5.1:
* Bug
  - [DIRSTUDIO-601] - The 'Perform Search/Search Again' button in the Search 
Result Editor does not work correctly
  - [DIRSTUDIO-602] - Unable to start an Apache DS version 1.5.5 server
  - [DIRSTUDIO-603] - Error browsing/entering rfc2307 compliant host entry
* Task
  - [DIRSTUDIO-605] - Update the help content of the configuration editor for 
version 1.5.5 of Apache DS

The Apache Directory Team



[Studio] Update sites for old versions of Apache Directory Studio

2009-12-14 Thread Pierre-Arnaud Marcelot
Hi everyone,

FYI, I just updated the Download old versions page of the website to include 
the links to update sites for the following versions of Apache Directory Studio:
 * 1.3.0
 * 1.4.0
 * 1.5.0
 * 1.5.1

If you need to use an old version of Studio within an Eclipse application, you 
can use the links provided on that page.

Here's the URL of that page:
  http://directory.apache.org/studio/download-old-versions.html

Regards,
Pierre-Arnaud