bitnami / containers

Bitnami container images
https://bitnami.com
Other
3.39k stars 4.86k forks source link

[bitnami/openldap] "Samba: Domain" greyed-out #55171

Closed mailliwal closed 8 months ago

mailliwal commented 9 months ago

Name and Version

bitname/openldap:2.6

What architecture are you using?

None

What steps will reproduce the bug?

version: "2"
services:
  openldap:
    image: bitnami/openldap:2.6
    container_name: openldap
    hostname: openldap
    ports:
      - 389:1389
      - 636:1636
    volumes:
      - /var/lib/docker/volumes/openldap:/bitnami/openldap
      - /var/lib/docker/volumes/openldap/certs:/opt/bitnami/openldap/certs
    restart: always
    environment:
      - LDAP_ROOT='dc=home,dc=lab'
      - LDAP_ADMIN_USERNAME=${LDAP_ADMIN_USERNAME}
      - LDAP_ADMIN_PASSWORD=${LDAP_ADMIN_PASSWORD}
      - LDAP_ENABLE_TLS=yes
      - LDAP_TLS_CERT_FILE=/opt/bitnami/openldap/certs/wildcard.crt
      - LDAP_TLS_KEY_FILE=/opt/bitnami/openldap/certs/wildcard.key
      - LDAP_TLS_CA_FILE=/opt/bitnami/openldap/certs/ca.crt
      - LDAP_TLS_DH_PARAMS_FILE=/opt/bitnami/openldap/certs/dhparam.pem
    env_file: .env
    networks:
      ldap_net:
        ipv4_address: 172.18.0.10
networks:
  ldap_net:
    external: true
    name: ldap_network

What do you see instead?

Hi,

Unavailable to add "Samba:Domain", it's greyed-out.

"ObjectClasses in XML dont exist in LDAP server"

May I know how to solve it ?

Thanks

carrodher commented 9 months ago

The issue may not be directly related to the Bitnami container image or Helm chart, but rather to how the application is being utilized or configured in your specific environment.

Having said that, if you think that's not the case and are interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

If you have any questions about the application itself, customizing its content, or questions about technology and infrastructure usage, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology.

With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.

mailliwal commented 9 months ago

Well noted.

Since couldn't find the forum url, could you mind to share ?

Thanks

javsalgar commented 9 months ago

https://bugs.openldap.org/

mailliwal commented 9 months ago

Thanks.

As mentioned in this topic, no samba domain found in phpldapadmin.

With osixia/phpldapadmin + osixia/openldap, samba domain found.

But greyedout if osixia/phpldapadmin + bitnami/openldap.

You guest osixia/phpldapadmin not compatible with bitnami/openldap ?

mailliwal commented 9 months ago

I think samba domain not installed / enabled since test to connect with other LDAP management tool.

github-actions[bot] commented 8 months ago

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

github-actions[bot] commented 8 months ago

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.