Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A GUI tool to change the short username' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A GUI tool to change the short username
Authored by: DanFrakes on May 28, '04 10:00:41PM
phillymjs, for the most part, those steps are accurate, and that's exacty what ChangeShortName does. However, your steps are actually missing a number of things if you want the change to be "complete." ChangeShortName actually does all of the following:

1. Backs up all local NetInfo databases.
2. Replaces all instances of the user's short name in the /users/ NetInfo record.
3. Changes the long name (if a new long username is supplied).
4. Finds all groups to which the user belongs and updates the short name in each group to the new short username.
5. In Mac OS X 10.3, renames the user's "personal" group, if present.
6. Renames the user's home directory.
7. Renames the user's keychain file.
8. Renames and reconfigures the user's httpd (Personal Web Sharing) config file.
9. Renames any Samba access files.
10. Renames the user's crontab file.

That's really why we wrote ChangeShortName. Even Apple's Knowledge Base instructions missed a few things. Plus James added some nice error-correction code.

[ Reply to This | # ]