Trying to boot my Lift application it fails and mongod
logs
Sat Jun 30 16:05:12 [conn4] authenticate: { authenticate: 1, user: "mads", nonce: "...", key: "..." }
Sat Jun 30 16:05:12 [conn4] auth: couldn't find user mads, cataalog.system.users
Now, I have previously added a user to my cataalog database
> use cataalog
switched to db cataalog
> db.system.users.find()