Not sure whether to put this under humour or tech. I chose tech because I am likely the only one laughing. I have been working on a new command line tool to manage PSO’s. Tonight I was testing some of the basic components to make sure I could move forward to some of the cooler items I want to add prior to the Directory Experts Conference in Vegas this month where I will release this tool to the public and wham I ran into an error message I put into code around 3AM one morning that I completely forgot about…
For your enjoyment:
F:\Dev\BDSCPP\PSOMgr\Debug_Build>psomgrcmd /h lhb2-dc1 /mod /dompol /lockout 50:2:2 /forreal
****ALPHA__PSOMgrCmd V01.00.00cpp Joe Richards (joe@joeware.net) March 2007
Using host: Default-First-Site-Name\LHB2-DC1.lhtest.loc
Domain: DC=lhtest,DC=loc
Performing validation tests…
ADAM/ADLDS Test: Passed.
DC OS Test : Passed.
Domain Test : Passed.
Retrieving Domain Policy…
Modifying Domain Policy:
DC=lhtest,DC=loc
WHOA!!! SHOULDN’T HIT THIS!!! – IN CPasswordPolicy::LdapUpdate
Have a good evening. 🙂
Sounds like code I used to write to the effect of:
If x= 0
Print “double yay!”
Else
Throw BasicMathDoesntWorkAnymoreException
End