Closed coreyman2000 closed 1 year ago
Pulling 21.01 is intentional? Is moist likely not the solution to your problem, but it is a discrepancy. Did you try dcim/dcim? I think I heard as much in the according YouTube video.
looks like i was trying different versions i tired both, on 23.01 now and yes no matter the account dcim:dcimpassword or dcim/dcim both show the same error, i deleted the DB and source files again and still no luck :(
The ldap_debug_password is set and only the user dcim is valid for recovery. Run UPDATE fac_Config SET Value='' WHERE Parameter='LDAP_Debug_Password'; to clear the debug password.
i also tried on a different docker host and same error :(
ran wireshark and noticed Expires: Thu, 19 Nov 1981 08:52:00 GMT, why would this date bad is there something wrong with apace or my local chrome? username=dcim&password=dcimpassword&submit=SubmitHTTP/1.1 200 OK Date: Tue, 11 Jul 2023 15:19:17 GMT Server: Apache/2.4.52 (Ubuntu) Set-Cookie: PHPSESSID=pe17llnc7brllm57337jiv3paf; path=/; secure; HttpOnly Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 4270 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: text/html; charset=UTF-8
turns our password is dcimadmin however still just returns to login screeen :(
Getting this error when trying to log in with default dcim user.
The ldap_debug_password is set and only the user dcim is valid for recovery. Run UPDATE fac_Config SET Value='' WHERE Parameter='LDAP_Debug_Password'; to clear the debug password.
here is my docker compose
version: '3' services: opendcim: image: opendcim/opendcim:21.01 ports:
OPENDCIM_AUTH=LDAP
db: image: mysql:5.7 volumes: