Fork me on GitHub

Organizations

@github @rss
2 results for openldap
  • Difficulty level: Can be done by anyone
    images/featured-image.png
    This tutorial builds on the previous knowledge of “Great things with containers: running Jenkins on the Synology DS”. If you already have LDAP at the start, you only have to create a suitable application group: After that you need to enter the settings in Jenkins. I click on “Manage Jenkins” > “Configure Global Security”. Important: For self-signed certificates, the truststore must be provided by the Java-Opts from the Jenkins server.
    development devops Jenkins ldap linux Created Sun, 04 Apr 2021 00:00:00 +0000
  • Difficulty level: It may take a little longer
    images/featured-image.png
    You can consider yourself lucky if you have your own Atlassian installation. Today I show how I connected Jira, Bamboo and Confluence to my LDAP server. Step 1: Install OpenLDAP I have OpenLDAP set up on my Synology NAS using this Docker compose file. ersion: '2' services: openldap: restart: always image: osixia/openldap container_name: openldap environment: LDAP_TLS: 'true' LDAP_TLS_CRT_FILENAME: '....pem' LDAP_TLS_KEY_FILENAME: '......pem' LDAP_TLS_CA_CRT_FILENAME: '......pem' LDAP_ORGANISATION: "365Layouts" LDAP_DOMAIN: "homelab.local" LDAP_BASE_DN: "dc=homelab,dc=local" LDAP_ADMIN_PASSWORD: ".
    atlassian bamboo jira ldap openldap Created Wed, 24 Mar 2021 00:00:00 +0000