Posts Tagged “accounts”

Umfrage:

Welchen Account-Typ verwendet ihr für die tägliche Arbeit in Mac OS X ?

  • Account mit Admin-Rechten (52%, 25 Votes)
  • Normalen User-Account (35%, 17 Votes)
  • WTF ? Da gibt es Unterschiede ? (13%, 6 Votes)

Total Voters: 48

Loading ... Loading ...

Frage / Kommentar-Aufruf an euch:

Das wieso würde mich ebenso interessieren, also haut in die Tasten und flutet mich zu mit Kommentaren.

Hintergrund:

Da ich bei Apfelblick gerade über einen Beitrag zum Thema “Sicherheit” gestoßen bin, kam die Frage bei mir wieder hoch. Aus eigener Erfahrung kann ich sagen dass in diesem Fall Mac-User sehr ähnlich handeln wie Windows-Anwender -> man arbeitet immer unter einem Konto mit mehr Rechten wie eigentlich notwendig.

Der interessante Part ist jedoch dass dies bei Windows-Usern im Ansatz nachvollziehbar ist, da die Rechte-Umbiegerei auf Dauer ein Graus ist, bei Mac OS X ist dies jedoch schlichtweg nicht der Fall.

Read the rest of this entry »

Comments 3 Comments »

Ugly topic but in some cases needed: hiding user-account in a login window dialog

In the Windows world i usualy realize that using TweakUI …. a small tool by Microsoft to offer easy access to some hidden Preferences / Settings out of the PowerToys Series

Question:

But how do you realize that with Mac OS X ?

Well i reached the point today at work, so lets share the solution i found in the web.

Short Answer:

The login dialog preferences in 10.4 and 10.5 supports a setting called HiddenUserList

Long Answer:

Note: accountX stand for users shortname

To hide a single user from the login window enter the following in Terminal.app

sudo defaults write /Library/Preferences/com.apple.loginwindow \
HiddenUsersList -array-add account1

To hide several users enter the following:

sudo defaults write /Library/Preferences/com.apple.loginwindow \
HiddenUsersList -array-add account1 account2

To unhide all users enter the following:

sudo defaults delete /Library/Preferences/com.apple.loginwindow \
HiddenUsersList

Links:

Comments No Comments »

1