I attended a seminar today at Apple on integrating Mac OS X into a Windows network environment, and although much of the information was not new to me, one little snippet caught my attention, as we have been wanting to do this at work for a while.
To add a banner text message to the login window, edit the file /Library -> Preferences -> com.apple.loginwindow.plist as a superuser, and add the following just after the first <dict> tag:
<key>LoginwindowText</key>
<string>Your text goes here...</string>
When you log out, the text inside the section will be displayed under the Mac OS X logo, in a box the width of the login window. This is good for adding a standard notice about workplace or campus rules for computer usage.
![]() Panther proven! |
Mac OS X Hints
http://hints.macworld.com/article.php?story=20020921074429845