[01:11:06] <endeebee_> Turns out this is terrible form but i am still trying to understand how to achieve this https://pastebin.com/rSH5zUDN
[13:47:07] <psynor> hello. please excuse my ignorance. I am pretty new to mongo. I am setting up a replica set on v2.4 (application requires this old version). I would like to enable authentication. I did this fine for 3.6 for another project, but I am having a hard time doing the same with this 2.4. what I want to setup is a "root" like user with all privileges on all DBS, configs, RS config, etc. I would also like an application user with all priv
[13:48:44] <psynor> so far, i believe I created the root user successfully, but I am not sure how i check the permissions of it. I authenticated to an instance using the admin authentication DB, and i did db.system.users.find(), which said "not master and slaveOk=false". I then tried to do rs.status to find the master, and got unauthorized.
[13:49:00] <psynor> so now im trying to see what privileges my active user has to see why im getting the errors
[17:47:34] <psynor> i had to disconnect for a bit so I apologize for re-asking, but im hoping someone might be able to give me some direction on this issue
[17:47:58] <psynor> please excuse my ignorance. I am pretty new to mongo. I am setting up a replica set on v2.4 (application requires this old version). I would like to enable authentication. I did this fine for 3.6 for another project, but I am having a hard time doing the same with this 2.4. what I want to setup is a "root" like user with all privileges on all DBS, configs, RS config, etc. I would also like an application user with all privileges o
[17:48:11] <psynor> so far, i believe I created the root user successfully, but I am not sure how i check the permissions of it. I authenticated to an instance using the admin authentication DB, and i did db.system.users.find(), which said "not master and slaveOk=false". I then tried to do rs.status to find the master, and got unauthorized.
[17:48:25] <psynor> so now im trying to see what privileges my active user has to see why im getting the errors
[19:13:27] <yvear> for the `count of operations` here https://docs.mongodb.com/manual/reference/command/top is it the `count` since the server started?