Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Domain logon passwords

  • 19-10-2009 10:53am
    #1
    Registered Users, Registered Users 2 Posts: 3,247 ✭✭✭


    Hey people,

    Hopefully you guys will have some ideas.

    Im sick of users on the network recycling passwords by just changing one character.

    I have complex passwords enabled in via group policy but its not really enough.
    Yes that makes the password complex but now users just have ****ty passwords like Ir€land1 , then next week its Ir€land2 etc....

    Is there any way i can stop this? Whether its by settings in group policy or by some additional software.


Comments

  • Registered Users, Registered Users 2 Posts: 7,606 ✭✭✭Jumpy


    Thats moving into another level of complexity again. I assume you want something that wont cost you money, but if are looking to improve network security then rather than making passwords stronger than complex, maybe look at multi-factor authentication.


  • Registered Users, Registered Users 2 Posts: 3,247 ✭✭✭goodlad


    Well im not against paying for something to do this, well unless it cost a crazy amount.

    I will take a look into multi-factor authentication now.
    Cheers :)


  • Closed Accounts Posts: 1,567 ✭✭✭Martyr


    think microsofts own password filter already covers this issue as a GPO with enforce password history option?

    it should work anyway..


  • Registered Users, Registered Users 2 Posts: 613 ✭✭✭smog


    the more you "force" users to change passwords the more they will potential write it down .. therefore acting less secure.


  • Closed Accounts Posts: 1,567 ✭✭✭Martyr


    well, i don't think either of us can speculate on whether every user will write their password down or not.

    i could say giving anyone access to a computer or network is "less secure"

    but i suppose MFA would be nice solution, just not sure it's the cheapest option.


  • Advertisement
  • Closed Accounts Posts: 2,055 ✭✭✭probe


    goodlad wrote: »
    Well im not against paying for something to do this, well unless it cost a crazy amount.

    I will take a look into multi-factor authentication now.
    Cheers :)

    Check out http://www.yubico.com

    Yubikey is a tiny USB key (no battery to replace) that squits a long code that changes every time it is used. It appears to the software as keyboard entered data. Small. Simple.


  • Registered Users, Registered Users 2 Posts: 3,247 ✭✭✭goodlad


    Martyr wrote: »
    think microsofts own password filter already covers this issue as a GPO with enforce password history option?

    it should work anyway..

    All that does is remember exact passwords, so it wont stop anyone just changing one character when its time to pick a new password.


  • Registered Users, Registered Users 2 Posts: 3,247 ✭✭✭goodlad


    probe wrote: »
    Check out http://www.yubico.com

    Yubikey is a tiny USB key (no battery to replace) that squits a long code that changes every time it is used. It appears to the software as keyboard entered data. Small. Simple.

    Thanks, I will check that out :)


  • Closed Accounts Posts: 1,567 ✭✭✭Martyr


    goodlad wrote:
    All that does is remember exact passwords, so it wont stop anyone just changing one character when its time to pick a new password.

    There are some password filters you can buy, there may be some free which you could modify for your purposes.

    With enforce password history enabled, you could obtain a list of previous passwords using SamIGetPrivateData() specifying NTPASSWORDHISTORY or LMPASSWORDHISTORY (if you have LM hash supported)

    SamrQueryInformationUser() also has an option i believe.

    Compare the new password with old values and reject if similar -- don't know why windows doesn't do this already, would be useful.


Advertisement