rongten

Results 6 comments of rongten

Sorry to disturb, but beside using -r parties instead of -r rocketchat did you have to change anything else? I get a message like 'pymongo.errors.OperationFailure: Authentication failed.' when I try.

So, the problem that for the snap mongo is without authentication. So in my case I removed the username and password parameters form the MongoClient call at line 91 and...

Hello, Do you mean line 307 in AuthenticationManager.js that is in your repository? (so I commented out client.unbind() ) Did that, used the "build" command, restarted with docker-compose up -d....

There is absolutely no hurry, do not worry. For context, I do have from time to time a warning about the session, in that case I refresh the browser (shift...

So, I commented out the following two lines in the Dockerfile: ``` #RUN cd /var/www/sharelatex && npm install ldapjs #COPY AuthenticationManager.js /var/www/sharelatex/web/app/src/Features/Authentication/ ``` I rebuilt the image, and launched it...

Hello, I have something that resembers a work-around. I use ldapts instead of ldapjs. Docker file becomes: ```FROM sharelatex/sharelatex:2.0.1 LABEL maintainer="github.com/worksasintended" RUN npm install ldapjs #overwrite AuthenticationManager.js RUN npm install...