[jira] Commented: (DIRSERVER-1588) apache ds 1.5.5 runs into infinite loop with jre 1.6 only on solaris

2010-12-07 Thread Anusha (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969143#action_12969143 ] Anusha commented on DIRSERVER-1588: --- Hi Kiran, I am checking how to connect through

50 errors in protocol-kerberos : replay cache is not initialized

2010-12-07 Thread Emmanuel Lecharny
Hi guys, so after a few fixes, I get 51 tests passing out of 101 (not bad !), but the 50 last one are mostly failing because we get a NPE, due to the fact that we haven't ant replay cache initialized. The replay cache is created when we start the kerberos server, which needs a DirectoryServi

[ApacheDS] [AuthN Delegation] Antoine here's the failure I encountered.

2010-12-07 Thread Alex Karasulu
--- Test set: org.apache.directory.server.core.integ.TestSuiteServer --- Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.313 sec

Re: First Kerberos test is green !

2010-12-07 Thread Emmanuel Lecharny
On 12/7/10 6:33 PM, feez...@gdls.com wrote: I'm running a check-out now. I'll look to see if this is changed in the branch. Note that we have around 130 tests in error in the protocol-kerberos module. The kerberos-codec module is ok, so is the kerberos-test module. The problem is that the s

Re: First Kerberos test is green !

2010-12-07 Thread feezelr
I'm running a check-out now. I'll look to see if this is changed in the branch. Emmanuel Lecharny wrote on 12/07/2010 12:24:47 PM: > On 12/7/10 6:21 PM, feez...@gdls.com wrote: > > Is all the latest code in "trunk"? > No, we are currently working in a branch, as we wanted to keep the trunk >

Re: First Kerberos test is green !

2010-12-07 Thread Emmanuel Lecharny
On 12/7/10 6:21 PM, feez...@gdls.com wrote: Is all the latest code in "trunk"? No, we are currently working in a branch, as we wanted to keep the trunk in good shape until the branch was stabilized. The branch is : http://svn.apache.org/repos/asf/directory/apacheds/branches/kerberos-codec-2.0

Re: First Kerberos test is green !

2010-12-07 Thread Kiran Ayyagari
On Tue, Dec 7, 2010 at 7:21 PM, wrote: > > Is all the latest code in "trunk"? > no, it is in a branch, here is the link http://svn.apache.org/repos/asf/directory/apacheds/branches/kerberos-codec-2.0-with-dependencies > Question: I'm getting "Access restriction: The type AuthorizationData is not >

Re: First Kerberos test is green !

2010-12-07 Thread feezelr
Is all the latest code in "trunk"? Question: I'm getting "Access restriction: The type AuthorizationData is not accessible due to restriction on required library C:\Documents and Settings\feezelr\Program Files\Java\jdk1.6.0_17\jre\lib\rt.jar" warning in eclipse regarding the use of class " sun.

[jira] Created: (DIRSTUDIO-713) Show in LDAP Browser for search results wrong

2010-12-07 Thread JIRA
Show in LDAP Browser for search results wrong - Key: DIRSTUDIO-713 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-713 Project: Directory Studio Issue Type: Bug Components: studio-ld

[jira] Created: (DIRSTUDIO-712) Navigate Go to DN ..

2010-12-07 Thread JIRA
Navigate Go to DN .. Key: DIRSTUDIO-712 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-712 Project: Directory Studio Issue Type: New Feature Components: studio-ldapbrowser Affects Versions: 1.5.3

Re: About the ChangePassword server implementation

2010-12-07 Thread Kiran Ayyagari
On Tue, Dec 7, 2010 at 5:27 PM, Emmanuel Lecharny wrote: > Ok, I'll comment the module in apacheds pom.xml. > sadly there is bit of impact at code level too, the service-builder module depends on changepassword to create the ChangePasswordServer related classes from DIT config. We need to comment

Re: About the ChangePassword server implementation

2010-12-07 Thread Emmanuel Lecharny
Ok, I'll comment the module in apacheds pom.xml. -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

[jira] Resolved: (DIRKRB-30) Decoding incoming request over TCP fails

2010-12-07 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRKRB-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRKRB-30. - Resolution: Fixed Fixed > Decoding incoming request over TCP fails >

Re: About the ChangePassword server implementation

2010-12-07 Thread Alex Karasulu
+1 On Tue, Dec 7, 2010 at 4:53 PM, Pierre-Arnaud Marcelot wrote: > On 7 déc. 2010, at 15:48, Kiran Ayyagari wrote: > > > On Tue, Dec 7, 2010 at 4:41 PM, Emmanuel Lecharny > wrote: > >> Hi guys, > >> > >> the ChangePassword server suffers the same issues than the Kerberos > server, > >> plus a fe

Re: About the ChangePassword server implementation

2010-12-07 Thread Pierre-Arnaud Marcelot
On 7 déc. 2010, at 15:48, Kiran Ayyagari wrote: > On Tue, Dec 7, 2010 at 4:41 PM, Emmanuel Lecharny wrote: >> Hi guys, >> >> the ChangePassword server suffers the same issues than the Kerberos server, >> plus a few others : >> - TCP requests won't be decoded correctly >> - the code is brittle >>

Re: About the ChangePassword server implementation

2010-12-07 Thread Stefan Seelmann
I agree. Stefan On Dec 7, 2010 3:41 PM, "Emmanuel Lecharny" wrote: > Hi guys, > > the ChangePassword server suffers the same issues than the Kerberos > server, plus a few others : > - TCP requests won't be decoded correctly > - the code is brittle > - we won't support Windows changePassword prot

Re: About the ChangePassword server implementation

2010-12-07 Thread Kiran Ayyagari
On Tue, Dec 7, 2010 at 4:41 PM, Emmanuel Lecharny wrote: > Hi guys, > > the ChangePassword server suffers the same issues than the Kerberos server, > plus a few others : > - TCP requests won't be decoded correctly > - the code is brittle > - we won't support Windows changePassword protocol (RFC 32

About the ChangePassword server implementation

2010-12-07 Thread Emmanuel Lecharny
Hi guys, the ChangePassword server suffers the same issues than the Kerberos server, plus a few others : - TCP requests won't be decoded correctly - the code is brittle - we won't support Windows changePassword protocol (RFC 3244) I suggest that we temporarilly deprecate this protocol until 2.

Re: First Kerberos test is green !

2010-12-07 Thread Emmanuel Lecharny
On 12/7/10 2:16 PM, feez...@gdls.com wrote: Great NEWS! I know you've been working very hard on this! Thanks for your efforts! It was just a very first step. The kerberos server itself needs a lot of checks, as we only have a very few set of tests :/ I'll reiterate a message we often send

Re: First Kerberos test is green !

2010-12-07 Thread feezelr
Great NEWS! I know you've been working very hard on this! Thanks for your efforts! Emmanuel Lecharny wrote on 12/06/2010 06:30:44 PM: > Hi guys, > > so this is it ! For the first time tonite, the first test > (SaslGssapiBindITest) is passing with flying colors ! > > It's a Ticket request,

[jira] Commented: (DIRSERVER-1584) document how to limit the available ciphers for ldaps (how to disable SSL3_RSA_RC4_40_MD5 : SSL_EXPORT SSL3_RSA_DES_40_CBC_SHA)

2010-12-07 Thread Ralf Hauser (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968677#action_12968677 ] Ralf Hauser commented on DIRSERVER-1584: see also DIRSERVER-1189 > document h

[jira] Commented: (DIRSERVER-1189) Configuration option for confidentiality: requiring TLS secured connections for performing requests

2010-12-07 Thread Ralf Hauser (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968678#action_12968678 ] Ralf Hauser commented on DIRSERVER-1189: see also DIRSERVER-1584 > Configurati

Re: First Kerberos test is green !

2010-12-07 Thread Pierre-Arnaud Marcelot
Congrats! Great Job! Regards, Pierre-Arnaud On 7 déc. 2010, at 00:30, Emmanuel Lecharny wrote: > Hi guys, > > so this is it ! For the first time tonite, the first test > (SaslGssapiBindITest) is passing with flying colors ! > > It's a Ticket request, with many exchanges: > > client AS-REQ