Password Issue

eculp
New Contributor

We have passed out all of our 1:1 machines to students and have run into an unusual issue. They can't change their password. We set up their accounts via Casper and the computers are locked down some what, but I can't find where this setting is. They can't add printers either.
Anyone have an idea?

Eric

5 REPLIES 5

Shane
New Contributor III

Same here, I can't find the MCX that is causing this. I want my users to be able to change their local user passwords without my admin intervention. Additionally, all local accounts show as managed.

Steve

freddie_cox
Contributor III

Are you all disabling the Accounts system preferences pane as this is where they could change their password?

As far as allowing them to add printers, I usually add all users to the lpadmin group with a line in a script

/usr/sbin/dseditgroup -o edit -n /Local/Default -a 'Domain Users' -t group lpadmin

This works for my domain environment. If working with local accounts you might try replacing 'Domain Users' with 'everyone' - Note: Haven't tested this but that should be a the local group that contains all local users.

eculp
New Contributor

Freddie, no, they can get into Users & Groups, select Change Password, then type their old one, new one & confirm it. When they click the Change Password button, it prompts them for the Admin password.

Thanks for the lpadmin idea. I'll try that this afternoon.

Eric

freddie_cox
Contributor III

The only other problem I have run into is with Application Restrictions via MCX. I've seen some strange behavior when allowing/denying apps to run. If you have an MCX limiting this, you may want to try disabling this to see if it resolves your issue.

Jason_Lieble
New Contributor
New Contributor

Special thanks to Tony E: For anyone still experiencing this issue, please place this in a .sh script and have it run as a LOGIN Trigger:

#!/bin/sh

sudo dscl localhost -append /Local/Default/Users/$3 _writers_passwd $3

Please contact your account manager if you have any additional questions.

Thanks,

Jason Lieble
JAMF Software
Support Specialist