Re: [Studio] Error when importing LDIF with request control attribute

2023-06-20 Thread Emmanuel Lécharny
FTR, I have created a JIRA : https://issues.apache.org/jira/browse/DIRAPI-394 On 20/06/2023 08:59, Emmanuel Lécharny wrote: Hi! On 19/06/2023 19:21, Wellington Ferraz Adami wrote: Hello experts, I'm trying to import a LDIF that contains a request control attribute using Apache Directory

Re: [Studio] Error when importing LDIF with request control attribute

2023-06-20 Thread Emmanuel Lécharny
Hi! On 19/06/2023 19:21, Wellington Ferraz Adami wrote: Hello experts, I'm trying to import a LDIF that contains a request control attribute using Apache Directory Studio but I'm getting a null error. There's no more information than the null error. The LDAP Server I'm running is NOT ApacheDS.

Re: [Studio]

2023-05-24 Thread Samarth Ramesh
https://pastebin.mozilla.org/WKXP2GQx Thanks in advance! Regards, Samarth R From: Emmanuel Lécharny Sent: Wednesday, May 24, 2023 1:43 PM To: Samarth Ramesh Subject: Re: [Studio] On 24/05/2023 10:10, Samarth Ramesh wrote: > Thanks a lot! > I will try that out a

Re: [Studio]

2023-05-24 Thread Emmanuel Lécharny
Hi, assuming your ldif has been properly attached, and is: dn: cn=John E Doe, o=University of Higher Learning, c=US cn: John E Doe cn: John Doe objectclass: person sn: Doe you have starting spaces before 'cn:', etc, which is not allowed. The ldif should be: dn:

Re: [Studio][Request] Add version number to Windows Installer

2021-09-03 Thread Stefan Seelmann
Hi Nelson, On 9/3/21 9:07 AM, Nelson Bartley wrote: > Simple request. Could you add the application version number to the windows > installer please. This would allow it to behave with tools like winget which > use the programs and features registered version number for updates. Sure, this was

Re: Studio: Connecting to an OpenLDAP server via Unauthenticated Authentication

2020-05-27 Thread Emmanuel Lécharny
Re-reading the RFC again, I think we should address the issue in Studio: "Clients SHOULD be implemented to require user selection of the Unauthenticated Authentication Mechanism by means other than user input of an empty password." which means we should add a "Unauthenticated Authentication"

Re: Studio: Connecting to an OpenLDAP server via Unauthenticated Authentication

2020-05-26 Thread Baptiste Grenier
Le 26/05/20 à 14:31, Emmanuel Lécharny téléscripta : Sorry, I read your mail a bit quickly. The unauthenticated bind is a security risk, and the RFC explicitly say that "Clients SHOULD disallow an empty password input to a Name/Password Authentication user interface". IMO, the trick you are

Re: Studio: Connecting to an OpenLDAP server via Unauthenticated Authentication

2020-05-26 Thread Emmanuel Lécharny
On 26/05/2020 12:40, Baptiste Grenier wrote: Le 26/05/20 à 11:52, Emmanuel Lécharny téléscripta : You should be able to create an unauthenticated connection by selecting "No Authentication" in the "Authentication Method" drop box in the "Authentication" tab of the Conection popup... So no

Re: Studio: Connecting to an OpenLDAP server via Unauthenticated Authentication

2020-05-26 Thread Baptiste Grenier
Le 26/05/20 à 11:52, Emmanuel Lécharny téléscripta : You should be able to create an unauthenticated connection by selecting "No Authentication" in the "Authentication Method" drop box in the "Authentication" tab of the Conection popup... So no authentication (i.e. anonymous) is not the same

Re: Studio: Connecting to an OpenLDAP server via Unauthenticated Authentication

2020-05-26 Thread Emmanuel Lécharny
On 26/05/2020 11:05, Baptiste Grenier wrote: Hello, With Apache Directory Studio 2.0.0.v20200411-M15 I need to connect to an openLDAP Server accessible via the Unauthenticated Authentication Mechanism of Simple Bind [RFC4513], similar to what is documented for Apache Directory Server

Re: [Studio] Weird error message?!

2019-12-02 Thread Stefan Seelmann
Hi Samuel, I assume you attempt to install the Studio plugins int an Eclipse IDE, right? Unfortunately the current release version of the plugins (2.0.0-M14) won't work in a recent Eclipse version. The only option is to download the standalone version (which is based on a 1.5 years old version

Re: [Studio] Weird error message?!

2019-12-02 Thread Samuel Åslund
On 2019-12-02 11:25, Samuel Åslund wrote: Hi all I installed Apache Directory Studio right now and tried to connect it to our OpenLDAP server. I have verified my credentials with phpLDAPadmin. When I try to connect from Studio I get a "Problem Occurred" dialog with the message:

Re: [Studio] Beta or downloadable version of OpenLDAP ACL editor plug-in?

2019-01-08 Thread Emmanuel Lécharny
On 08/01/2019 09:55, v...@tx.rr.com wrote: Dear Apache Studio Team, Hi, First, thank you for ApacheDS and Apache Studio. Is there an unreleased or beta plugin available for the OpenLDAP ACL editor shown on page 8 of this PDF :

Re: [Studio] How to use batch to automate operations ?

2018-11-27 Thread Emmanuel Lecharny
Hi, I guess you want to be able to run a script that extract some specific information regularly ? The best would be to use the ldapXXX commands, like http://www.openldap.org/software//man.cgi?query=ldapsearch=0=1=OpenLDAP+2.4-Release=html . You can't schedule an operation in Studio, you can

RE: [Studio] Subsequent input of connection password

2017-05-26 Thread Black, Douglas
, 2017 12:05 To: users@directory.apache.org Subject: Re: [Studio] Subsequent input of connection password Le 04/05/2017 à 16:20, Black, Douglas a écrit : > I use Directory Studio to authenticate to an eDirectory (v8.8) tree and an > Active Directory (2008R2) domain forest. > > 1. I

Re: [Studio] Subsequent input of connection password

2017-05-07 Thread Stefan Seelmann
On 05/05/2017 08:15 AM, Stefan Düring wrote: > Thanks Emmanuel, I installed the snapshot and the first try was like > expected: > > I just have to enter the master password and don't have to > re-authenticate with an user password again. Just another warning that the snapshot is not an official

Re: [Studio] Subsequent input of connection password

2017-05-05 Thread Stefan Düring
Thanks Emmanuel, I installed the snapshot and the first try was like expected: I just have to enter the master password and don't have to re-authenticate with an user password again. Stefan Am 04.05.2017 um 18:04 schrieb Emmanuel Lécharny: Le 04/05/2017 à 16:20, Black, Douglas a écrit :

Re: [Studio] Subsequent input of connection password

2017-05-04 Thread Emmanuel Lécharny
Le 04/05/2017 à 16:20, Black, Douglas a écrit : > I use Directory Studio to authenticate to an eDirectory (v8.8) tree and an > Active Directory (2008R2) domain forest. > > 1. I create a new LDAP connection, providing my user name and password. I > check the 'save password' box. > 2. Under

Re: [Studio] Subsequent input of connection password

2017-05-04 Thread Emmanuel Lécharny
Le 04/05/2017 à 16:20, Black, Douglas a écrit : > I use Directory Studio to authenticate to an eDirectory (v8.8) tree and an > Active Directory (2008R2) domain forest. > > 1. I create a new LDAP connection, providing my user name and password. I > check the 'save password' box. > 2. Under

Re: [Studio] Subsequent input of connection password

2017-05-04 Thread Emmanuel Lécharny
Le 04/05/2017 à 16:20, Black, Douglas a écrit : > I use Directory Studio to authenticate to an eDirectory (v8.8) tree and an > Active Directory (2008R2) domain forest. > > 1. I create a new LDAP connection, providing my user name and password. I > check the 'save password' box. > 2. Under

RE: [Studio] Subsequent input of connection password

2017-05-04 Thread Black, Douglas
écharny [mailto:elecha...@gmail.com] Sent: Thursday, May 4, 2017 10:09 To: users@directory.apache.org Subject: Re: [Studio] Subsequent input of connection password Le 04/05/2017 à 14:45, Black, Douglas a écrit : > I have the same issue, and it only started happening when I switched to the &

Re: [Studio] Subsequent input of connection password

2017-05-04 Thread Emmanuel Lécharny
Le 04/05/2017 à 14:45, Black, Douglas a écrit : > I have the same issue, and it only started happening when I switched to the > latest release of Apache Directory Studio. When I was on version > 2.0.0.v20150606-M9, I was able to enter the master password once and it never > asked for

RE: [Studio] Subsequent input of connection password

2017-05-04 Thread Black, Douglas
-authenticate literally every few minutes. -Original Message- From: Emmanuel Lécharny [mailto:elecha...@gmail.com] Sent: Thursday, May 4, 2017 04:53 To: users@directory.apache.org Subject: Re: [Studio] Subsequent input of connection password Le 04/05/2017 à 09:59, Stefan Düring

Re: [Studio] Subsequent input of connection password

2017-05-04 Thread Emmanuel Lécharny
Le 04/05/2017 à 09:59, Stefan Düring a écrit : > I'm using Apache Directory Studio Version: 2.0.0.v20161101-M12 in > Ubuntu 16.04 LTS. > I changed language to german. > > I save connection password in a keystore with master password. > In a connection I select "Simple authentication" and "Save

Re: [Studio] Apache Directory Studio not able to authenticate using GSSAPI (Kerberos)

2016-11-26 Thread Stefan Seelmann
On 10/15/2016 03:29 PM, Stefan Seelmann wrote: > On 10/15/2016 11:14 AM, Ali, Saqib wrote: >> Hello everyone, >> >> Any help with this? > > Not yet. > > I started to build a test environment (I plan Docker containers with a > KDC) but didn't finish yet. But I'm not able to test against an Active

Re: [Studio] Apache Directory Studio not able to authenticate using GSSAPI (Kerberos)

2016-10-15 Thread Stefan Seelmann
On 10/15/2016 11:14 AM, Ali, Saqib wrote: > Hello everyone, > > Any help with this? Not yet. I started to build a test environment (I plan Docker containers with a KDC) but didn't finish yet. But I'm not able to test against an Active Directory because I don't have one available. There are

Re: [Studio] Apache Directory Studio not able to authenticate using GSSAPI (Kerberos)

2016-10-15 Thread Ali, Saqib
Hello everyone, Any help with this? Thanks On Sep 30, 2016 12:32 PM, "Ali, Saqib" wrote: > Emmanuel, > > Here is the Java version: > > $ java -version > java version "1.8.0_101" > Java(TM) SE Runtime Environment (build 1.8.0_101-b13) > Java HotSpot(TM) 64-Bit Server VM

Re: [Studio] Apache Directory Studio not able to authenticate using GSSAPI (Kerberos)

2016-09-30 Thread Ali, Saqib
Emmanuel, Here is the Java version: $ java -version java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0_101-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode) On Thu, Sep 29, 2016 at 10:41 PM, Emmanuel Lécharny wrote: > Le

RE: [Studio] Apache Directory Studio can't discover base dn for old Sun DS server [SEC=UNCLASSIFIED]

2016-08-21 Thread Joel Pearson
Sure > -Original Message- > From: Emmanuel Lécharny [mailto:elecha...@gmail.com] > Sent: Friday, 19 August 2016 3:15 PM > To: users@directory.apache.org > Subject: Re: [Studio] Apache Directory Studio can't discover base dn for old > Sun DS server [SEC=UNCLASSIFIED] >

Re: [Studio] Apache Directory Studio can't discover base dn for old Sun DS server [SEC=UNCLASSIFIED]

2016-08-18 Thread Emmanuel Lécharny
Le 19/08/16 à 05:04, Joel Pearson a écrit : > I'm using Apache Directory Studio (2.0.0.v20151221-M10) as an ldap browser, > and a few years back Apache Directory Studio stopped being able to discover > the Base DN of a particular (old) Sun Directory Server we have. > > I found this question >

Re: [Studio] Java requirements for Studio on OS X

2016-08-04 Thread Sean Brown
> On Aug 3, 2016, at 5:08 PM, Sean Brown wrote: > > What are the directory requirements for running Directory Studio on OS > X? The download page says a Java runtime environment 7 or later, but > when trying to run the download on OS X 10.11.6 with the latest Oracle >

Re: [Studio] Java requirements for Studio on OS X

2016-08-04 Thread Jim Willeke
I concur with Lothar. No issues I know of on Java 8 OS-X -- -jim Jim Willeke On Thu, Aug 4, 2016 at 12:53 AM, Lothar Haeger < lothar.hae...@brummelhook.com> wrote: > Sean Brown wrote: > > > What are the directory requirements for running Directory Studio on OS > > X? The download page says a

Re: [Studio] Java requirements for Studio on OS X

2016-08-03 Thread Stefan Seelmann
On 08/03/2016 11:08 PM, Sean Brown wrote: > What are the directory requirements for running Directory Studio on OS > X? The download page says a Java runtime environment 7 or later, but Oh, that information is wrong, I'll update. The FAQ https://directory.apache.org/studio/faqs.html is

Re: [Studio] Java requirements for Studio on OS X

2016-08-03 Thread Emmanuel Lécharny
Le 03/08/16 à 23:08, Sean Brown a écrit : > What are the directory requirements for running Directory Studio on OS > X? The download page says a Java runtime environment 7 or later, but > when trying to run the download on OS X 10.11.6 with the latest Oracle > JRE version 8, it complains It has

Re: [Studio] Some characters in quick filter are misinterpreted

2016-07-22 Thread Stefan Düring
I installed now Eclipse (eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz) on my Ubuntu 12.04 and as far as I can see there is no problem with the special keys. When i enter "h" somewhere in the IDE an inputbox with "h" appears in the statusbar. When I enter "Ctrl + h" the search dialog opens.

Re: [Studio] Some characters in quick filter are misinterpreted

2016-07-21 Thread Stefan Seelmann
This is really a strange problem. Do you by chance run a "normal" Eclipse on your Computer too and if so do you see the same problem there? (I ask because Studio is based on Eclipse, M10 is based on Eclipse Mars). You may try to download the latest Studio nightly build [1] which was updated to

Re: [Studio] Some characters in quick filter are misinterpreted

2016-07-20 Thread Stefan Düring
hi, thanks for your reply. Sorry for that "Strg" thing. Yes it's "Ctrl"... @Stefan: - Now I found that the problem occurs not only on the result page of a search in the quick filter input field but in many places in Apache Directory Studio. E.g. when the focus is in the Browser Tree,

Re: [Studio] Some characters in quick filter are misinterpreted

2016-07-18 Thread Stefan Seelmann
On 07/18/2016 11:21 AM, Emmanuel Lécharny wrote: > Le 18/07/16 à 09:46, Stefan Düring a écrit : >> hello, >> >> in Apache Directory Studio (Version: 2.0.0.v20151221-M10) when I >> execute a search and try to filter the results via quick filter, some >> characters I enter in the filter field are

Re: [Studio] Some characters in quick filter are misinterpreted

2016-07-18 Thread Emmanuel Lécharny
Le 18/07/16 à 09:46, Stefan Düring a écrit : > hello, > > in Apache Directory Studio (Version: 2.0.0.v20151221-M10) when I > execute a search and try to filter the results via quick filter, some > characters I enter in the filter field are interpreted as shortcuts. > > e.g. > f - the quick filter

Re: [Studio] Testing SASL hashed password

2016-07-09 Thread Stefan Seelmann
On 07/09/2016 11:17 AM, Guillermo López Alejos wrote: > Hello again, > > Sorry for the misplaced tag in the subject. This question is about the Apache > Directory Studio client. > > Kind regards, > > Guillermo > > -Mensaje original- > De: Guillermo López Alejos > Enviado el: 08 July

Re: [Studio] "Changes could not be saved to the connection" when adding partition

2016-05-23 Thread Barry Burns
Thank you, Stefan! Worked like a charm! :o) On Mon, May 23, 2016 at 12:53 AM, Stefan Seelmann wrote: > This seems to be a known problem in Studio 2.0.0-M10, see > https://issues.apache.org/jira/browse/DIRSTUDIO-1080. Workaround would > be to use the nightly build which

Re: [Studio] "Changes could not be saved to the connection" when adding partition

2016-05-22 Thread Stefan Seelmann
This seems to be a known problem in Studio 2.0.0-M10, see https://issues.apache.org/jira/browse/DIRSTUDIO-1080. Workaround would be to use the nightly build which is linked at the end of the issue. Kind Regards, Stefan On 05/22/2016 08:14 AM, Barry Burns wrote: > Error: "Changes could not be

Re: [Studio] Directory Studio Fails to Save Keystore

2016-03-10 Thread Stefan Seelmann
On 03/10/2016 08:18 PM, Pepersack, Bob G wrote: > Hi, > > I'm using ApacheDS 2.0.0-M20 and Apache Directory Studio 2.0.0.v20151221-M10. > When I try to save my server configuration with a keystore file, I get this > error message: > > Unable to save configuration. > -

Re: [Studio] Howto run from java -jar ... instead of .EXE ?

2016-02-17 Thread David Tildesley
Thanks Stefan - perfect. Cheers,David. On Thursday, 18 February 2016 9:23 AM, Stefan Seelmann wrote: On 02/17/2016 07:47 AM, David Tildesley wrote: > Hi, > I am in a situation that I need to run Apache Directory Studio with Java > command rather than EXE. >

Re: [Studio] Howto run from java -jar ... instead of .EXE ?

2016-02-17 Thread Stefan Seelmann
On 02/17/2016 07:47 AM, David Tildesley wrote: > Hi, > I am in a situation that I need to run Apache Directory Studio with Java > command rather than EXE. > Should I unpack the EXE with something or should I download the source and > compile it and hopefully some will give me some advice after

Re: [Studio] migration of a subtree to another domain

2014-09-17 Thread Kiran Ayyagari
On Wed, Sep 17, 2014 at 8:34 PM, Olivier Drouin ol.dro...@gmail.com wrote: Hello guys! I'm trying to move an LDAP subtree under another domain with Studio. The LDAP server is the OpenLDAP 2.4.39 . Under OpenLDAP I specified that the RootDN for each of the 2 domains is

Re: [Studio] migration of a subtree to another domain

2014-09-17 Thread Olivier Drouin
Ok, that's what I figured. I guess I'll have a followup question then. Is there a perl library that would base64 decodes my group exports? If I export with studio most uniqueMembers entry are base64. So, I need to 1) encode the file as UTF-8 2) decode the base64 entries 3) modify the basedns 4)

Re: [Studio] migration of a subtree to another domain

2014-09-17 Thread Kiran Ayyagari
On Wed, Sep 17, 2014 at 10:37 PM, Olivier Drouin ol.dro...@gmail.com wrote: Ok, that's what I figured. I guess I'll have a followup question then. Is there a perl library that would base64 decodes my group exports? If I I am no perl expert, but Net::LDAP seems to be the library you need

Re: [Studio] OpenLDAP Configuration Plugin

2014-09-09 Thread Emmanuel Lécharny
Le 08/09/14 21:58, Victor Medina a écrit : Hi all! I recently watched a presentation from LDAPCon2103 about a plugin for configuring OpenLDAP inside studio... could any one tell me where to find it? I would love to use it. It's not available atm. We first have to release ApacheDS 2.0-M18, fix

Re: [Studio] strange behaviour with multi-valued RDN

2014-07-01 Thread Emmanuel Lécharny
Le 01/07/2014 15:41, Frizz a écrit : Hi, I have tried multiple versions of Apache Directory Studio - and there seems to be a problem with multi-valued RDNs. For example I have entries like this in my LDAP (OpenDS): DN: myAttribute1=val1 + myAttribute2=val2 + myAttribute3=val3, OU=example,

Re: Studio M2 v2.0.0.v20130628 and GSSAPI (kerberos)

2014-03-26 Thread Stefan Seelmann
Strange, if I select GSSAPI I can change the Kerberos Credential Configuration and Kerberos Configuration parameters. I use 64-bit version of Studio under Linux with OpenJDK 7. Can you describe your platform? What do you mean with cannot change? Do you see any input fields / radio buttons? Are

Re: Studio M2 v2.0.0.v20130628 and GSSAPI (kerberos)

2014-03-26 Thread Pierre Smits
Stefan, My platform is OSX 10.9.2 on a MacBook Pro (s/n 760460LDATM). I must say that I installed the client over an old one that I used with ApacheDS 1.5.5. With not being able to change, I see the fields disabled (greyed out, including the labels), but the labels of Kerberos Real, KDC Host

Re: [Studio] command line equivalent of import

2014-02-02 Thread Mihamina RKTMB
On 02/02/2014 10:11 AM, Emmanuel Lécharny wrote: What is your bug ? Which version of OpenLDAP are you using ? The bug is a bit long to describe rigth now as it involves dynamic groups Apache HTTPd. This list is not the right one for that. Regards.

Re: [Studio] command line equivalent of import

2014-02-02 Thread Mihamina RKTMB
On 02/01/2014 08:59 PM, Jim Willeke wrote: Most ldapseach command line tools have a -c Continuous operation mode. Errors are reported, but ldapsearch will continue with searches.The default is to exit after reporting an error. Only useful in conjunction with -f. Thanks, That is

Re: [Studio] command line equivalent of import

2014-02-02 Thread Emmanuel Lécharny
Le 2/2/14 4:58 PM, Mihamina RKTMB a écrit : On 02/02/2014 10:11 AM, Emmanuel Lécharny wrote: What is your bug ? Which version of OpenLDAP are you using ? The bug is a bit long to describe rigth now as it involves dynamic groups Apache HTTPd. Have you posted a description of your problem on

Re: [Studio] command line equivalent of import

2014-02-02 Thread Stefan Seelmann
On 02/01/2014 06:42 PM, Mihamina RKTMB wrote: Reimporting is done with Apache directory Studio by - exporting the tree to ldif - importing the exported ldif (overwriting existing entries) Would you know a scripted way to import as Studio would? What Studio does is: 1) try to add the entry

Re: [Studio] command line equivalent of import

2014-02-01 Thread Jim Willeke
Most ldapseach command line tools have a -c Continuous operation mode. Errors are reported, but ldapsearch will continue with searches.The default is to exit after reporting an error. Only useful in conjunction with -f. -- -jim Jim Willeke On Sat, Feb 1, 2014 at 12:42 PM,

Re: [Studio] command line equivalent of import

2014-02-01 Thread Emmanuel Lécharny
Le 2/1/14 6:42 PM, Mihamina RKTMB a écrit : Hi, For several reasons, we have to often re-import our directory (OpenLDAP). This is because we encoutered a bug that a reimport solves. We're stuck on this for the moment. What is your bug ? Which version of OpenLDAP are you using ? --

Re: [Studio] Attribute hiding in Entry Editor.

2013-07-17 Thread Pierre-Arnaud Marcelot
Hi, Unfortunately, it can't be done in the Entry Editor at the moment. You can do the opposite and filter attributes and values with the quick filter in the Entry Editor:

RE: Studio 1.5.3 plugin installation fails due to certificates error

2012-02-16 Thread Popova, Marina
] On Behalf Of Pierre-Arnaud Marcelot Sent: Thursday, February 16, 2012 2:28 AM To: users@directory.apache.org Cc: Popova, Marina Subject: Re: Studio 1.5.3 plugin installation fails due to certificates error Marina, I was able to install Studio 1.5.3 in Eclipse 3.4.2. You simply need to accept the Apache

Re: Studio 1.5.3 plugin installation fails due to certificates error

2012-02-16 Thread Pierre-Arnaud Marcelot
server and stuff. Thanks! Marina -Original Message- From: Pierre-Arnaud Marcelot [mailto:paj...@gmail.com] On Behalf Of Pierre-Arnaud Marcelot Sent: Thursday, February 16, 2012 2:28 AM To: users@directory.apache.org Cc: Popova, Marina Subject: Re: Studio 1.5.3 plugin

RE: Studio 1.5.3 plugin installation fails due to certificates error

2012-02-15 Thread Popova, Marina
@directory.apache.org Cc: Popova, Marina Subject: Re: Studio 1.5.3 plugin installation fails due to certificates error Hi Marina, On which Eclipse distribution are you trying to install Apache Directory Studio on? FYI, I just verified the update site and I successfully installed it on Eclipse 3.7.1

Re: Studio 1.5.3 plugin installation fails due to certificates error

2012-02-15 Thread Pierre-Arnaud Marcelot
- is it too old for this? Thanks! Marina -Original Message- From: Pierre-Arnaud Marcelot [mailto:paj...@gmail.com] On Behalf Of Pierre-Arnaud Marcelot Sent: Tuesday, February 14, 2012 4:28 PM To: users@directory.apache.org Cc: Popova, Marina Subject: Re: Studio 1.5.3

Re: Studio 1.5.3 plugin installation fails due to certificates error

2012-02-15 Thread Pierre-Arnaud Marcelot
, February 14, 2012 4:28 PM To: users@directory.apache.org Cc: Popova, Marina Subject: Re: Studio 1.5.3 plugin installation fails due to certificates error Hi Marina, On which Eclipse distribution are you trying to install Apache Directory Studio on? FYI, I just verified the update site

Re: Studio 1.5.3 plugin installation fails due to certificates error

2012-02-14 Thread Pierre-Arnaud Marcelot
Hi Marina, On which Eclipse distribution are you trying to install Apache Directory Studio on? FYI, I just verified the update site and I successfully installed it on Eclipse 3.7.1. It works also great via the Eclipse Marketplace. Regards, Pierre-Arnaud On 14 févr. 2012, at 20:04, Popova,

Re: [Studio] SSL (ldaps) connection only with tls_ssf=128 instead of 256

2011-03-01 Thread Bill MacAllister
--On Tuesday, February 22, 2011 04:42:23 PM +0100 Natalia nata@gmail.com wrote: Hi, if there is now something new with this question? I want only to know, whether there is hope to solve the problem. The issue is not with ApacheDS but with the underlying SASL/Kerberos libraries. It is

Re: [Studio] SSL (ldaps) connection only with tls_ssf=128 instead of 256

2011-02-22 Thread Natalia
Hi, if there is now something new with this question? I want only to know, whether there is hope to solve the problem. Thank you in advance for answer Best regards, Natalia 2011/2/16 Natalia nata@gmail.com Hi, i use GSSAPI (Kerberos) with Authentication with integrity and privacy

Re: [Studio] SSL (ldaps) connection only with tls_ssf=128 instead of 256

2011-02-15 Thread Natalia
Hi, i use GSSAPI (Kerberos) with Authentication with integrity and privacy protection. In logs it looks: BIND dn=my dn mech=GSSAPI sasl_ssf=56 ssf=56 It is same with Apache DS and ldapsearch. Best regards, Natalia 2011/2/15 Pierre-Arnaud Marcelot p...@marcelot.net Hi Natalia, What kind

Re: [Studio] How do I specify Client Certificate store for TLS connections?

2010-12-20 Thread Stefan Seelmann
Hi Pat, the External SASL mechanism is currently not supported, please add a feature request [1]. Kind Regards, Stefan [1] https://issues.apache.org/jira/browse/DIRSTUDIO On Mon, Dec 20, 2010 at 7:46 PM, Lynch, Pat pat.ly...@polycom.com wrote: Hello, I am using Directory Studio 1.5.3 and

Re: [Studio] Auto reloading schema (WAS: Re: [ApacheDS] Cannot enable custom schema such as mozilla schema)

2010-09-17 Thread Kiran Ayyagari
On Fri, Sep 17, 2010 at 8:31 AM, Alex Karasulu akaras...@apache.org wrote: On Thu, Sep 16, 2010 at 9:50 AM, Kiran Ayyagari kayyag...@apache.orgwrote: On Thu, Sep 16, 2010 at 12:14 PM,  mcto...@gmail.com wrote:  Aha! That worked when I copied the connection object in Studio. But the original

Re: [Studio] Auto reloading schema (WAS: Re: [ApacheDS] Cannot enable custom schema such as mozilla schema)

2010-09-17 Thread Emmanuel Lecharny
On Fri, Sep 17, 2010 at 8:31 AM, Stefan Seelmann seelm...@apache.orgwrote: On Fri, Sep 17, 2010 at 5:01 AM, Alex Karasulu akaras...@apache.org wrote: Just a random thought I had while reading this thread in the background. It might be nice to have Studio check the timestamp on the

Re: [Studio] Auto reloading schema (WAS: Re: [ApacheDS] Cannot enable custom schema such as mozilla schema)

2010-09-16 Thread mctozzy
Personally I think that is a very logical idea. And would save people (like me) being bitten on the bum by this! Just a random thought I had while reading this thread in the background. It might be nice to have Studio check the timestamp on the ou=schema entry to see if it was modified since

Re: [Studio] Huge Performance Slowdown

2010-05-24 Thread Emmanuel Lecharny
hi, do you have many searches stored, many bookmarks? Also are you doing a lot of huge requests ? Regarding the memory usage, have a look at http://directory.apache.org/studio/faqs.html, item How to increase the heap memory? On Tue, May 25, 2010 at 12:19 AM, Chris Wilcox ckwil...@gmail.com

Re: studio: display CN from member

2010-02-18 Thread Aristedes Maniatis
I'm still really keen on solving this one. Apache Directory Studio is really so nice, if only I could solve this problem. Ari Maniatis On 15/12/09 12:39 AM, Aristedes Maniatis wrote: I have a pretty common directory structure which includes a groupOfNames class containing a list of member

Re: studio: display CN from member

2010-02-18 Thread Stefan Seelmann
Hi Aristedes, sorry for the late response. What you want is not possible with the current Version (1.5) of Studio. Such joins would require an additional lookup for each member. I think what you want is some group management feature, there is an outstanding feature request [1]. Feel free to

Re: [Studio] nisNetgroupTriple: no equality matching rule

2009-12-02 Thread Stefan Seelmann
Hi Jason, Jason Hamilton wrote: I'm new to the list so be gentle :-) Hey, we are always gentle :-) I have no trouble manually applying an ldif or even via phpLDAPadmin to modify nisNetgroupTriple entries in my LDAP tree. When I attempt to add or modify then from Directory Studio I get the

Re: [Studio] nisNetgroupTriple: no equality matching rule

2009-12-02 Thread Jason Hamilton
Thank you sir, an appropriate fix :-) Downloaded 1.5.1 and it looks lovely. More excellent work from the Apache team. -Jason Stefan Seelmann wrote: Hi Jason, Jason Hamilton wrote: I'm new to the list so be gentle :-) Hey, we are always gentle :-) I have no trouble manually applying an

Re: [STUDIO] Studio forces all objectclasses the class in use inherits from to be set, too

2009-11-09 Thread Stefan Seelmann
Hi Linus, Linus van Geuns wrote: Hi! When adding an objectClass vlaue to an entry already existing in a DIT, Studio forces all classes the requested class inherits from, to also be added if not already present. This, in general, is not a bad thing. But when using slapd with objects

Re: [Studio] Linux locales user interface language: $LANG, $LC_CTYPE, $LC_ALL

2009-10-20 Thread Emmanuel Lecharny
Linus van Geuns wrote: Hi! Just made the following observation on Ubuntu 9.04 i386 running ApacheDirectoryStudio-linux-x86-1.4.0.v20090407: Using a more complex locale setup like.. $ locale LANG=en_US.utf8 LC_CTYPE=de_DE.utf8 LC_NUMERIC=de_DE.utf8 LC_TIME=de_DE.utf8 LC_COLLATE=de_DE.utf8

Re: [Studio] Integer Editor does not accept negative numbers

2009-10-16 Thread Pierre-Arnaud Marcelot
Hi James, I created the Jira for you, DIRSTUDIO-570. https://issues.apache.org/jira/browse/DIRSTUDIO-570 I also fixed it, so it'll be part of the 1.5 release of Studio. Thanks for your report. Pierre-Arnaud On Thu, Oct 15, 2009 at 11:03 PM, Emmanuel Lécharny elecha...@apache.orgwrote: James

Re: [Studio] Integer Editor does not accept negative numbers

2009-10-16 Thread Stefan Seelmann
Hi James, James Lentini wrote: The Integer Editor, the default editor for attributes using the Integer syntax (1.3.6.1.4.1.1466.115.121.1.27), doesn't allow negative numbers. Section 3.3.16 of RFC 4517 indicates that the Integer syntax allows negative numbers. Is this a know issue with the

Re: [Studio] Integer Editor does not accept negative numbers

2009-10-16 Thread Emmanuel Lecharny
Stefan Seelmann wrote: Hi James, James Lentini wrote: The Integer Editor, the default editor for attributes using the Integer syntax (1.3.6.1.4.1.1466.115.121.1.27), doesn't allow negative numbers. Section 3.3.16 of RFC 4517 indicates that the Integer syntax allows negative numbers. Is

Re: [Studio] Integer Editor does not accept negative numbers

2009-10-16 Thread Stefan Seelmann
Emmanuel Lecharny wrote: Another issue: the RFC says unlimited magnitude. However the integer editor only accepts the Java integer range -2^31...2^31-1. To solve that we need to remove the spinner widget we use and replace it with an normal text field and check the content using a regular

Re: [Studio] Integer Editor does not accept negative numbers

2009-10-16 Thread Emmanuel Lecharny
Felix Knecht wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Another issue: the RFC says unlimited magnitude. However the integer editor only accepts the Java integer range -2^31...2^31-1. To solve that we need to remove the spinner widget we use and replace it with an normal text

Re: [Studio] Integer Editor does not accept negative numbers

2009-10-16 Thread Pierre-Arnaud Marcelot
I'm the exact opposite and I really like it. Of course when I need to add the initial value, I usually enter it with the keyboard or copy/paste. And in that case, the Spinner widget behaves like a classical text field. But when I edit an existing value, I very often use the up or down buttons or

Re: [Studio] Integer Editor does not accept negative numbers

2009-10-16 Thread Pierre-Arnaud Marcelot
In that case we would loose support for the very handy buttons and keys behavior supported by the Spinner... :( But if you want to go in that direction, I'd rather have an extended In-Place Value Editor. At least, it's more integrated... Pierre-Arnaud On Fri, Oct 16, 2009 at 11:50 AM, Stefan

Re: [Studio] Integer Editor does not accept negative numbers

2009-10-16 Thread James Lentini
On Fri, 16 Oct 2009, Pierre-Arnaud Marcelot wrote: Hi James, I created the Jira for you, DIRSTUDIO-570. https://issues.apache.org/jira/browse/DIRSTUDIO-570 I also fixed it, so it'll be part of the 1.5 release of Studio. Wow. That was quick. Thanks for your report. Thank you. BTW,

Re: [Studio] Integer Editor does not accept negative numbers

2009-10-15 Thread James Lentini
On Thu, 15 Oct 2009, Emmanuel Lecharny wrote: James Lentini wrote: Hi, This is a question about Apache Directory Studio. The Integer Editor, the default editor for attributes using the Integer syntax (1.3.6.1.4.1.1466.115.121.1.27), doesn't allow negative numbers. Section

Re: [Studio] Integer Editor does not accept negative numbers

2009-10-15 Thread Emmanuel Lécharny
James Lentini wrote: On Thu, 15 Oct 2009, Emmanuel Lecharny wrote: James Lentini wrote: Hi, This is a question about Apache Directory Studio. The Integer Editor, the default editor for attributes using the Integer syntax (1.3.6.1.4.1.1466.115.121.1.27), doesn't allow negative

Re: [Studio] Article on Apache Directory Studio from administrators point of view (de_DE)

2009-10-09 Thread Stefan Zoerner
Linus van Geuns wrote: My name is Linus van Geuns and I've been asked to write an article on Apache Directory Studio as a LDAP server administration tool. The article will span about 3 to 5 pages (DIN A4) and be published in Linux Magazin[1] (de_DE). Hi Linus, I assume your article will be in

Re: [Studio] Article on Apache Directory Studio from administrators point of view (de_DE)

2009-10-08 Thread Emmanuel Lecharny
Linus van Geuns wrote: Hi! Hi ! My name is Linus van Geuns and I've been asked to write an article on Apache Directory Studio as a LDAP server administration tool. The article will span about 3 to 5 pages (DIN A4) and be published in Linux Magazin[1] (de_DE). As I am not an experienced

Re: [Studio] Behaviour of Copy Value actions

2009-10-07 Thread Emmanuel Lecharny
Stefan Seelmann wrote: Hi, In the Entry Editor we have multiple context menu items to copy a value: - The default Copy Value (Ctrl+C) - Some more items in the Advanced sub-menu The current behaviour of the Copy Value action is: - If the value is string then the value is copied as stored in

Re: [Studio] Behaviour of Copy Value actions

2009-10-07 Thread Stefan Seelmann
Emmanuel Lecharny wrote: IMO, manipulation of values through Copy/paste are only meaningfull in Studio, and in this case, copying a binary value as Base64 is probably the best choice. If you have an extended operation allowing someone to copy the realy byte[] in a buffer, that's fine (however,

Re: [Studio] Adding objectClass results in: LDAP error code 20: modify/add: objectClass: value #0 already exists

2009-10-01 Thread Stefan Seelmann
Hi Ringo, 1st) Could you check the Modification Logs please? It should contain the changes sent to the directory server. 2nd) inetOrgPerson is a structural object class, so adding it to an existing entry (which already has a structural object class) fails. Kind Regards, Stefan Ringo De Smet

Re: [Studio] Adding objectClass results in: LDAP error code 20: modify/add: objectClass: value #0 already exists

2009-10-01 Thread Ringo De Smet
Stefan, 2009/10/1 Stefan Seelmann seelm...@apache.org: 2nd) inetOrgPerson is a structural object class, so adding it to an existing entry (which already has a structural object class) fails. pebkac! This was the culprit, with the result that I learned something: objectClass kinds (structural

Re: [Studio] Install on Eclipse Galileo SR1 Mac: org.apache.directory.studio.rcp.feature.feature.group not found

2009-09-29 Thread Ringo De Smet
Pierre-Arnaud, 2009/9/28 Pierre-Arnaud Marcelot p...@marcelot.net: I believe that's a bug of the Cocoa version. Personnaly, I'm still running the Carbon implementation, I find the Cocoa version a little buggy and very well implemented in terms of UI... :( Can you make sure that you file a

Re: [Studio] Install on Eclipse Galileo SR1 Mac: org.apache.directory.studio.rcp.feature.feature.group not found

2009-09-29 Thread Emmanuel Lecharny
Ringo De Smet wrote: Pierre-Arnaud, 2009/9/28 Pierre-Arnaud Marcelot p...@marcelot.net: I believe that's a bug of the Cocoa version. Personnaly, I'm still running the Carbon implementation, I find the Cocoa version a little buggy and very well implemented in terms of UI... :( Can you

Re: [Studio] Install on Eclipse Galileo SR1 Mac: org.apache.directory.studio.rcp.feature.feature.group not found

2009-09-29 Thread Ringo De Smet
Emmanuel, 2009/9/29 Emmanuel Lecharny elecha...@apache.org: We discussed the issue yesturday with him (I'm just a Mac user when he is knees deep in Apple), and he just find the new eclipse cocoa version really lagging compared to carbon. Probably because it's new, and need a lot of

Re: [Studio] Install on Eclipse Galileo SR1 Mac: org.apache.directory.studio.rcp.feature.feature.group not found

2009-09-28 Thread Pierre-Arnaud Marcelot
Hi Ringo, Thanks for reporting the issue. There's indeed a problem. I got the same issue. I'll have a look at our update site to see what can be wrong. I'll also try to install on some other OS to see if it's a Mac only issue. Anyways, unchecking the RCP feature will allow you to install Studio.

Re: [Studio] Install on Eclipse Galileo SR1 Mac: org.apache.directory.studio.rcp.feature.feature.group not found

2009-09-28 Thread Pierre-Arnaud Marcelot
Hi again Ringo, I have managed to install Studio on Eclipse Classic 3.5.1 (Carbon - 32bit). I believe that's a bug of the Cocoa version. Personnaly, I'm still running the Carbon implementation, I find the Cocoa version a little buggy and very well implemented in terms of UI... :( Regards,

  1   2   >