Re: operators

2007-02-27 Thread Alex Karasulu
This is for you: https://issues.apache.org/jira/browse/DIRSERVER-859 Alex On 2/26/07, Alex Karasulu [EMAIL PROTECTED] wrote: Looks like you sent this twice. Again file a JIRA issue and I'll start debugging the problem. Please give us some sample data that shows this error and if possible a

[jira] Created: (DIRSERVER-859) Schema name resolution bug blocks the use of NOT operator in search expressions like (!(cn=Marek))

2007-02-27 Thread Alex Karasulu (JIRA)
Schema name resolution bug blocks the use of NOT operator in search expressions like (!(cn=Marek)) -- Key: DIRSERVER-859 URL:

[jira] Closed: (DIRSERVER-859) Schema name resolution bug blocks the use of NOT operator in search expressions like (!(cn=Marek))

2007-02-27 Thread Alex Karasulu (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu closed DIRSERVER-859. --- Resolution: Fixed http://svn.apache.org/viewvc?view=revrevision=512197 Schema name

[jira] Reopened: (DIRSERVER-859) Schema name resolution bug blocks the use of NOT operator in search expressions like (!(cn=Marek))

2007-02-27 Thread Alex Karasulu (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu reopened DIRSERVER-859: - Ooops looks like this bug is also present in 1.5.0 as well. Fixing it. Schema name

[jira] Updated: (DIRSERVER-859) Schema name resolution bug blocks the use of NOT operator in search expressions like (!(cn=Marek))

2007-02-27 Thread Alex Karasulu (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu updated DIRSERVER-859: Fix Version/s: 1.5.0 Bug also partially present in 1.5 branch. Schema name resolution

Re: operators

2007-02-27 Thread Alex Karasulu
This bug is fixed in both the 1.0 branch to be releases on 1.0.2 and the 1.5branch to be released for 1.5.0. Alex On 2/27/07, Alex Karasulu [EMAIL PROTECTED] wrote: This is for you: https://issues.apache.org/jira/browse/DIRSERVER-859 Alex On 2/26/07, Alex Karasulu [EMAIL PROTECTED] wrote:

[jira] Closed: (DIRSERVER-859) Schema name resolution bug blocks the use of NOT operator in search expressions like (!(cn=Marek))

2007-02-27 Thread Alex Karasulu (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu closed DIRSERVER-859. --- Resolution: Fixed Fix for 1.5 branch with test case:

Re: PDF version of LDAP Studio user's guides

2007-02-27 Thread Stefan Seelmann
Hi, the PDFs are online and added to the website: http://directory.apache.org/ldapstudio/users-guide.html Regards, Stefan Pierre-Arnaud Marcelot wrote: Thanks Stefan, Those User's Guides are looking very great in PDFs. We have to include them on the website when they are online. P-A

Re: PDF version of LDAP Studio user's guides

2007-02-27 Thread Pierre-Arnaud Marcelot
Cool :) Thanks Stefan. On 2/27/07, Stefan Seelmann [EMAIL PROTECTED] wrote: Hi, the PDFs are online and added to the website: http://directory.apache.org/ldapstudio/users-guide.html Regards, Stefan Pierre-Arnaud Marcelot wrote: Thanks Stefan, Those User's Guides are looking very

[jira] Created: (DIRSERVER-860) javax.naming.NamingException when filter contains negation operation and value of attribute is specified

2007-02-27 Thread Marek (JIRA)
javax.naming.NamingException when filter contains negation operation and value of attribute is specified Key: DIRSERVER-860 URL:

[jira] Updated: (DIRSERVER-860) javax.naming.NamingException when filter contains negation operation and value of attribute is specified

2007-02-27 Thread Marek (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marek updated DIRSERVER-860: Attachment: foo-test.zip javax.naming.NamingException when filter contains negation operation and

[Kerberos] Kerberos + OpenLDAP

2007-02-27 Thread Enrique Rodriguez
Hi, Directory developers, As part of documenting practical uses of Apache Directory for Kerberos authentication, I got Kerberos authentication to OpenLDAP working. This uses the SASL+GSS-API+Kerberos V5 mechanism. The three-headed Kerberos setup I tested was (1) OpenLDAP clients (2) OpenLDAP

Re: [Kerberos] Kerberos + OpenLDAP

2007-02-27 Thread Alex Karasulu
Would be nice to get SASL setup for Apache Directory. Any idea if that's possible soon? Alex On 2/27/07, Enrique Rodriguez [EMAIL PROTECTED] wrote: Hi, Directory developers, As part of documenting practical uses of Apache Directory for Kerberos authentication, I got Kerberos authentication

Re: [jira] Updated: (DIRSERVER-860) javax.naming.NamingException when filter contains negation operation and value of attribute is specified

2007-02-27 Thread Alex Karasulu
Marek please look at issue 859 which I filed for you. I think 860 is now redundant. Alex On 2/27/07, Marek (JIRA) [EMAIL PROTECTED] wrote: [ https://issues.apache.org/jira/browse/DIRSERVER-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] Marek updated

[jira] Assigned: (DIRSERVER-860) javax.naming.NamingException when filter contains negation operation and value of attribute is specified

2007-02-27 Thread Alex Karasulu (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu reassigned DIRSERVER-860: --- Assignee: Alex Karasulu javax.naming.NamingException when filter contains

[jira] Closed: (DIRSERVER-860) javax.naming.NamingException when filter contains negation operation and value of attribute is specified

2007-02-27 Thread Alex Karasulu (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu closed DIRSERVER-860. --- Resolution: Duplicate Fix Version/s: 1.5.0 1.0.2 Marek this

Re: [Kerberos] Kerberos + OpenLDAP

2007-02-27 Thread Enrique Rodriguez
On 2/27/07, Alex Karasulu [EMAIL PROTECTED] wrote: Would be nice to get SASL setup for Apache Directory. Any idea if that's possible soon? Yes, I think so. I'll put some more time into it this weekend. I'll go ahead and assign DIRSERVER-277 and DIRSERVER-278 to myself. Once GSSAPI is

[jira] Assigned: (DIRSERVER-278) Add SASL support to LDAP

2007-02-27 Thread Enrique Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enrique Rodriguez reassigned DIRSERVER-278: --- Assignee: Enrique Rodriguez (was: Trustin Lee) Add SASL support to LDAP

[jira] Assigned: (DIRSERVER-277) Add SASL GSSAPI (Kerberos V5) mechanism support

2007-02-27 Thread Enrique Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enrique Rodriguez reassigned DIRSERVER-277: --- Assignee: Enrique Rodriguez Add SASL GSSAPI (Kerberos V5) mechanism

[jira] Reopened: (DIRSERVER-277) Add SASL GSSAPI (Kerberos V5) mechanism support

2007-02-27 Thread Enrique Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enrique Rodriguez reopened DIRSERVER-277: - We are now on JDK 1.5. Also, this is a key enterprise requirement. Add SASL

[jira] Reopened: (DIRSERVER-278) Add SASL support to LDAP

2007-02-27 Thread Enrique Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enrique Rodriguez reopened DIRSERVER-278: - We are now on JDK 1.5. Also, this is a key enterprise requirement. Add SASL

Re: [Kerberos] Kerberos + OpenLDAP

2007-02-27 Thread Mark Wilcox
I have a quick question. Did you use the example Kerberos entries that come with ApacheDS or are there example entries posted elsewhere? I didn't see them on the Wiki docs. Thanks, Mark

Re: [Kerberos] Kerberos + OpenLDAP

2007-02-27 Thread Enrique Rodriguez
On 2/27/07, Mark Wilcox [EMAIL PROTECTED] wrote: I have a quick question. Did you use the example Kerberos entries that come with ApacheDS or are there example entries posted elsewhere? I didn't see them on the Wiki docs. No, I haven't posted them yet. This is pretty alpha, which is why I