[appfuse-user] Security with LDAP and WSDL

2007-06-07 Thread Nigel in NZ
I have put some code together for a client of mine and thought I would share my experience with the Appfuse community, so here goes. My client uses WSDL to get the fully qualified user 'CN' (LDAP speak). We then use LDAP to check that we can bind and finally use another WSDL to check that the

Re: [appfuse-user] Tomcat SSL

2007-06-06 Thread Nigel in NZ
authentication and authorisation going using LDAP and WSDL within the acegi framework. Maybe next week!! Nigel Philip Barlow wrote: > > Thanks Nigel, as mentioned before i think this would be beneficial to > all of us, i look forward to reading this. > > Philip > > Nigel in

Re: [appfuse-user] Tomcat SSL

2007-06-05 Thread Nigel in NZ
walk through of adding SSL to > appfuse on the wiki? I would be very interested in this, particularly > with Struts.I'm sure i'm not the only one. > > Have a look here and searc for HTTPS: > > http://tomcat.apache.org/tomcat-5.5-doc/apr.html > > Nigel in NZ wrot

[appfuse-user] Tomcat SSL

2007-05-27 Thread Nigel in NZ
Hi, I am using SSL with my Appfuse, quite hapily. I have a keystore with a couple of trusted certificates, I have restricted only the correct pages as needed, thats all good or at least I thought it was. We got an external company to run a security check on the web site and it came back sta

Re: [appfuse-user] Pretending to be another user

2007-04-18 Thread Nigel in NZ
arted working :) There was another gotcha in the way, which I solved along the way, http://opensource.atlassian.com/projects/spring/browse/SEC-376 Basically the SwitchUserProcessingFilter needs to come at the end of the chain to work. Thanks for your help with this Nigel Nigel in NZ

Re: [appfuse-user] Pretending to be another user

2007-04-18 Thread Nigel in NZ
anything 'springs' to mind please feel free. Thanks Nigel mraible wrote: > > I have a requirement to add this functionality in one of my projects. > I don't know when I'll get around to trying to implement it, but > hopefully in the next week or so. >

Re: [appfuse-user] Pretending to be another user

2007-04-18 Thread Nigel in NZ
idocs/org/acegisecurity/ui/switchuser/SwitchUserProcessingFilter.html > > http://tinyurl.com/23vgf9 > > Matt > > On 4/17/07, Nigel in NZ <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I have a scenario where my admin user wants to pretend to be another >> user, >>

[appfuse-user] Pretending to be another user

2007-04-17 Thread Nigel in NZ
Hi, I have a scenario where my admin user wants to pretend to be another user, so I added the following code ripped from the SignupAction class, public ActionForward mimicUser(ActionMapping mapping, ActionForm form, HttpServletRequest request,

Re: [appfuse-user] Maven behind a proxy

2007-03-26 Thread Nigel in NZ
the case, could you try deleting the > maven-archetype-plugin directory from below the /org/apache/maven/plugins > directory in your maven 2 repository and try again? > > Mike > > On 3/23/07, Nigel in NZ <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >>

Re: [appfuse-user] Maven behind a proxy

2007-03-22 Thread Nigel in NZ
pe-plugin/ > through > your firewall? Maven will look for the maven-metadata.xml files stored > here > to get hold of the plugin. > > Mike > > > On 3/21/07, Nigel in NZ <[EMAIL PROTECTED]> wrote: >> >> >> hi, >> >> To first reply

Re: [appfuse-user] Maven behind a proxy

2007-03-21 Thread Nigel in NZ
Id=appfuse >> >> -modular-struts >> -DremoteRepositories=http://static.appfuse.org/repository >> -DarchetypeVersion=2.0-m4-SNAPSHOT -DgroupId=com.mycompany >> -DartifactId=myproject > > > > On 3/20/07, Nigel in NZ <[EMAIL PROTECTED]> wrote: >> >> &

[appfuse-user] Maven behind a proxy

2007-03-20 Thread Nigel in NZ
Hi, I have a problem starting a new Appfuse project using Maven 2. I think the issue is that I am behind a firewall, but I have setup my settings as defined in, http://maven.apache.org/guides/mini/guide-proxies.html to be true http fred fred 134.161.16.8 8080 loc