Giter Club home page Giter Club logo

Comments (4)

Traxes avatar Traxes commented on August 24, 2024 1

Hi @sjfbo ,

sorry for the late response. Indeed they deprecated some of the commands in Sierra and now enforced it in Mojave for global settings. However, i managed to bypass it in a simple way.

you can still set the password policy for a single user like the following:
pwpolicy -u ernw -setpolicy "minChars=8 requiresAlpha=1 requiresNumeric=1 maxMinutesUntilChangePassword=259200 usingHistory=5 usingExpirationDate=1 passwordCannotBeName=1 requiresMixedCase=1 requiresSymbol=1"

Now you can get the plist file of the policy like the following:

pwpolicy getaccountpolicies -u ernw > pwpolicy.plist

you may need to delete some output lines from the command to form a valid XML file.
(I only had to delete the line Getting account policies for user <ernw>)

Now you have to be authenticated as the root user (sudo su) and then you can apply the configuration globally using the following command:
pwpolicy setaccountpolicies pwpolicy.plist

Now using the command pwpolicy getaccountpolicies will return the full changed password policy.

I hope this helps. I will close the issue when i made the Pull request to change this in the Hardening Guide :-).

Thanks for your Input!

from hardening.

Traxes avatar Traxes commented on August 24, 2024 1

It should have been resolved with commit: e03a231

Thanks again.

from hardening.

sjfbo avatar sjfbo commented on August 24, 2024

Thank you!

from hardening.

CodingHorrors avatar CodingHorrors commented on August 24, 2024

Hi @sjfbo ,

sorry for the late response. Indeed they deprecated some of the commands in Sierra and now enforced it in Mojave for global settings. However, i managed to bypass it in a simple way.

you can still set the password policy for a single user like the following:
pwpolicy -u ernw -setpolicy "minChars=8 requiresAlpha=1 requiresNumeric=1 maxMinutesUntilChangePassword=259200 usingHistory=5 usingExpirationDate=1 passwordCannotBeName=1 requiresMixedCase=1 requiresSymbol=1"

Now you can get the plist file of the policy like the following:

pwpolicy getaccountpolicies -u ernw > pwpolicy.plist

you may need to delete some output lines from the command to form a valid XML file.
(I only had to delete the line Getting account policies for user <ernw>)

Now you have to be authenticated as the root user (sudo su) and then you can apply the configuration globally using the following command:
pwpolicy setaccountpolicies pwpolicy.plist

Now using the command pwpolicy getaccountpolicies will return the full changed password policy.

I hope this helps. I will close the issue when i made the Pull request to change this in the Hardening Guide :-).

Thanks for your Input!

Thank you so much, this helped me immensely!

from hardening.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.