You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Andreas Probst <an...@gmx.net> on 2002/08/14 16:46:30 UTC

Re: User Authentication

Hi Dovan,

Slide can do authentication with users, who belong to groups. 
There are two default users defined in 
%slide_home%\server\conf\slide\slide.data. 
Nodes in the Slide tree can have access control lists (ACL) 
for users and groups attached.

If you deploy Slide as a webapp the two default users are 
defined in webapps/slide/domain.xml. In this configuration you 
enable authentication in %tomcathome%\webapps\slide\WEB-
INF\web.xml. Last part says 

  <!-- Authetication for the WebDAV servlet -->
  <!-- Uncomment this to get authentication -->

When you uncomment the following <security-constraint> and 
restart Tomcat, I think Slide authentication should work with 
users root (pass: root) and john (pass: john), which are 
defined in the <data> part of the 
%tomcathome%\webapps\slide\Domain.xml. (I haven't found the 
file where the <security-constraint> is defined using the 
preconfigured Slide-Tomcat combination, ie. the web.xml in 
this case. But authentication there is enabled for port 8081.)

And there starts my problem: Slide won't let me in. See my 
other question from today...


Andreas


> Hello,
> 
> I am new to Slide.  I'd like to know how to setup
> authentication at group and user level to access
> certain directory and files.  Could you please tell me
> whether Slide can do this and how?
> 
> Thank you,
> Dovan
> 
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: User Authentication

Posted by Andreas Probst <an...@gmx.net>.
> Andreas,
> 
> I use XML Spy as a client which can send user input
> credentials...
> 
> According to the Domain.xml default setup, user 'root'
> pswd 'root' is the administractor, I'm I right ? if so
> then 'root' can login and perform any operation in
> Slide , am I right ?

If the ACL's are set so yes. They are by default I think.
> 
> However I still cannot even login as 'root' and pswd
> is also 'root'
> 
> Please let me know.
> 
> Thanks,
> Dovan
> 
> --- Andreas Probst <an...@gmx.net> wrote:
> > Hi Dovan,
> > 
> > maybe gcasper@s-und-n.de's mail from 14.08.02
> > (Subject: Re: 
> > Authentication when slide.war is deployed under
> > webapps) helps 
> > for you too. He wrote: 
> > 
> > > Install SlideRealm in Tomcat's server-xml as
> > described at:
> > > http://jakarta.apache.org/slide/howto-tomcat.html
> > >
> > > or enter the users in tomcat-users.xml
> > 
> > So I added <user name="root" password="root"
> > roles="root"/> 
> > and <user name="john" password="john" roles="user"/>
> > into the 
> > tomcat-users.xml
> > (%CATALINA_HOME%\conf\tomcat-users.xml). That 
> > worked for me.
> > 
> > Andreas
> > 
> > 
> > > Hi Andreas,
> > > 
> > > please forgive me for my lack of knowledge, but i
> > > tried to use MS Window Explorer to open the sample
> > > Slide folder and it says:
> > > 
> > > 'You might not have permission to view this
> > directory
> > > or page using the credentials you supplied.'
> > > 
> > > If I need to log in as user 'john' and pswd 'john'
> > > could you please tell me how I do this ?
> > > 
> > > Thanks,
> > > Dovan
> > > 
> > > --- Andreas Probst <an...@gmx.net> wrote:
> > > > Hi Dovan,
> > > > 
> > > > I don't know about Weblogic, but I suppose the
> > info
> > > > applies, as the ACL 
> > > > stuff is implemented in Slide and the Domain.xml
> > and
> > > > web.xml are used to 
> > > > setup Slide.
> > > > 
> > > > Andreas
> > > > 
> > > > > Hello Andreas,
> > > > > 
> > > > > these are great help.  Thank you.
> > > > > 
> > > > > But I forgot to mention that I deployed Slide
> > on
> > > > > Weblogic 7.0.  Does your info below still
> > applies
> > > > ?
> > > > > 
> > > > > Please let me know.
> > > > > 
> > > > > Thanks,
> > > > > Dovan
> > > > > 
> > > > > --- Andreas Probst <an...@gmx.net> wrote:
> > > > > > Hi Dovan,
> > > > > > 
> > > > > > Slide can do authentication with users, who
> > > > belong
> > > > > > to groups. 
> > > > > > There are two default users defined in 
> > > > > > %slide_home%\server\conf\slide\slide.data. 
> > > > > > Nodes in the Slide tree can have access
> > control
> > > > > > lists (ACL) 
> > > > > > for users and groups attached.
> > > > > > 
> > > > > > If you deploy Slide as a webapp the two
> > default
> > > > > > users are 
> > > > > > defined in webapps/slide/domain.xml. In this
> > > > > > configuration you 
> > > > > > enable authentication in
> > > > > > %tomcathome%\webapps\slide\WEB-
> > > > > > INF\web.xml. Last part says 
> > > > > > 
> > > > > >   <!-- Authetication for the WebDAV servlet
> > -->
> > > > > >   <!-- Uncomment this to get authentication
> > -->
> > > > > > 
> > > > > > When you uncomment the following
> > > > > > <security-constraint> and 
> > > > > > restart Tomcat, I think Slide authentication
> > > > should
> > > > > > work with 
> > > > > > users root (pass: root) and john (pass:
> > john),
> > > > which
> > > > > > are 
> > > > > > defined in the <data> part of the 
> > > > > > %tomcathome%\webapps\slide\Domain.xml. (I
> > > > haven't
> > > > > > found the 
> > > > > > file where the <security-constraint> is
> > defined
> > > > > > using the 
> > > > > > preconfigured Slide-Tomcat combination, ie.
> > the
> > > > > > web.xml in 
> > > > > > this case. But authentication there is
> > enabled
> > > > for
> > > > > > port 8081.)
> > > > > > 
> > > > > > And there starts my problem: Slide won't let
> > me
> > > > in.
> > > > > > See my 
> > > > > > other question from today...
> > > > > > 
> > > > > > 
> > > > > > Andreas
> > > > > > 
> > > > > > 
> > > > > > > Hello,
> > > > > > > 
> > > > > > > I am new to Slide.  I'd like to know how
> > to
> > > > setup
> > > > > > > authentication at group and user level to
> > > > access
> > > > > > > certain directory and files.  Could you
> > please
> > > > > > tell me
> > > > > > > whether Slide can do this and how?
> > > > > > > 
> > > > > > > Thank you,
> > > > > > > Dovan
> > > > > > > 
> > > > 
> > > > 
> > > > --
> > > > To unsubscribe, e-mail:  
> > > >
> > <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail:
> > > > <ma...@jakarta.apache.org>
> > > > 
> > > 
> > > 
> > > __________________________________________________
> > > Do You Yahoo!?
> > > HotJobs - Search Thousands of New Jobs
> > > http://www.hotjobs.com
> > > 
> > 
> > 
> > 
> > --
> > To unsubscribe, e-mail:  
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


User Authentication: Slide and Weblogic 7.0

Posted by dovan nguyen <do...@yahoo.com>.
Hi Andreas,

I always send my msg to the list and CC to you to make
sure because 9 times out of 10, for some reason the
msg to the list always get returned to me.  :(

Could you please tell me if you receive my msg every
time via the list ?

Thanks,
Dovan

--- Andreas Probst <an...@gmx.net> wrote:
> > Hi Andreas,
> 
> Maybe it would be better to address the list and not
> always me.
> 
> > 
> > my slide.war is deployed as webapp onto Weblogic
> 7.0
> > so I don't have tomcat's stuff.  Any other idea ?
> > 
> > Please let me know.
> > 
> > Thanks,
> > Dovan
> 
> Hi Dovan,
> 
> I suppose you must find the place where users are
> defined in Weblogic. I 
> don't know where that is.
> Try to ask a Weblogic mailing list.
> 
> Andreas
> 
> > 
> > --- Andreas Probst <an...@gmx.net> wrote:
> > > Hi Dovan,
> > > 
> > > maybe gcasper@s-und-n.de's mail from 14.08.02
> > > (Subject: Re: 
> > > Authentication when slide.war is deployed under
> > > webapps) helps 
> > > for you too. He wrote: 
> > > 
> > > > Install SlideRealm in Tomcat's server-xml as
> > > described at:
> > > >
> http://jakarta.apache.org/slide/howto-tomcat.html
> > > >
> > > > or enter the users in tomcat-users.xml
> > > 
> > > So I added <user name="root" password="root"
> > > roles="root"/> 
> > > and <user name="john" password="john"
> roles="user"/>
> > > into the 
> > > tomcat-users.xml
> > > (%CATALINA_HOME%\conf\tomcat-users.xml). That 
> > > worked for me.
> > > 
> > > Andreas
> > > 
> > > 
> > > > Hi Andreas,
> > > > 
> > > > please forgive me for my lack of knowledge,
> but i
> > > > tried to use MS Window Explorer to open the
> sample
> > > > Slide folder and it says:
> > > > 
> > > > 'You might not have permission to view this
> > > directory
> > > > or page using the credentials you supplied.'
> > > > 
> > > > If I need to log in as user 'john' and pswd
> 'john'
> > > > could you please tell me how I do this ?
> > > > 
> > > > Thanks,
> > > > Dovan
> > > > 
> > > > --- Andreas Probst <an...@gmx.net> wrote:
> > > > > Hi Dovan,
> > > > > 
> > > > > I don't know about Weblogic, but I suppose
> the
> > > info
> > > > > applies, as the ACL 
> > > > > stuff is implemented in Slide and the
> Domain.xml
> > > and
> > > > > web.xml are used to 
> > > > > setup Slide.
> > > > > 
> > > > > Andreas
> > > > > 
> > > > > > Hello Andreas,
> > > > > > 
> > > > > > these are great help.  Thank you.
> > > > > > 
> > > > > > But I forgot to mention that I deployed
> Slide
> > > on
> > > > > > Weblogic 7.0.  Does your info below still
> > > applies
> > > > > ?
> > > > > > 
> > > > > > Please let me know.
> > > > > > 
> > > > > > Thanks,
> > > > > > Dovan
> > > > > > 
> > > > > > --- Andreas Probst <an...@gmx.net>
> wrote:
> > > > > > > Hi Dovan,
> > > > > > > 
> > > > > > > Slide can do authentication with users,
> who
> > > > > belong
> > > > > > > to groups. 
> > > > > > > There are two default users defined in 
> > > > > > >
> %slide_home%\server\conf\slide\slide.data. 
> > > > > > > Nodes in the Slide tree can have access
> > > control
> > > > > > > lists (ACL) 
> > > > > > > for users and groups attached.
> > > > > > > 
> > > > > > > If you deploy Slide as a webapp the two
> > > default
> > > > > > > users are 
> > > > > > > defined in webapps/slide/domain.xml. In
> this
> > > > > > > configuration you 
> > > > > > > enable authentication in
> > > > > > > %tomcathome%\webapps\slide\WEB-
> > > > > > > INF\web.xml. Last part says 
> > > > > > > 
> > > > > > >   <!-- Authetication for the WebDAV
> servlet
> > > -->
> > > > > > >   <!-- Uncomment this to get
> authentication
> > > -->
> > > > > > > 
> > > > > > > When you uncomment the following
> > > > > > > <security-constraint> and 
> > > > > > > restart Tomcat, I think Slide
> authentication
> > > > > should
> > > > > > > work with 
> > > > > > > users root (pass: root) and john (pass:
> > > john),
> > > > > which
> > > > > > > are 
> > > > > > > defined in the <data> part of the 
> > > > > > > %tomcathome%\webapps\slide\Domain.xml.
> (I
> > > > > haven't
> > > > > > > found the 
> > > > > > > file where the <security-constraint> is
> > > defined
> > > > > > > using the 
> > > > > > > preconfigured Slide-Tomcat combination,
> ie.
> > > the
> > > > > > > web.xml in 
> > > > > > > this case. But authentication there is
> > > enabled
> > > > > for
> > > > > > > port 8081.)
> > > > > > > 
> > > > > > > And there starts my problem: Slide won't
> let
> > > me
> > > > > in.
> > > > > > > See my 
> > > > > > > other question from today...
> > > > > > > 
> > > > > > > 
> > > > > > > Andreas
> > > > > > > 
> > > > > > > 
> > > > > > > > Hello,
> > > > > > > > 
> > > > > > > > I am new to Slide.  I'd like to know
> how
> > > to
> > > > > setup
> > > > > > > > authentication at group and user level
> to
> > > > > access
> > > > > > > > certain directory and files.  Could
> you
> > > please
> > > > > > > tell me
> > > > > > > > whether Slide can do this and how?
> > > > > > > > 
> > > > > > > > Thank you,
> > > > > > > > Dovan
> > > > > > > > 
> > > > > 
> > > > > 
> > > > > --
> > > > > To unsubscribe, e-mail:  
> > > > >
> > >
> <ma...@jakarta.apache.org>
> > > > > For additional commands, e-mail:
> > > > > <ma...@jakarta.apache.org>
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: User Authentication

Posted by Andreas Probst <an...@gmx.net>.
> Hi Andreas,

Maybe it would be better to address the list and not always me.

> 
> my slide.war is deployed as webapp onto Weblogic 7.0
> so I don't have tomcat's stuff.  Any other idea ?
> 
> Please let me know.
> 
> Thanks,
> Dovan

Hi Dovan,

I suppose you must find the place where users are defined in Weblogic. I 
don't know where that is.
Try to ask a Weblogic mailing list.

Andreas

> 
> --- Andreas Probst <an...@gmx.net> wrote:
> > Hi Dovan,
> > 
> > maybe gcasper@s-und-n.de's mail from 14.08.02
> > (Subject: Re: 
> > Authentication when slide.war is deployed under
> > webapps) helps 
> > for you too. He wrote: 
> > 
> > > Install SlideRealm in Tomcat's server-xml as
> > described at:
> > > http://jakarta.apache.org/slide/howto-tomcat.html
> > >
> > > or enter the users in tomcat-users.xml
> > 
> > So I added <user name="root" password="root"
> > roles="root"/> 
> > and <user name="john" password="john" roles="user"/>
> > into the 
> > tomcat-users.xml
> > (%CATALINA_HOME%\conf\tomcat-users.xml). That 
> > worked for me.
> > 
> > Andreas
> > 
> > 
> > > Hi Andreas,
> > > 
> > > please forgive me for my lack of knowledge, but i
> > > tried to use MS Window Explorer to open the sample
> > > Slide folder and it says:
> > > 
> > > 'You might not have permission to view this
> > directory
> > > or page using the credentials you supplied.'
> > > 
> > > If I need to log in as user 'john' and pswd 'john'
> > > could you please tell me how I do this ?
> > > 
> > > Thanks,
> > > Dovan
> > > 
> > > --- Andreas Probst <an...@gmx.net> wrote:
> > > > Hi Dovan,
> > > > 
> > > > I don't know about Weblogic, but I suppose the
> > info
> > > > applies, as the ACL 
> > > > stuff is implemented in Slide and the Domain.xml
> > and
> > > > web.xml are used to 
> > > > setup Slide.
> > > > 
> > > > Andreas
> > > > 
> > > > > Hello Andreas,
> > > > > 
> > > > > these are great help.  Thank you.
> > > > > 
> > > > > But I forgot to mention that I deployed Slide
> > on
> > > > > Weblogic 7.0.  Does your info below still
> > applies
> > > > ?
> > > > > 
> > > > > Please let me know.
> > > > > 
> > > > > Thanks,
> > > > > Dovan
> > > > > 
> > > > > --- Andreas Probst <an...@gmx.net> wrote:
> > > > > > Hi Dovan,
> > > > > > 
> > > > > > Slide can do authentication with users, who
> > > > belong
> > > > > > to groups. 
> > > > > > There are two default users defined in 
> > > > > > %slide_home%\server\conf\slide\slide.data. 
> > > > > > Nodes in the Slide tree can have access
> > control
> > > > > > lists (ACL) 
> > > > > > for users and groups attached.
> > > > > > 
> > > > > > If you deploy Slide as a webapp the two
> > default
> > > > > > users are 
> > > > > > defined in webapps/slide/domain.xml. In this
> > > > > > configuration you 
> > > > > > enable authentication in
> > > > > > %tomcathome%\webapps\slide\WEB-
> > > > > > INF\web.xml. Last part says 
> > > > > > 
> > > > > >   <!-- Authetication for the WebDAV servlet
> > -->
> > > > > >   <!-- Uncomment this to get authentication
> > -->
> > > > > > 
> > > > > > When you uncomment the following
> > > > > > <security-constraint> and 
> > > > > > restart Tomcat, I think Slide authentication
> > > > should
> > > > > > work with 
> > > > > > users root (pass: root) and john (pass:
> > john),
> > > > which
> > > > > > are 
> > > > > > defined in the <data> part of the 
> > > > > > %tomcathome%\webapps\slide\Domain.xml. (I
> > > > haven't
> > > > > > found the 
> > > > > > file where the <security-constraint> is
> > defined
> > > > > > using the 
> > > > > > preconfigured Slide-Tomcat combination, ie.
> > the
> > > > > > web.xml in 
> > > > > > this case. But authentication there is
> > enabled
> > > > for
> > > > > > port 8081.)
> > > > > > 
> > > > > > And there starts my problem: Slide won't let
> > me
> > > > in.
> > > > > > See my 
> > > > > > other question from today...
> > > > > > 
> > > > > > 
> > > > > > Andreas
> > > > > > 
> > > > > > 
> > > > > > > Hello,
> > > > > > > 
> > > > > > > I am new to Slide.  I'd like to know how
> > to
> > > > setup
> > > > > > > authentication at group and user level to
> > > > access
> > > > > > > certain directory and files.  Could you
> > please
> > > > > > tell me
> > > > > > > whether Slide can do this and how?
> > > > > > > 
> > > > > > > Thank you,
> > > > > > > Dovan
> > > > > > > 
> > > > 
> > > > 
> > > > --
> > > > To unsubscribe, e-mail:  
> > > >
> > <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail:
> > > > <ma...@jakarta.apache.org>
> > > > 
> > > 
> > > 
> > > __________________________________________________
> > > Do You Yahoo!?
> > > HotJobs - Search Thousands of New Jobs
> > > http://www.hotjobs.com
> > > 
> > 
> > 
> > 
> > --
> > To unsubscribe, e-mail:  
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: User Authentication

Posted by dovan nguyen <do...@yahoo.com>.
Andreas,

I use XML Spy as a client which can send user input
credentials...

According to the Domain.xml default setup, user 'root'
pswd 'root' is the administractor, I'm I right ? if so
then 'root' can login and perform any operation in
Slide , am I right ?

However I still cannot even login as 'root' and pswd
is also 'root'

Please let me know.

Thanks,
Dovan

--- Andreas Probst <an...@gmx.net> wrote:
> Hi Dovan,
> 
> maybe gcasper@s-und-n.de's mail from 14.08.02
> (Subject: Re: 
> Authentication when slide.war is deployed under
> webapps) helps 
> for you too. He wrote: 
> 
> > Install SlideRealm in Tomcat's server-xml as
> described at:
> > http://jakarta.apache.org/slide/howto-tomcat.html
> >
> > or enter the users in tomcat-users.xml
> 
> So I added <user name="root" password="root"
> roles="root"/> 
> and <user name="john" password="john" roles="user"/>
> into the 
> tomcat-users.xml
> (%CATALINA_HOME%\conf\tomcat-users.xml). That 
> worked for me.
> 
> Andreas
> 
> 
> > Hi Andreas,
> > 
> > please forgive me for my lack of knowledge, but i
> > tried to use MS Window Explorer to open the sample
> > Slide folder and it says:
> > 
> > 'You might not have permission to view this
> directory
> > or page using the credentials you supplied.'
> > 
> > If I need to log in as user 'john' and pswd 'john'
> > could you please tell me how I do this ?
> > 
> > Thanks,
> > Dovan
> > 
> > --- Andreas Probst <an...@gmx.net> wrote:
> > > Hi Dovan,
> > > 
> > > I don't know about Weblogic, but I suppose the
> info
> > > applies, as the ACL 
> > > stuff is implemented in Slide and the Domain.xml
> and
> > > web.xml are used to 
> > > setup Slide.
> > > 
> > > Andreas
> > > 
> > > > Hello Andreas,
> > > > 
> > > > these are great help.  Thank you.
> > > > 
> > > > But I forgot to mention that I deployed Slide
> on
> > > > Weblogic 7.0.  Does your info below still
> applies
> > > ?
> > > > 
> > > > Please let me know.
> > > > 
> > > > Thanks,
> > > > Dovan
> > > > 
> > > > --- Andreas Probst <an...@gmx.net> wrote:
> > > > > Hi Dovan,
> > > > > 
> > > > > Slide can do authentication with users, who
> > > belong
> > > > > to groups. 
> > > > > There are two default users defined in 
> > > > > %slide_home%\server\conf\slide\slide.data. 
> > > > > Nodes in the Slide tree can have access
> control
> > > > > lists (ACL) 
> > > > > for users and groups attached.
> > > > > 
> > > > > If you deploy Slide as a webapp the two
> default
> > > > > users are 
> > > > > defined in webapps/slide/domain.xml. In this
> > > > > configuration you 
> > > > > enable authentication in
> > > > > %tomcathome%\webapps\slide\WEB-
> > > > > INF\web.xml. Last part says 
> > > > > 
> > > > >   <!-- Authetication for the WebDAV servlet
> -->
> > > > >   <!-- Uncomment this to get authentication
> -->
> > > > > 
> > > > > When you uncomment the following
> > > > > <security-constraint> and 
> > > > > restart Tomcat, I think Slide authentication
> > > should
> > > > > work with 
> > > > > users root (pass: root) and john (pass:
> john),
> > > which
> > > > > are 
> > > > > defined in the <data> part of the 
> > > > > %tomcathome%\webapps\slide\Domain.xml. (I
> > > haven't
> > > > > found the 
> > > > > file where the <security-constraint> is
> defined
> > > > > using the 
> > > > > preconfigured Slide-Tomcat combination, ie.
> the
> > > > > web.xml in 
> > > > > this case. But authentication there is
> enabled
> > > for
> > > > > port 8081.)
> > > > > 
> > > > > And there starts my problem: Slide won't let
> me
> > > in.
> > > > > See my 
> > > > > other question from today...
> > > > > 
> > > > > 
> > > > > Andreas
> > > > > 
> > > > > 
> > > > > > Hello,
> > > > > > 
> > > > > > I am new to Slide.  I'd like to know how
> to
> > > setup
> > > > > > authentication at group and user level to
> > > access
> > > > > > certain directory and files.  Could you
> please
> > > > > tell me
> > > > > > whether Slide can do this and how?
> > > > > > 
> > > > > > Thank you,
> > > > > > Dovan
> > > > > > 
> > > 
> > > 
> > > --
> > > To unsubscribe, e-mail:  
> > >
> <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> > > 
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > HotJobs - Search Thousands of New Jobs
> > http://www.hotjobs.com
> > 
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: User Authentication

Posted by dovan nguyen <do...@yahoo.com>.
Hi Andreas,

my slide.war is deployed as webapp onto Weblogic 7.0
so I don't have tomcat's stuff.  Any other idea ?

Please let me know.

Thanks,
Dovan

--- Andreas Probst <an...@gmx.net> wrote:
> Hi Dovan,
> 
> maybe gcasper@s-und-n.de's mail from 14.08.02
> (Subject: Re: 
> Authentication when slide.war is deployed under
> webapps) helps 
> for you too. He wrote: 
> 
> > Install SlideRealm in Tomcat's server-xml as
> described at:
> > http://jakarta.apache.org/slide/howto-tomcat.html
> >
> > or enter the users in tomcat-users.xml
> 
> So I added <user name="root" password="root"
> roles="root"/> 
> and <user name="john" password="john" roles="user"/>
> into the 
> tomcat-users.xml
> (%CATALINA_HOME%\conf\tomcat-users.xml). That 
> worked for me.
> 
> Andreas
> 
> 
> > Hi Andreas,
> > 
> > please forgive me for my lack of knowledge, but i
> > tried to use MS Window Explorer to open the sample
> > Slide folder and it says:
> > 
> > 'You might not have permission to view this
> directory
> > or page using the credentials you supplied.'
> > 
> > If I need to log in as user 'john' and pswd 'john'
> > could you please tell me how I do this ?
> > 
> > Thanks,
> > Dovan
> > 
> > --- Andreas Probst <an...@gmx.net> wrote:
> > > Hi Dovan,
> > > 
> > > I don't know about Weblogic, but I suppose the
> info
> > > applies, as the ACL 
> > > stuff is implemented in Slide and the Domain.xml
> and
> > > web.xml are used to 
> > > setup Slide.
> > > 
> > > Andreas
> > > 
> > > > Hello Andreas,
> > > > 
> > > > these are great help.  Thank you.
> > > > 
> > > > But I forgot to mention that I deployed Slide
> on
> > > > Weblogic 7.0.  Does your info below still
> applies
> > > ?
> > > > 
> > > > Please let me know.
> > > > 
> > > > Thanks,
> > > > Dovan
> > > > 
> > > > --- Andreas Probst <an...@gmx.net> wrote:
> > > > > Hi Dovan,
> > > > > 
> > > > > Slide can do authentication with users, who
> > > belong
> > > > > to groups. 
> > > > > There are two default users defined in 
> > > > > %slide_home%\server\conf\slide\slide.data. 
> > > > > Nodes in the Slide tree can have access
> control
> > > > > lists (ACL) 
> > > > > for users and groups attached.
> > > > > 
> > > > > If you deploy Slide as a webapp the two
> default
> > > > > users are 
> > > > > defined in webapps/slide/domain.xml. In this
> > > > > configuration you 
> > > > > enable authentication in
> > > > > %tomcathome%\webapps\slide\WEB-
> > > > > INF\web.xml. Last part says 
> > > > > 
> > > > >   <!-- Authetication for the WebDAV servlet
> -->
> > > > >   <!-- Uncomment this to get authentication
> -->
> > > > > 
> > > > > When you uncomment the following
> > > > > <security-constraint> and 
> > > > > restart Tomcat, I think Slide authentication
> > > should
> > > > > work with 
> > > > > users root (pass: root) and john (pass:
> john),
> > > which
> > > > > are 
> > > > > defined in the <data> part of the 
> > > > > %tomcathome%\webapps\slide\Domain.xml. (I
> > > haven't
> > > > > found the 
> > > > > file where the <security-constraint> is
> defined
> > > > > using the 
> > > > > preconfigured Slide-Tomcat combination, ie.
> the
> > > > > web.xml in 
> > > > > this case. But authentication there is
> enabled
> > > for
> > > > > port 8081.)
> > > > > 
> > > > > And there starts my problem: Slide won't let
> me
> > > in.
> > > > > See my 
> > > > > other question from today...
> > > > > 
> > > > > 
> > > > > Andreas
> > > > > 
> > > > > 
> > > > > > Hello,
> > > > > > 
> > > > > > I am new to Slide.  I'd like to know how
> to
> > > setup
> > > > > > authentication at group and user level to
> > > access
> > > > > > certain directory and files.  Could you
> please
> > > > > tell me
> > > > > > whether Slide can do this and how?
> > > > > > 
> > > > > > Thank you,
> > > > > > Dovan
> > > > > > 
> > > 
> > > 
> > > --
> > > To unsubscribe, e-mail:  
> > >
> <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> > > 
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > HotJobs - Search Thousands of New Jobs
> > http://www.hotjobs.com
> > 
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: User Authentication

Posted by Andreas Probst <an...@gmx.net>.
Hi Dovan,

maybe gcasper@s-und-n.de's mail from 14.08.02 (Subject: Re: 
Authentication when slide.war is deployed under webapps) helps 
for you too. He wrote: 

> Install SlideRealm in Tomcat's server-xml as described at:
> http://jakarta.apache.org/slide/howto-tomcat.html
>
> or enter the users in tomcat-users.xml

So I added <user name="root" password="root" roles="root"/> 
and <user name="john" password="john" roles="user"/> into the 
tomcat-users.xml (%CATALINA_HOME%\conf\tomcat-users.xml). That 
worked for me.

Andreas


> Hi Andreas,
> 
> please forgive me for my lack of knowledge, but i
> tried to use MS Window Explorer to open the sample
> Slide folder and it says:
> 
> 'You might not have permission to view this directory
> or page using the credentials you supplied.'
> 
> If I need to log in as user 'john' and pswd 'john'
> could you please tell me how I do this ?
> 
> Thanks,
> Dovan
> 
> --- Andreas Probst <an...@gmx.net> wrote:
> > Hi Dovan,
> > 
> > I don't know about Weblogic, but I suppose the info
> > applies, as the ACL 
> > stuff is implemented in Slide and the Domain.xml and
> > web.xml are used to 
> > setup Slide.
> > 
> > Andreas
> > 
> > > Hello Andreas,
> > > 
> > > these are great help.  Thank you.
> > > 
> > > But I forgot to mention that I deployed Slide on
> > > Weblogic 7.0.  Does your info below still applies
> > ?
> > > 
> > > Please let me know.
> > > 
> > > Thanks,
> > > Dovan
> > > 
> > > --- Andreas Probst <an...@gmx.net> wrote:
> > > > Hi Dovan,
> > > > 
> > > > Slide can do authentication with users, who
> > belong
> > > > to groups. 
> > > > There are two default users defined in 
> > > > %slide_home%\server\conf\slide\slide.data. 
> > > > Nodes in the Slide tree can have access control
> > > > lists (ACL) 
> > > > for users and groups attached.
> > > > 
> > > > If you deploy Slide as a webapp the two default
> > > > users are 
> > > > defined in webapps/slide/domain.xml. In this
> > > > configuration you 
> > > > enable authentication in
> > > > %tomcathome%\webapps\slide\WEB-
> > > > INF\web.xml. Last part says 
> > > > 
> > > >   <!-- Authetication for the WebDAV servlet -->
> > > >   <!-- Uncomment this to get authentication -->
> > > > 
> > > > When you uncomment the following
> > > > <security-constraint> and 
> > > > restart Tomcat, I think Slide authentication
> > should
> > > > work with 
> > > > users root (pass: root) and john (pass: john),
> > which
> > > > are 
> > > > defined in the <data> part of the 
> > > > %tomcathome%\webapps\slide\Domain.xml. (I
> > haven't
> > > > found the 
> > > > file where the <security-constraint> is defined
> > > > using the 
> > > > preconfigured Slide-Tomcat combination, ie. the
> > > > web.xml in 
> > > > this case. But authentication there is enabled
> > for
> > > > port 8081.)
> > > > 
> > > > And there starts my problem: Slide won't let me
> > in.
> > > > See my 
> > > > other question from today...
> > > > 
> > > > 
> > > > Andreas
> > > > 
> > > > 
> > > > > Hello,
> > > > > 
> > > > > I am new to Slide.  I'd like to know how to
> > setup
> > > > > authentication at group and user level to
> > access
> > > > > certain directory and files.  Could you please
> > > > tell me
> > > > > whether Slide can do this and how?
> > > > > 
> > > > > Thank you,
> > > > > Dovan
> > > > > 
> > 
> > 
> > --
> > To unsubscribe, e-mail:  
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: User Authentication

Posted by dovan nguyen <do...@yahoo.com>.
Andreas,

thank you.  I will sure give it a try today.

Regards,
Dovan

--- Andreas Probst <an...@gmx.net> wrote:
> Hi Dovan,
> 
> I don't know about Weblogic, but I suppose the info
> applies, as the ACL 
> stuff is implemented in Slide and the Domain.xml and
> web.xml are used to 
> setup Slide.
> 
> Andreas
> 
> > Hello Andreas,
> > 
> > these are great help.  Thank you.
> > 
> > But I forgot to mention that I deployed Slide on
> > Weblogic 7.0.  Does your info below still applies
> ?
> > 
> > Please let me know.
> > 
> > Thanks,
> > Dovan
> > 
> > --- Andreas Probst <an...@gmx.net> wrote:
> > > Hi Dovan,
> > > 
> > > Slide can do authentication with users, who
> belong
> > > to groups. 
> > > There are two default users defined in 
> > > %slide_home%\server\conf\slide\slide.data. 
> > > Nodes in the Slide tree can have access control
> > > lists (ACL) 
> > > for users and groups attached.
> > > 
> > > If you deploy Slide as a webapp the two default
> > > users are 
> > > defined in webapps/slide/domain.xml. In this
> > > configuration you 
> > > enable authentication in
> > > %tomcathome%\webapps\slide\WEB-
> > > INF\web.xml. Last part says 
> > > 
> > >   <!-- Authetication for the WebDAV servlet -->
> > >   <!-- Uncomment this to get authentication -->
> > > 
> > > When you uncomment the following
> > > <security-constraint> and 
> > > restart Tomcat, I think Slide authentication
> should
> > > work with 
> > > users root (pass: root) and john (pass: john),
> which
> > > are 
> > > defined in the <data> part of the 
> > > %tomcathome%\webapps\slide\Domain.xml. (I
> haven't
> > > found the 
> > > file where the <security-constraint> is defined
> > > using the 
> > > preconfigured Slide-Tomcat combination, ie. the
> > > web.xml in 
> > > this case. But authentication there is enabled
> for
> > > port 8081.)
> > > 
> > > And there starts my problem: Slide won't let me
> in.
> > > See my 
> > > other question from today...
> > > 
> > > 
> > > Andreas
> > > 
> > > 
> > > > Hello,
> > > > 
> > > > I am new to Slide.  I'd like to know how to
> setup
> > > > authentication at group and user level to
> access
> > > > certain directory and files.  Could you please
> > > tell me
> > > > whether Slide can do this and how?
> > > > 
> > > > Thank you,
> > > > Dovan
> > > > 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: User Authentication

Posted by dovan nguyen <do...@yahoo.com>.
Hi Andreas,

please forgive me for my lack of knowledge, but i
tried to use MS Window Explorer to open the sample
Slide folder and it says:

'You might not have permission to view this directory
or page using the credentials you supplied.'

If I need to log in as user 'john' and pswd 'john'
could you please tell me how I do this ?

Thanks,
Dovan

--- Andreas Probst <an...@gmx.net> wrote:
> Hi Dovan,
> 
> I don't know about Weblogic, but I suppose the info
> applies, as the ACL 
> stuff is implemented in Slide and the Domain.xml and
> web.xml are used to 
> setup Slide.
> 
> Andreas
> 
> > Hello Andreas,
> > 
> > these are great help.  Thank you.
> > 
> > But I forgot to mention that I deployed Slide on
> > Weblogic 7.0.  Does your info below still applies
> ?
> > 
> > Please let me know.
> > 
> > Thanks,
> > Dovan
> > 
> > --- Andreas Probst <an...@gmx.net> wrote:
> > > Hi Dovan,
> > > 
> > > Slide can do authentication with users, who
> belong
> > > to groups. 
> > > There are two default users defined in 
> > > %slide_home%\server\conf\slide\slide.data. 
> > > Nodes in the Slide tree can have access control
> > > lists (ACL) 
> > > for users and groups attached.
> > > 
> > > If you deploy Slide as a webapp the two default
> > > users are 
> > > defined in webapps/slide/domain.xml. In this
> > > configuration you 
> > > enable authentication in
> > > %tomcathome%\webapps\slide\WEB-
> > > INF\web.xml. Last part says 
> > > 
> > >   <!-- Authetication for the WebDAV servlet -->
> > >   <!-- Uncomment this to get authentication -->
> > > 
> > > When you uncomment the following
> > > <security-constraint> and 
> > > restart Tomcat, I think Slide authentication
> should
> > > work with 
> > > users root (pass: root) and john (pass: john),
> which
> > > are 
> > > defined in the <data> part of the 
> > > %tomcathome%\webapps\slide\Domain.xml. (I
> haven't
> > > found the 
> > > file where the <security-constraint> is defined
> > > using the 
> > > preconfigured Slide-Tomcat combination, ie. the
> > > web.xml in 
> > > this case. But authentication there is enabled
> for
> > > port 8081.)
> > > 
> > > And there starts my problem: Slide won't let me
> in.
> > > See my 
> > > other question from today...
> > > 
> > > 
> > > Andreas
> > > 
> > > 
> > > > Hello,
> > > > 
> > > > I am new to Slide.  I'd like to know how to
> setup
> > > > authentication at group and user level to
> access
> > > > certain directory and files.  Could you please
> > > tell me
> > > > whether Slide can do this and how?
> > > > 
> > > > Thank you,
> > > > Dovan
> > > > 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: User Authentication

Posted by Andreas Probst <an...@gmx.net>.
Hi Dovan,

I don't know about Weblogic, but I suppose the info applies, as the ACL 
stuff is implemented in Slide and the Domain.xml and web.xml are used to 
setup Slide.

Andreas

> Hello Andreas,
> 
> these are great help.  Thank you.
> 
> But I forgot to mention that I deployed Slide on
> Weblogic 7.0.  Does your info below still applies ?
> 
> Please let me know.
> 
> Thanks,
> Dovan
> 
> --- Andreas Probst <an...@gmx.net> wrote:
> > Hi Dovan,
> > 
> > Slide can do authentication with users, who belong
> > to groups. 
> > There are two default users defined in 
> > %slide_home%\server\conf\slide\slide.data. 
> > Nodes in the Slide tree can have access control
> > lists (ACL) 
> > for users and groups attached.
> > 
> > If you deploy Slide as a webapp the two default
> > users are 
> > defined in webapps/slide/domain.xml. In this
> > configuration you 
> > enable authentication in
> > %tomcathome%\webapps\slide\WEB-
> > INF\web.xml. Last part says 
> > 
> >   <!-- Authetication for the WebDAV servlet -->
> >   <!-- Uncomment this to get authentication -->
> > 
> > When you uncomment the following
> > <security-constraint> and 
> > restart Tomcat, I think Slide authentication should
> > work with 
> > users root (pass: root) and john (pass: john), which
> > are 
> > defined in the <data> part of the 
> > %tomcathome%\webapps\slide\Domain.xml. (I haven't
> > found the 
> > file where the <security-constraint> is defined
> > using the 
> > preconfigured Slide-Tomcat combination, ie. the
> > web.xml in 
> > this case. But authentication there is enabled for
> > port 8081.)
> > 
> > And there starts my problem: Slide won't let me in.
> > See my 
> > other question from today...
> > 
> > 
> > Andreas
> > 
> > 
> > > Hello,
> > > 
> > > I am new to Slide.  I'd like to know how to setup
> > > authentication at group and user level to access
> > > certain directory and files.  Could you please
> > tell me
> > > whether Slide can do this and how?
> > > 
> > > Thank you,
> > > Dovan
> > > 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: User Authentication

Posted by dovan nguyen <do...@yahoo.com>.
Hello Andreas,

these are great help.  Thank you.

But I forgot to mention that I deployed Slide on
Weblogic 7.0.  Does your info below still applies ?

Please let me know.

Thanks,
Dovan

--- Andreas Probst <an...@gmx.net> wrote:
> Hi Dovan,
> 
> Slide can do authentication with users, who belong
> to groups. 
> There are two default users defined in 
> %slide_home%\server\conf\slide\slide.data. 
> Nodes in the Slide tree can have access control
> lists (ACL) 
> for users and groups attached.
> 
> If you deploy Slide as a webapp the two default
> users are 
> defined in webapps/slide/domain.xml. In this
> configuration you 
> enable authentication in
> %tomcathome%\webapps\slide\WEB-
> INF\web.xml. Last part says 
> 
>   <!-- Authetication for the WebDAV servlet -->
>   <!-- Uncomment this to get authentication -->
> 
> When you uncomment the following
> <security-constraint> and 
> restart Tomcat, I think Slide authentication should
> work with 
> users root (pass: root) and john (pass: john), which
> are 
> defined in the <data> part of the 
> %tomcathome%\webapps\slide\Domain.xml. (I haven't
> found the 
> file where the <security-constraint> is defined
> using the 
> preconfigured Slide-Tomcat combination, ie. the
> web.xml in 
> this case. But authentication there is enabled for
> port 8081.)
> 
> And there starts my problem: Slide won't let me in.
> See my 
> other question from today...
> 
> 
> Andreas
> 
> 
> > Hello,
> > 
> > I am new to Slide.  I'd like to know how to setup
> > authentication at group and user level to access
> > certain directory and files.  Could you please
> tell me
> > whether Slide can do this and how?
> > 
> > Thank you,
> > Dovan
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > HotJobs - Search Thousands of New Jobs
> > http://www.hotjobs.com
> > 
> > --
> > To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> > 
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>