diff options
author | cvsadm <cvsadm> | 2005-01-21 00:44:34 +0000 |
---|---|---|
committer | cvsadm <cvsadm> | 2005-01-21 00:44:34 +0000 |
commit | b2093e3016027d6b5cf06b3f91f30769bfc099e2 (patch) | |
tree | cf58939393a9032182c4fbc4441164a9456e82f8 /ldap/clients/dsgw/html/authroot.html | |
download | ds-ldapserver7x.tar.gz ds-ldapserver7x.tar.xz ds-ldapserver7x.zip |
Moving NSCP Directory Server from DirectoryBranch to TRUNK, initial drop. (foxworth)ldapserver7x
Diffstat (limited to 'ldap/clients/dsgw/html/authroot.html')
-rw-r--r-- | ldap/clients/dsgw/html/authroot.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ldap/clients/dsgw/html/authroot.html b/ldap/clients/dsgw/html/authroot.html new file mode 100644 index 00000000..0d32aa12 --- /dev/null +++ b/ldap/clients/dsgw/html/authroot.html @@ -0,0 +1,26 @@ +<!-- + PROPRIETARY/CONFIDENTIAL. Use of this product is subject to + license terms. Copyright © 2001 Sun Microsystems, Inc. + Some preexisting portions Copyright © 2001 Netscape Communications Corp. + All rights reserved. + --> +<HTML> +<HEAD> +<TITLE> +Netscape Directory Server Gateway: Authenticate +</TITLE> +</HEAD> +<FRAMESET ROWS=130,* BORDER=0> + <FRAME SRC="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=authtitle.html" NAME="authTitleFrame" NORESIZE + SCROLLING="NO" MARGINHEIGHT=6 MARGINWIDTH=8> + <FRAME SRC="/clients/dsgw/bin/auth?MANAGER&<!-- GCONTEXT -->" NAME="authFrame" +NORESIZE SCROLLING="auto" MARGINHEIGHT=8 MARGINWIDTH=8> +</FRAMESET> +<NOFRAMES> +<H3>Frames-capable browser required</H3> +Sorry, but in order to use the Netscape Directory Server Gateway, +you must use a browser which supports HTML forms and JavaScript, such +as Netscape Navigator version 3 or later. To learn how to obtain +Navigator, visit the <A HREF="http://home.netscape.com">Netscape Home Page</A>. +</NOFRAMES> +</HTML> |