Netware Webserver - Netware web secure logon

This is Interesting: Free IT Magazines  
Home > Archive > Netware Webserver > September 2005 > Netware web secure logon





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Netware web secure logon
Daniel

2005-08-29, 8:45 pm

How to prevent people from accessing the netware web page when they type the
netware IP address without having to authenticate first ? I've the article
in Novell but it still won't works. Pls advise.

Rgds
Daniel


Anders Gustafsson

2005-08-30, 7:46 am

Daniel,
> How to prevent people from accessing the netware web page when they type the
> netware IP address without having to authenticate first ? I've the article
> in Novell but it still won't works. Pls advise.
>

What article? You cannot prevent them from accessing through NSearch, but you
can put a password on the page.

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Daniel

2005-08-30, 7:46 am

I found TID 10071113 . I do not want user to browse to the netware home page
when type in my server ip address.

Rgds
Daniel


"Anders Gustafsson" <dalton@nomail.to.me> wrote in message
news:VA.00000f3f.00d8551e@nomail.to.me...
> Daniel,
the[vbcol=seagreen]
article[vbcol=seagreen]
> What article? You cannot prevent them from accessing through NSearch, but

you
> can put a password on the page.
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
>
> Using VA 5.51 build 315 on Windows 2000 build 2195
>



Anders Gustafsson

2005-08-30, 5:46 pm

Daniel,
> I found TID 10071113 . I do not want user to browse to the netware home page
> when type in my server ip address.
>

So basically you want to require authentication for the entire server?

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Daniel

2005-08-30, 5:46 pm

I just don't want user just simply browse to netware web page and maybe try
to hack in. Yes could be say authenticate user before user is allowed to
view the web page. I follow the article info. but after modifying, it still
won't authenticate user and direct view the web page.



"Anders Gustafsson" <dalton@nomail.to.me> wrote in message
news:VA.00000f49.000c18ea@nomail.to.me...
> Daniel,
page[vbcol=seagreen]
> So basically you want to require authentication for the entire server?
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
>
> Using VA 5.51 build 315 on Windows 2000 build 2195
>



Anders Gustafsson

2005-08-30, 5:46 pm

Daniel,
> I just don't want user just simply browse to netware web page and maybe try
> to hack in. Yes could be say authenticate user before user is allowed to
> view the web page. I follow the article info. but after modifying, it still
> won't authenticate user and direct view the web page.


Why not remove index.html and turn off indexing. That way they will just get
a "forbidden", but still be able to access NetStorage etc, provided they know
the url?

Perhaps if you told us a little bit more what services you intend to use?

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Daniel

2005-08-30, 5:46 pm

is it possible to let user enter password first before they can view the
netware web page ? basically i'm using iManager remotely, so i need to
login to iManager via web browser. Thats all.



"Anders Gustafsson" <dalton@nomail.to.me> wrote in message
news:VA.00000f4a.003f99bb@nomail.to.me...
> Daniel,
try[vbcol=seagreen]
still[vbcol=seagreen]
>
> Why not remove index.html and turn off indexing. That way they will just

get
> a "forbidden", but still be able to access NetStorage etc, provided they

know
> the url?
>
> Perhaps if you told us a little bit more what services you intend to use?
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
>
> Using VA 5.51 build 315 on Windows 2000 build 2195
>



Jordack

2005-08-30, 5:46 pm

Look into enabling htaccess files

AuthName "Protected:Secert Stuff Here"
AuthType Basic
AuthLDAPAuthoritative On
##Change "novell" to your base ldap search
AuthLDAPURL ldaps://ldap.domain/o=novell?uid?sub
##Checks for group membership (will need to uncomment)
#Require group cn=CoolPeople,o=novell
##Check for valid user only, can not be use the Require Group
#Require valid-user

Jordack

"Daniel" <danieltbt04@yahoo.com> wrote in message
news:q5%Qe.676$xP3.664@prv-forum2.provo.novell.com...
> is it possible to let user enter password first before they can view the
> netware web page ? basically i'm using iManager remotely, so i need to
> login to iManager via web browser. Thats all.
>
>
>
> "Anders Gustafsson" <dalton@nomail.to.me> wrote in message
> news:VA.00000f4a.003f99bb@nomail.to.me...
> try
> still
> get
> know
>
>



Daniel

2005-08-31, 2:45 am

AuthName "Protected:Secert Stuff Here ? how to change to ldap search ? why
some line you put double # ? Btw where should i put these command lines at ?


"Jordack" <jordack_no_spam_@yahoo.com> wrote in message
news:LY1Re.937$xP3.136@prv-forum2.provo.novell.com...
> Look into enabling htaccess files
>
> AuthName "Protected:Secert Stuff Here"
> AuthType Basic
> AuthLDAPAuthoritative On
> ##Change "novell" to your base ldap search
> AuthLDAPURL ldaps://ldap.domain/o=novell?uid?sub
> ##Checks for group membership (will need to uncomment)
> #Require group cn=CoolPeople,o=novell
> ##Check for valid user only, can not be use the Require Group
> #Require valid-user
>
> Jordack
>
> "Daniel" <danieltbt04@yahoo.com> wrote in message
> news:q5%Qe.676$xP3.664@prv-forum2.provo.novell.com...
maybe[vbcol=seagreen]
just[vbcol=seagreen]
they[vbcol=seagreen]
use?[vbcol=seagreen]
>
>



Anders Gustafsson

2005-08-31, 2:46 am

Daniel,
> is it possible to let user enter password first before they can view the
> netware web page ? basically i'm using iManager remotely, so i need to
> login to iManager via web browser. Thats all.
>

But iManager already asks for authentication? If all you need is iManager,
then just hit https://yoursite:2200 and disable port 80 (or change it to
something that is not visible outside the firewall)

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Daniel

2005-08-31, 7:45 am

I was giving an example. i might be using web browser in some ways or
another. I still prefer letting user any password first before they can be
viewed the web page.

"Anders Gustafsson" <dalton@nomail.to.me> wrote in message
news:VA.00000f51.03a6e277@nomail.to.me...
> Daniel,
> But iManager already asks for authentication? If all you need is iManager,
> then just hit https://yoursite:2200 and disable port 80 (or change it to
> something that is not visible outside the firewall)
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
>
> Using VA 5.51 build 315 on Windows 2000 build 2195
>



Anders Gustafsson

2005-08-31, 7:45 am

Daniel,
> I was giving an example. i might be using web browser in some ways or
> another. I still prefer letting user any password first before they can be
> viewed the web page.
>

OK. In that case you must follow the advice given by Jordack in this thread.

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Daniel

2005-08-31, 7:45 am

Thanks. But in case of i want to disable the web page, how to turn off
indexing and remove index.html ? so in future i can't access html also ?




"Anders Gustafsson" <dalton@nomail.to.me> wrote in message
news:VA.00000f54.04524bec@nomail.to.me...
> Daniel,
be[vbcol=seagreen]
> OK. In that case you must follow the advice given by Jordack in this

thread.
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
>
> Using VA 5.51 build 315 on Windows 2000 build 2195
>



Anders Gustafsson

2005-08-31, 7:45 am

Daniel,
> But in case of i want to disable the web page, how to turn off
> indexing and remove index.html ?


See www.apache.org

> So in future i can't access html also ?
>

Provided you know the name of the file yes.

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Daniel

2005-08-31, 7:45 am

Thanks. Are Tomcat and Apache both are web server ? both related ?
"Anders Gustafsson" <dalton@nomail.to.me> wrote in message
news:VA.00000f55.04ebe04d@nomail.to.me...
> Daniel,
>
> See www.apache.org
>
> Provided you know the name of the file yes.
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
>
> Using VA 5.51 build 315 on Windows 2000 build 2195
>



Anders Gustafsson

2005-08-31, 7:45 am

Daniel,
> Thanks. Are Tomcat and Apache both are web server ? both related ?


Before you delve ore into this, I strongly suggest that you have a peek
at the information at www.apache.org, but briefly:

Apache is the web server. It serves up web content
Tomcat is the servlet engine. It acts as a framework (J2EE) to run java
applications, such as servlets or JSP pages.

When you hit an URL like http://www.acme.org/apps/entry.jsp, apache
hands off the processing to Tomcat.

There is a fairly decent book on Apache from O'Reilly and several on
Tomcat.

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Daniel

2005-08-31, 5:50 pm

I've read the apache web site, and they advise avoiding use of .htaccess
files in terms of performance and security. is this true ?

"Jordack" <jordack_no_spam_@yahoo.com> wrote in message
news:LY1Re.937$xP3.136@prv-forum2.provo.novell.com...
> Look into enabling htaccess files
>
> AuthName "Protected:Secert Stuff Here"
> AuthType Basic
> AuthLDAPAuthoritative On
> ##Change "novell" to your base ldap search
> AuthLDAPURL ldaps://ldap.domain/o=novell?uid?sub
> ##Checks for group membership (will need to uncomment)
> #Require group cn=CoolPeople,o=novell
> ##Check for valid user only, can not be use the Require Group
> #Require valid-user
>
> Jordack
>
> "Daniel" <danieltbt04@yahoo.com> wrote in message
> news:q5%Qe.676$xP3.664@prv-forum2.provo.novell.com...
maybe[vbcol=seagreen]
just[vbcol=seagreen]
they[vbcol=seagreen]
use?[vbcol=seagreen]
>
>



Jordack

2005-08-31, 5:50 pm

Yes there are issue, but depending on how traffic you have and how secure
you really need it. htaccess file are simple to enable and use.
"Protected:Secert Stuff Here" is what you want displayed on the Login box
prompt
Double # are True comments You need un remove them from one of the lines
with only one.

Require group and require valid-user can not be used together.

Ldap search needs to be your base dn For instanced:

Tree
-Novell
--Users1
--Users2

To search both User OU's base dn would be o=Novell

But this all depends on how your ldap server is setup and how much of the
tree you want searched

Jordack


"Daniel" <danieltbt04@yahoo.com> wrote in message
news:JHiRe.1760$xP3.455@prv-forum2.provo.novell.com...
> I've read the apache web site, and they advise avoiding use of .htaccess
> files in terms of performance and security. is this true ?
>
> "Jordack" <jordack_no_spam_@yahoo.com> wrote in message
> news:LY1Re.937$xP3.136@prv-forum2.provo.novell.com...
> maybe
> just
> they
> use?
>
>



Daniel

2005-09-01, 2:45 am

Do i have to create password file ? i read it in apache.org . Btw how is
ldap server created and what is dn ? i just want user who type in my server
ip address in web browser to be authenticated before they are allowed to be
view netware web page.




"Jordack" <jordack_no_spam_@yahoo.com> wrote in message
news:gGkRe.2009$xP3.1545@prv-forum2.provo.novell.com...
> Yes there are issue, but depending on how traffic you have and how secure
> you really need it. htaccess file are simple to enable and use.
> "Protected:Secert Stuff Here" is what you want displayed on the Login box
> prompt
> Double # are True comments You need un remove them from one of the lines
> with only one.
>
> Require group and require valid-user can not be used together.
>
> Ldap search needs to be your base dn For instanced:
>
> Tree
> -Novell
> --Users1
> --Users2
>
> To search both User OU's base dn would be o=Novell
>
> But this all depends on how your ldap server is setup and how much of the
> tree you want searched
>
> Jordack
>
>
> "Daniel" <danieltbt04@yahoo.com> wrote in message
> news:JHiRe.1760$xP3.455@prv-forum2.provo.novell.com...
to[vbcol=seagreen]
>
>



Anders Gustafsson

2005-09-01, 2:45 am

Daniel,
> Do i have to create password file ? i read it in apache.org . Btw how is


It depends. If you just want one sure/password for all, yiu create a assword
file. If not us passwords from NDS. You really need to read up on www.apache
org.

> Ldap server created and what is dn ? i just want user who type in my server
>

http://quark.humbug.org.au/publicat...p/ldap_tut.html


- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Daniel

2005-09-01, 7:45 am

thats alot of work to make this simple web authentication works ?

"Anders Gustafsson" <dalton@nomail.to.me> wrote in message
news:VA.00000f5f.004513c9@nomail.to.me...
> Daniel,
>
> It depends. If you just want one sure/password for all, yiu create a

assword
> file. If not us passwords from NDS. You really need to read up on

www.apache
> org.
>
server[vbcol=seagreen]
> http://quark.humbug.org.au/publicat...p/ldap_tut.html
>
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
>
> Using VA 5.51 build 315 on Windows 2000 build 2195
>



Anders Gustafsson

2005-09-01, 7:46 am

Daniel,
> thats alot of work to make this simple web authentication works ?
>

"Some assembly required"

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Daniel

2005-09-03, 2:45 am

Need to create group and will it use password in NDS or have to define ?
The o=novell, does it fix to it or follow what i have set in server earlier
?

Regards
Daniel


"Jordack" <jordack_no_spam_@yahoo.com> wrote in message
news:LY1Re.937$xP3.136@prv-forum2.provo.novell.com...
> Look into enabling htaccess files
>
> AuthName "Protected:Secert Stuff Here"
> AuthType Basic
> AuthLDAPAuthoritative On
> ##Change "novell" to your base ldap search
> AuthLDAPURL ldaps://ldap.domain/o=novell?uid?sub
> ##Checks for group membership (will need to uncomment)
> #Require group cn=CoolPeople,o=novell
> ##Check for valid user only, can not be use the Require Group
> #Require valid-user
>
> Jordack
>
> "Daniel" <danieltbt04@yahoo.com> wrote in message
> news:q5%Qe.676$xP3.664@prv-forum2.provo.novell.com...
>
>



Daniel

2005-09-03, 2:45 am

Anders, does TID 10071113 similar to what Jordack mentioned ?

Regards
Daniel


"Anders Gustafsson" <dalton@nomail.to.me> wrote in message
news:VA.00000f56.04fb3118@nomail.to.me...
> Daniel,
>
> Before you delve ore into this, I strongly suggest that you have a peek
> at the information at www.apache.org, but briefly:
>
> Apache is the web server. It serves up web content
> Tomcat is the servlet engine. It acts as a framework (J2EE) to run java
> applications, such as servlets or JSP pages.
>
> When you hit an URL like http://www.acme.org/apps/entry.jsp, apache
> hands off the processing to Tomcat.
>
> There is a fairly decent book on Apache from O'Reilly and several on
> Tomcat.
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
>
> Using VA 5.51 build 315 on Windows 2000 build 2195
>



Anders Gustafsson

2005-09-03, 7:45 am

Daniel,
> Anders, does TID 10071113 similar to what Jordack mentioned ?
>

Yes.Appears to be.

Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

danieltbt04@yahoo.com

2005-09-04, 8:45 pm

Hi, where is the htaccess file ? Thanks

> Yes there are issue, but depending on how traffic you have and how

secure
> you really need it. htaccess file are simple to enable and use.
> "Protected:Secert Stuff Here" is what you want displayed on the Login

box
> prompt
> Double # are True comments You need un remove them from one of the

lines
> with only one.
>
> Require group and require valid-user can not be used together.
>
> Ldap search needs to be your base dn For instanced:
>
> Tree
> -Novell
> --Users1
> --Users2
>
> To search both User OU's base dn would be o=Novell
>
> But this all depends on how your ldap server is setup and how much of

the
> tree you want searched
>
> Jordack
>
>
> "Daniel" <danieltbt04@yahoo.com> wrote in message
> news:JHiRe.1760$xP3.455@prv-forum2.provo.novell.com...
of .htaccess[vbcol=seagreen]
view[vbcol=seagreen]
need to[vbcol=seagreen]
and[vbcol=seagreen]
modifying,[vbcol=seagreen]
will[vbcol=seagreen]
provided[vbcol=seagreen]
to[vbcol=seagreen]
>
>


Anders Gustafsson

2005-09-05, 2:45 am

,
> Hi, where is the htaccess file ? Thanks
>

.htaccess files (or "distributed configuration files") provide a way to
make configuration changes on a per-directory basis. A file, containing
one or more configuration directives, is placed in a particular
document directory, and the directives apply to that directory, and all
subdirectories thereof.

http://httpd.apache.org/docs/2.0/howto/htaccess.html

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Daniel

2005-09-05, 7:45 am

In the TID 10071113 , does it uses .htaccess ? that would be seem more
straight forward, right ?

"Anders Gustafsson" <dalton@nomail.to.me> wrote in message
news:VA.00000f78.00180545@nomail.to.me...
> ,
> htaccess files (or "distributed configuration files") provide a way to
> make configuration changes on a per-directory basis. A file, containing
> one or more configuration directives, is placed in a particular
> document directory, and the directives apply to that directory, and all
> subdirectories thereof.
>
> http://httpd.apache.org/docs/2.0/howto/htaccess.html
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
>
> Using VA 5.51 build 315 on Windows 2000 build 2195
>



Anders Gustafsson

2005-09-05, 7:45 am

Daniel,
> In the TID 10071113 , does it uses .htaccess ? that would be seem more
> straight forward, right ?
>

No the TID describes another way.

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Daniel

2005-09-05, 5:45 pm

But does that method much more easier ? I have read .htaccess and think its
more complicated. what would you advise ?

"Anders Gustafsson" <dalton@nomail.to.me> wrote in message
news:VA.00000f7b.0169c46d@nomail.to.me...
> Daniel,
> No the TID describes another way.
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
>
> Using VA 5.51 build 315 on Windows 2000 build 2195
>



Anders Gustafsson

2005-09-05, 5:45 pm

Daniel,
> But does that method much more easier ? I have read .htaccess and think its
> more complicated. what would you advise ?
>

It depends on what you want to do. If you want a quick fix and one
userid/password, use htaccess. If you want to leverage NDS authentication,
use the method in the TID.

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

danieltbt04@yahoo.com

2005-09-21, 2:45 am

I can't find how to use password from NDS in the website. Any idea
where ?

Regards
Daniel


> Daniel,
is[vbcol=seagreen]
>
> It depends. If you just want one sure/password for all, yiu create a

assword
> file. If not us passwords from NDS. You really need to read up on

www.apache
> org.
>
server[vbcol=seagreen]
> http://quark.humbug.org.au/publicat...p/ldap_tut.html
>
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
>
> Using VA 5.51 build 315 on Windows 2000 build 2195
>


Anders Gustafsson

2005-09-21, 2:45 am

,
> I can't find how to use password from NDS in the website. Any idea
> where ?
>

The samples off developer.novell.com.

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com