Using Clear Text Authentication

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Using Clear Text Authentication

    Hi

    Although I have been working with ASP for a number of years now, I have
    always used form/database based login mechanisms. The time has now come
    where I need to use the old Login Dialog box. I have read various articles
    about Basic Authentication etc. but I have a couple of questions:

    1) User credentials are stored in the same place as Administrator etc. This
    means that if a webserver is hosting multiple websites, user names will need
    to be unique across all of them, right?

    2) You add users/change passwords/check details etc using ADSI from your ASP
    Page using a container for an administrative user, right?

    3) The URL to the secured content should be accessed via HTTPS to ensure
    that the login credentials that will be requested are submitted via HTTPS?

    I am asking these questions as it seems a shame to clutter up the W2K
    user/groups areas with potentially thousands of user accounts and usernames
    can only be used once per machine rather than once per website.

    Any help with these matters would be gratefully appreciated.

    Regards

    David


    David Morgan Guest

  2. Similar Questions and Discussions

    1. Clear text passwords and Oracle - arrrrrrgh - please help!
      Hi, I am working on a mobile application that consists of a number of handheld scanners, an Xml Web service and an Oracle 9i database in a highly...
    2. chat component - clear text
      hi i'm trying to clear the text from the chat component. it works fine with clearHistory() but it clears it for all ppl what is not what i want....
    3. Clear text in a PDF export
      We have a process at my company to create dynamic PDF documents. The "template" is create with xpath to the database element in the location that we...
    4. CLEAR INPUT TEXT problem
      hi, first i'll excuse for my english the problem is that i want to create a form when the user click on a inputtext is clear its content and let...
    5. text is not clear
      Hello Annvee, It depends on how large the font might be, more often, small fonts will appear blurry on your screen. Here are some links to help...
  3. #2

    Default Re: Using Clear Text Authentication

    "David Morgan" <david@davidmorgan.me.uk> wrote in message
    news:OZrx8Zm6DHA.1816@TK2MSFTNGP12.phx.gbl...
    > Hi
    >
    > Although I have been working with ASP for a number of years now, I have
    > always used form/database based login mechanisms. The time has now come
    > where I need to use the old Login Dialog box. I have read various
    articles
    > about Basic Authentication etc. but I have a couple of questions:
    >
    > 1) User credentials are stored in the same place as Administrator etc.
    This
    > means that if a webserver is hosting multiple websites, user names will
    need
    > to be unique across all of them, right?
    Yes.
    > 2) You add users/change passwords/check details etc using ADSI from your
    ASP
    > Page using a container for an administrative user, right?
    Yes.
    > 3) The URL to the secured content should be accessed via HTTPS to ensure
    > that the login credentials that will be requested are submitted via HTTPS?
    Yes.

    --
    Tom Kaminski IIS MVP
    [url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for running IIS
    [url]http://mvp.support.microsoft.com/[/url]
    [url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]



    Tom Kaminski [MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139