Exceptions when using Jetspeed 1.4 final with LDAP

2003-11-21 Thread Tâm Huynh
Hi, I'm using Jetspeed with LDAP user management. Since I upgraded from JS 1.4b4 to the 1.4 final release, my jetspeed.log file is full with exceptions such as the one below. The portal seems to work fine, however. Is anyone experiencing similar problems, by any chance? Thanks, Tâm This is thrown

LDAP cascading deletes?

2003-10-23 Thread Tâm Huynh
Hi, are there any plans to implement cascading deletes for the LDAP user management classes in the near future? (E.g. deletion of references when a role/permission is deleted) Tâm - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Security Management Bug

2003-10-21 Thread Tâm Huynh
Hi, I just stumbled upon what seems to be a bug in the security management. I'm using Jetspeed 1.4b4. These are the steps I've taken: 1. log in as admin 2. Switch to the Security Role Browser 3. Create a new Role test 4. Add a couple of permissions to the role 5. Switch to the user browser 6.

Re: Security Management Bug

2003-10-21 Thread Tâm Huynh
the same Oracle 8i DB, I can run all my portlets with no problem. Is this an Oracle connection problem? Has anybody else had this issue? Please help, we're stuck, and going into production soon Moabi -Original Message- From: Tâm Huynh [mailto:[EMAIL PROTECTED] Sent: Tuesday 21

hidden / dependent portlets

2003-10-09 Thread Tâm Huynh
Hi, I have developed a modified user- and role-browser that users can add to their sets of portlets. I want the role browser to be invisible and to only come up when clicking on some link -- just like the original (admin-)role-browser does. I saw that you can do this by setting a parameter

Re: hidden / dependent portlets

2003-10-09 Thread Tâm Huynh
PsmlManager portlet in admin.xreg for an example. Best regards, Mark Orciuch - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ -Original Message- From: Tâm Huynh [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 4:45 AM

Security Portlets / Portlet Security

2003-09-30 Thread Tâm Huynh
Hi, I'm planning to implement a fine-grained security mechanism within Jetspeed that should roughly look like this: - There's one portal-admin that has access to all functionality (just like the existing admin) - The portal-admin creates new users and can hand down some (or all) of his

Re: [bug?] Cannot access my custom JetspeedUser

2003-08-29 Thread Tâm Huynh
Should I file a bug report for this one? (I'm using Jetspeed 1.4b4) Tâm Tâm Huynh wrote: Hi, I'm have extended the LDAP implementation of the JetspeedUser interface, putting in some methods to access custom LDAP attributes. I put the following lines in JetspeedSecurity.properties

Cannot access my custom JetspeedUser

2003-08-28 Thread Tâm Huynh
Hi, I'm have extended the LDAP implementation of the JetspeedUser interface, putting in some methods to access custom LDAP attributes. I put the following lines in JetspeedSecurity.properties: #services.JetspeedSecurity.user.class=org.apache.jetspeed.om.security.ldap.LDAPUser

LDAP and existing directory

2003-08-22 Thread Tâm Huynh
Hi Jamey, maybe you've found about by now, but anyway ... I'm using jetspeed with iPlanet5.1 and went through almost the same steps that you described. 3. when I try to create the example users (turbine, anon), my directory says it encountered an object class violation. As you will know,

Re: LDAP and existing directory

2003-08-22 Thread Tâm Huynh
I forgot to mention that my mail was a reply to this message that I found in the mailing list archive of June: --- Date: Mon, 30 Jun 2003 14:03:11 -0700 To: [EMAIL PROTECTED] Cc: Subject: LDAP and existing directory From: Jamey Maze [EMAIL PROTECTED] X-Spam-Rating: daedalus.apache.org 1.6.2

New user notification and ldap

2003-08-21 Thread Tâm Huynh
Hi, I'm using LDAP for user authentification in Jetspeed (b3). Now I'd like to enable the 'new user notification email' feature. When I set newuser.notification.enable=true in JetspeedResources.properties, I get an UnknownUserException like the one below. When trying to log in as the

Re: User-browser broken? How to access user data?

2003-08-14 Thread Tâm Huynh
Jeff, I had trouble with the user browser, too, until I noticed that it only works when it is not maximized. That is, when I access it from the Content tab, editing users etc. does not work, but if I access it from the Security tab, it does work. Im using b3. Cheers,

Action Class for navigation templates

2003-07-21 Thread Tâm Huynh
Hello, I (still) can't find the action classes responsible for providing the context of the navigation templates (topnav.vm, etc.) Could someone please point me in the right direction? Thanks, -Tâm - To