Skip to main content
Question

Packaging an account

  • November 20, 2008
  • 5 replies
  • 20 views

Forum|alt.badge.img+23

Hey all,
Since Leopard uses flat files for accounts, I was wondering if anyone has
had any luck in creating accounts on Leopard boxes via a package or script.

I'd be eager to see what anyone might be doing with this.

-Miles

5 replies

talkingmoose
Forum|alt.badge.img+36
  • Community Manager
  • November 20, 2008

Someone has contributed CreateUser to the AFP548.com site
On 11/20/08 2:38 PM, "Miles Leacy" <miles.leacy at themacadmin.com> wrote:
<http://www.afp548.com/filemgmt/index.php?id=76>

I'm only using it to create a single admin account with my InstaDMG packages
but it does exactly what I need.

You can customized standard vs. admin user, home folder path, name, etc.

--

bill

William M. Smith, Technical Analyst
MCS IT
Merrill Communications, LLC
(651) 632-1492


Forum|alt.badge.img+21
  • Contributor
  • November 20, 2008

Am I missing something here?

/usr/sbin/jamf createAccount

And if you aren't sure what you can do.../usr/sbin/jamf help createAccount

Throw it in a SH script and WHAM...account. I use that often.

Craig E


Forum|alt.badge.img+31
  • Honored Contributor
  • November 20, 2008

I assume you mean local accounts?

Here is a shameless plug

http://tlarkin.com/tech/create-hidden-user-105

http://tlarkin.com/tech/create-local-user-accounts

Those will create local accounts, are you talking about local accounts I take it?

Let me know

tom



Thomas Larkin
TIS Department
KCKPS USD500
tlarki at kckps.org
blackberry: 913-449-7589
office: 913-627-0351


Forum|alt.badge.img+31
  • Honored Contributor
  • November 20, 2008

Of course there is the easy way Jamf does it as well, which you can also
script, but I am not sure how customizable it is compared to the dscl. I have never sat there and done a full comparison


Forum|alt.badge.img+23
  • Author
  • Valued Contributor
  • November 20, 2008

2008/11/20 Ernst, Craig S. <ERNSTCS at uwec.edu>

Am I missing something here?

Yes. My cold-medicine-addled brain.