Home Forums OS X Server and Client Discussion Misc. Use shortname as default in dialog boxes?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #375958
    clutch
    Participant

    Hi,

    I’m wondering if there is a way to make any connection and authentication dialog boxes default to a users shortname instead of their fullname.
    Possible?

    Clutch.

    #375959
    clutch
    Participant

    Forget it – found it elsewhere.

    FYI the commands are these:

    10.4
    defaults write -g com.apple.AppleShareClientCore -dict-add afp_use_default_name -bool NO
    defaults write -g com.apple.AppleShareClientCore -dict-add afp_use_short_name -bool YES

    10.5
    defaults write /Library/Preferences/com.apple.NetworkAuthorization UseDefaultName -bool NO
    defaults write /Library/Preferences/com.apple.NetworkAuthorization UseShortName -bool YES

    C.

    #377801
    egadsby
    Participant

    Thanks! That was very helpful!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Comments are closed