docker-kolab icon indicating copy to clipboard operation
docker-kolab copied to clipboard

Webadmin / Directory Manager unale to log in

Open Drefsab opened this issue 5 years ago • 1 comments

Hi guys im trying to setup kolab docker on one of my hosts using the following:

version: '2' services: kolab: restart: on-failure:1 image: kvaps/kolab:16 hostname: mxdev domainname: mxdev.mydomain.co.uk volumes: - /etc/localtime:/etc/localtime:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro - /docker/kolab/data:/data:rw - /docker/kolab/config:/config:rw - /docker/kolab/spool:/spool:rw - /docker/kolab/log:/log:rw tmpfs: - /run environment: - TZ=Europe/London - LDAP_ADMIN_PASS=8bZarq4ZQ4hnTRkw - LDAP_MANAGER_PASS=8bZarq4ZQ4hnTRkw - LDAP_CYRUS_PASS=8bZarq4ZQ4hnTRkw - LDAP_KOLAB_PASS=8bZarq4ZQ4hnTRkw - MYSQL_ROOT_PASS=8bZarq4ZQ4hnTRkw - MYSQL_KOLAB_PASS=8bZarq4ZQ4hnTRkw - MYSQL_ROUNDCUBE_PASS=8bZarq4ZQ4hnTRkw - KOLAB_DEFAULT_LOCALE=en_GB ports: - '80:80' - '443:443' - '25:25' - '587:587' - '110:110' - '995:995' - '143:143' - '993:993' - '4190:4190' - '389:389' cap_add: - SYS_ADMIN - NET_ADMIN tty: true

However when its started up I connect to the webadmin portal on https://myip/ but when trying log in with CN=Directory Manager and 8bZarq4ZQ4hnTRkw I get loggin denied.

Ok so checking the docker logs I can see in setup it ignored my passwords (that I am forced to set) and it states:

Please supply a password for the LDAP Directory Manager user, which is the administrator user you will be using to at least initially log in to the Web Admin, and that Kolab uses to perform administrative tasks.

Directory Manager password [mngosVwEKHxtzOE]: Confirm Directory Manager password:

so I tried mngosVwEKHxtzOE nope no joy.

I've wasted hours now trying all the passwords, rebuilding the containers etc always the same, Is this a bug or am I clearly missing something?

Drefsab avatar Feb 05 '20 15:02 Drefsab

Try the master branch on 3.4 instead of 16 beta to see if there is a bug with that version.

danbo avatar Apr 20 '20 04:04 danbo