Back
to Macintosh Security >>
________
By
Nat Stoddard
12/20/2002
Here
is a way to make a login banner without using the terminal,
for all
of you mac purists. The catch is you need Developer Tools
installed.
- In
the Go menu, use Go to Folder; type in /Library/Preferences
- Locate
the file com.apple.loginwindow.plist, select it (single-click)
- In
the File menu, select Get Info, click on the triangle next
to
Ownership & Permissions
- Click
on the lock icon, change the Owner from system to yourself
(me)
- In
/Developer/Applications, open Property List Editor
- Open
/Library/Preferences/com.apple.loginwindow.plist
- Click
on the triangle next to Root
- Click
one of the items and click New Sibling
- Under
the Property List column, add the name LoginwindowText
- Leave
the class as string. Double-click in the Value area and
paste
in this text:
NOTICE TO USERS Lawrence Berkeley National Laboratory operates this computer system under a contract with the U.S. Department of Energy. It is the property of the United States Government and is for authorized use only. The use of this system may be monitored for computer security purposes. Any unauthorized access to this system is prohibited and is subject to criminal and civil penalties under Federal Laws including but not limited to Public Laws 83-703 and 99-474. Each time you use this system (from here, from home, or on your personal laptop connected to an LBNL system), you consent to such interception, auditing, and related activity by authorizing personnel; further, LBNL may detain, access, and copy files from a non LBNL computer when there is reason to believe misuse has occurred.
- Save
and close Property List Editor
- In
the Get Info window for the file com.apple.loginwindow.plist,
change the Owner from yourself (me) back to system and click
on the lock
icon.
You
should see the change after you log out, but you cannot see
the
login screen on startup unless you unchecked Log in automatically
as
User under Users in Accounts in System Preferences.
|