Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Password Filter under Win2k

Password Filter under Win2k

Scheduled Pinned Locked Moved C / C++ / MFC
questionalgorithms
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lhenno Ferrari
    wrote on last edited by
    #1

    Hi all, Maybe this question should not be posted here, but considering your experience, i´m sure to get helped here ;););) My question is if there is any way to override the default criteria of windows 2000 Password Police "Passwords must meet complexity requirements" ??? I have already done this under Windows NT 4.0, by creating my own Passfilt.dll, but under Windows 2000 this criteria seems to be moved into some of the operating system components, so after installing my Passfilt.dll, the achieved result is just a COMPLEMENT of the default criteria, not an OVERRIDE. Thank you in advance.

    B 1 Reply Last reply
    0
    • L Lhenno Ferrari

      Hi all, Maybe this question should not be posted here, but considering your experience, i´m sure to get helped here ;););) My question is if there is any way to override the default criteria of windows 2000 Password Police "Passwords must meet complexity requirements" ??? I have already done this under Windows NT 4.0, by creating my own Passfilt.dll, but under Windows 2000 this criteria seems to be moved into some of the operating system components, so after installing my Passfilt.dll, the achieved result is just a COMPLEMENT of the default criteria, not an OVERRIDE. Thank you in advance.

      B Offline
      B Offline
      benjymous
      wrote on last edited by
      #2

      You can modify password options from the "Local Security Settings" control panel applet ( in control panel -> Administrative tools ) -- Help me! I'm turning into a grapefruit!

      L 1 Reply Last reply
      0
      • B benjymous

        You can modify password options from the "Local Security Settings" control panel applet ( in control panel -> Administrative tools ) -- Help me! I'm turning into a grapefruit!

        L Offline
        L Offline
        Lhenno Ferrari
        wrote on last edited by
        #3

        Ok, Maybe i couldn't make me clear. I really intend to use this policy, but with my own criteria !!! Because in my scenario the default criteria is TOO restrictive, see : - Passwords may not contain your user name or any part of your full name. - Passwords must be at least six characters long. - Passwords must contain elements from three of the four following types of characters : English upper case letters, English lower case letters, Westernized Arabic numerals, Non-alphanumeric characters (special characters). Once i don't need all of this complexity, i'd like to completely redefine this criteria by myself. This could be implemented trought a Password Filter, wich is a .DLL that provides password policy enforcement and change notification. So once created and properly installed, my PassFilt.dll whould be an OVERRIDE to the above criteria, that was implemented by the original Passfilt.dll (distributed with SP2). Under NT 4.0, i have already done this, and it functions !!! But in Win2k, when passwords are changed, LSA call my .DLL, but either uses the default criteria, wich now implemented "i don't know where" causing it to be more restrictive yet. :(:(:( Anyway thank you for the reply ;););) ?

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups