Slashdot Mirror


Unreasonable Limit on Open Firmware Passwords

Lawrence Person writes "Well, this has to be one of the stranger bugs in recent memory: 'If you used Open Firmware Password utility to create a password that contains the capital letter "U", your password will not be recognized during the startup process.' Straight from the mothership. I'm guessing that not too many people use Open Firmware Passwords, but it's a very nasty bug for those who do. Props to the always great As The Apple Turns for pointing this one out."

15 of 82 comments (clear)

  1. hah! by revmoo · · Score: 4, Funny

    My trusty password "god" triumphs again!

    --
    I would expect such blatant racism on Fark, but on Slashdot? Mods please ban this asshole.
    1. Re:hah! by Anonymous Coward · · Score: 4, Funny

      [RegularStormy:~] miller% ssh 146.35.3.123 -l revmoo
      Enter password: god
      Welcome to Darwin!
      %

      ---

      Thanks!

  2. Slashdot's running on a Mac, right? by NanoGator · · Score: 4, Funny

    Hmm.. this explains why my STFU posts always disappear.

    --
    "Derp de derp."
  3. Re:Care to speculate? by setzman · · Score: 5, Informative
    Could it be the following (copied from here),
    When turned on, Open Firmware Password Protection:

    * blocks the ability to use the "C" key to start up from a CD-ROM disc.
    * blocks the ability to use the "N" key to start up from a NetBoot server.
    * blocks the ability to use the "T" key to start up in Target Disk Mode (on computers that offer this feature).
    * blocks the ability to start up in Verbose mode by pressing the Command-V key combination during startup.
    * block the ability to start up a system in Single-user mode by depressing the Command-S key combination during startup.
    * blocks a reset of Parameter RAM (PRAM) by pressing the Command-Option-P-R key combination during startup.
    * requires the password to use the Startup Manager, accessed by pressing the Option key during startup (Figure 1).
    * requires the password to enter commands after starting up in Open Firmware, which is done by depressing the Command-Option-O-F key combination during startup.

    Doesn't mention the U key in the features list, but I'm going speculate that something in the keyboard handling code is buggy...
    --
    C:\>
  4. Speculation by Mikey-San · · Score: 4, Interesting

    It sounds like this isn't a bug in Open Firmware (thankfully), but Apple's OF Password app. If so, we just need to wait for an update to the app, and can still set passwords with "U" manually.

    Does anyone have more info regarding where this bug originates?

    --
    Mikey-San
    Karma: +Eleventy billion (mostly affected by watching Celebrity Jeopardy)
    1. Re:Speculation by Mikey-San · · Score: 4, Informative

      Ask and ye shall receive.

      http://www.securemac.com/openfirmwarepasswordpro te ction.php

      --
      Mikey-San
      Karma: +Eleventy billion (mostly affected by watching Celebrity Jeopardy)
  5. Um...I figured out why 'U' by Anonymous Coward · · Score: 5, Funny
    Note the linked article How to setup up password protection
    Among other things, it:

    blocks the ability to use the "C" key to start up from a CD-ROM disc.

    blocks the ability to use the "N" key to start up from a NetBoot server.

    blocks the ability to use the "T" key to start up in Target Disk Mode (on computers that offer this feature).

    Posting this anonymously, since I don't want to be known as the one who figured this out.

  6. Can't spell 1234 with a "U" by one9nine · · Score: 4, Funny

    I pity the fool who has a wife or daughter named Ursila. :-(

  7. Blame SCO. by FFFish · · Score: 4, Funny

    They're the ones that want to claim copyright on that letter, so that talking about *nix requires paying a licensing fee.

    It also means we can't call them a b*nch of motherf*cking f*ckwits, which is a real shame.

    --

    --
    Don't like it? Respond with words, not karma.
  8. Re:Alrighty men.. by YouHaveSnail · · Score: 5, Insightful

    No, wait. This is Apple, not Microsoft. Bugs like this are acknowledged, with workarounds and/or patches supplied quickly, and this gives the company character and credibility.

  9. Re:Alrighty men.. by HiredMan · · Score: 4, Interesting


    Microsofy story of the day - yet another hole that will get you owned that we're disclosing and patching after years of vulnerability.

    Apple story of the day - bug disallows a certain character in little used Openfirmware password.

    Slashdot spin - both platforms have bugs. Fair and Balanced - Slashdot News! ;)

    =tkk

  10. Isn't it obvious? by the+darn · · Score: 5, Funny

    This is clear evidence that despite its user-friendly appearance, deep down, Apple hates U.

    --
    Ceci n'est pas un post.
  11. Re:The solution would be by coolmacdude · · Score: 4, Informative

    Why was my post modded overrated? I'm serious. All you have to do is take out or install new ram, (basically just change the amount of ram in the machine) and then reset the PRAM 3 times. That clears the Open Firmware password.

    --

    -You may license this sig for only $6.99.
  12. Did anyone see the artnum? by tuxedobob · · Score: 5, Funny

    The article number for this was 107666. If that's not clear proof that Microsoft was somehow involved, I don't know what is.

    Um, I need something for the 107 part...

    Waiting to see if this gets modded flamebait or funny... ;-)

  13. Probably an easy solution for this question by Anonymous Coward · · Score: 4, Insightful

    The value $AA is used to "encrypt" the password in OF. Every letter in the password is obfusticated via XOR with this value.

    'U' = $55 XOR $AA = $FF (and this is probably used as a end-of-password marker).